ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.26
Committed: Tue Dec 28 18:03:47 2010 UTC (13 years, 6 months ago) by root
Branch: MAIN
Changes since 1.25: +4 -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
10 0.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
20 0.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
32 0.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
36 0.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.
40 - implemented --staticlib option.
41 - special unicore/ compression (but much more could be done,
42 especially for the uncompressed case).
43 - implemented a strip cache, speeding up ppi stripping enourmously.
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.
52
53 0.9 Wed Dec 8 23:26:48 CET 2010
54 - support AutoLoader'ed functions with prototypes.
55 - new mkapp / --app option for mkbundle, to create
56 standalone applications.
57
58 0.2 Tue Dec 7 21:50:07 CET 2010
59 - make it work as non-root user.
60 - make module install/linking much more robust against
61 build and link failures, i.e. try to only install
62 the module when it was actualyl built successfully.
63 - split "install" phase into perl install and module
64 install, so fixing your postinstall hook takes less time.
65 - change make clean to delete the sources dir.
66 - add preconfigure hook.
67
68 0.1 Tue Dec 7 10:23:43 CET 2010
69 - initial release.
70
71 0.0 Mon Dec 6 10:44:38 CET 2010
72 - cloned from Convert::Scalar.
73