ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.25
Committed: Wed Dec 22 01:23:37 2010 UTC (13 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_92
Changes since 1.24: +8 -4 lines
Log Message:
0.92

File Contents

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