ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.31
Committed: Thu Jan 20 21:32:47 2011 UTC (13 years, 5 months ago) by root
Branch: MAIN
Changes since 1.30: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension App::Staticperl
2
3 TODO: --ignore-env
4 TODO: / at glob end == (.pm|/.*)?
5
6 - more cpan-testers workarounds :/.
7 - use, not just require, packages when tracing their dependencies.
8
9 1.0 Mon Jan 10 15:13:19 CET 2011
10 - specify -Uinstallusrbinperl in configure to avoid creating
11 /usr/bin/perl.
12 - try to work around the totally broken /bin/sh on solaris
13 (only in the testsuite).
14 - use curl -f instead of just curl.
15 - prefer curl over wget again, as cpan seems to do so.
16 - clarify license.
17
18 0.92 Wed Dec 22 02:09:19 CET 2010
19 - major rework of the PHASE 2 documentation section, hopefully
20 it's now more clear, more useful, more sexy.
21 - renamed --usepacklist to --usepacklists (--usepacklist still
22 supported as abbreviation).
23 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
24 (which didn't even do anything...).
25 - avoid export var=value syntax for non-unix shells (solaris...).
26 - better output in the error case from the testsuite.
27
28 0.912 Wed Dec 15 01:14:26 CET 2010
29 - print a longer and hopefully useful message when Configure fails.
30 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
31 tot he ccflags, instead of overriding them.
32 - introduce PERL_CC.
33 - work around *bsd stupidity again, where even root can't replace
34 files with mv :/.
35 - stop command processing when a command fails (e.g. staticperl mkperl
36 will stop if the install step fails).
37 - let perl do most configuration when running make test, to increase
38 chances of success.
39
40 0.911 Sat Dec 11 16:50:41 CET 2010
41 - argl, testsuite had a duplicated test.
42 - use -Wl,--allow-multiple-definition for better portability.
43
44 0.91 Fri Dec 10 22:13:43 CET 2010
45 - add testsuite (yeah, should be optional - send patches).
46 - started to maintain two demo builds: bigperl and smallperl,
47 on http://staticperl.schmorp.de.
48 - implemented --staticlib option.
49 - special unicore/ compression (but much more could be done,
50 especially for the uncompressed case).
51 - implemented a strip cache, speeding up ppi stripping enourmously.
52 - implemented --include/--exclude options.
53 - try to port the tar call to freebsd (reported and analyzed
54 by Thomas Linden).
55 - (hopefully) better meaning of verbose levels.
56 - avoid deadlocking in --eval (unlikely, but possible).
57 - implement $STATICPERLRC.
58 - do all option AND bundle file processing with Getopt::Long,
59 to make maintenance easier.
60
61 0.9 Wed Dec 8 23:26:48 CET 2010
62 - support AutoLoader'ed functions with prototypes.
63 - new mkapp / --app option for mkbundle, to create
64 standalone applications.
65
66 0.2 Tue Dec 7 21:50:07 CET 2010
67 - make it work as non-root user.
68 - make module install/linking much more robust against
69 build and link failures, i.e. try to only install
70 the module when it was actualyl built successfully.
71 - split "install" phase into perl install and module
72 install, so fixing your postinstall hook takes less time.
73 - change make clean to delete the sources dir.
74 - add preconfigure hook.
75
76 0.1 Tue Dec 7 10:23:43 CET 2010
77 - initial release.
78
79 0.0 Mon Dec 6 10:44:38 CET 2010
80 - cloned from Convert::Scalar.
81