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