ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/Changes
(Generate patch)

Comparing App-Staticperl/Changes (file contents):
Revision 1.14 by root, Fri Dec 10 02:35:54 2010 UTC vs.
Revision 1.26 by root, Tue Dec 28 18:03:47 2010 UTC

1Revision history for Perl extension App::Staticperl 1Revision history for Perl extension App::Staticperl
2 2
3TODO: noautoload
4TODO: --ignore-env 3TODO: --ignore-env
5TODO: / at glob end == (.pm|/.*)? 4TODO: / at glob end == (.pm|/.*)?
6 5
6 - use curl -f instead of just curl.
7 - prefer curl over wget again, as cpan seems to do so.
8 - clarify license.
9
100.92 Wed Dec 22 02:09:19 CET 2010
11 - major rework of the PHASE 2 documentation section, hopefully
12 it's now more clear, more useful, more sexy.
13 - renamed --usepacklist to --usepacklists (--usepacklist still
14 supported as abbreviation).
15 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
16 (which didn't even do anything...).
17 - avoid export var=value syntax for non-unix shells (solaris...).
18 - better output in the error case from the testsuite.
19
200.912 Wed Dec 15 01:14:26 CET 2010
21 - print a longer and hopefully useful message when Configure fails.
22 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
23 tot he ccflags, instead of overriding them.
24 - introduce PERL_CC.
25 - work around *bsd stupidity again, where even root can't replace
26 files with mv :/.
27 - stop command processing when a command fails (e.g. staticperl mkperl
28 will stop if the install step fails).
29 - let perl do most configuration when running make test, to increase
30 chances of success.
31
320.911 Sat Dec 11 16:50:41 CET 2010
33 - argl, testsuite had a duplicated test.
34 - use -Wl,--allow-multiple-definition for better portability.
35
360.91 Fri Dec 10 22:13:43 CET 2010
37 - add testsuite (yeah, should be optional - send patches).
38 - started to maintain two demo builds: bigperl and smallperl,
39 on http://staticperl.schmorp.de.
7 - implemented --staticlib option. 40 - implemented --staticlib option.
8 - special unicore/ compression (but much more could be done, 41 - special unicore/ compression (but much more could be done,
9 especially for the uncompressed case). 42 especially for the uncompressed case).
10 - implemented a strip cache, speeding up ppi stripping enourmously. 43 - implemented a strip cache, speeding up ppi stripping enourmously.
11 - implemented --include/--exclude options. 44 - implemented --include/--exclude options.
45 - try to port the tar call to freebsd (reported and analyzed
46 by Thomas Linden).
47 - (hopefully) better meaning of verbose levels.
48 - avoid deadlocking in --eval (unlikely, but possible).
49 - implement $STATICPERLRC.
50 - do all option AND bundle file processing with Getopt::Long,
51 to make maintenance easier.
12 52
130.9 Wed Dec 8 23:26:48 CET 2010 530.9 Wed Dec 8 23:26:48 CET 2010
14 - support AutoLoader'ed functions with prototypes. 54 - support AutoLoader'ed functions with prototypes.
15 - new mkapp / --app option for mkbundle, to create 55 - new mkapp / --app option for mkbundle, to create
16 standalone applications. 56 standalone applications.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines