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