ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.42
Committed: Tue Mar 8 17:37:20 2011 UTC (13 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-1_11
Changes since 1.41: +2 -0 lines
Log Message:
1.11

File Contents

# Content
1 Revision history for Perl extension App::Staticperl
2
3 1.11 Tue Mar 8 18:37:00 CET 2011
4 - no longer create bundle variable names from md5(data),
5 as it is no longer useful.
6 - fix output shortening in testsuite.
7
8 1.1 Thu Feb 24 07:20:22 CET 2011
9 - use a better -M syntax.
10 - the one-arg form of add/binadd was broken.
11 - --add and --binadd now use the file as alias if the alias is missing.
12 - embeddable bundle files were broken because "args"
13 was used before defined.
14 - mkapp now actually passes arguments to the boot script.
15 - more cpan-testers workarounds :/.
16 - implement an ignore-env option for mkbundle.
17 - use, not just require, modules when tracing their dependencies.
18 - support an optional xs_init argument to staticperl_init, which
19 can be 0 (and is then ignored).
20 - reduce PERL_ARENA_SIZE to something more reasonable for perl 5.12.
21 - use perl 5.12.3 by default.
22 - enable debug symbols by default (but not the dreaded -DDEBUGGING).
23
24 1.0 Mon Jan 10 15:13:19 CET 2011
25 - specify -Uinstallusrbinperl in configure to avoid creating
26 /usr/bin/perl.
27 - try to work around the totally broken /bin/sh on solaris
28 (only in the testsuite).
29 - use curl -f instead of just curl.
30 - prefer curl over wget again, as cpan seems to do so.
31 - clarify license.
32
33 0.92 Wed Dec 22 02:09:19 CET 2010
34 - major rework of the PHASE 2 documentation section, hopefully
35 it's now more clear, more useful, more sexy.
36 - renamed --usepacklist to --usepacklists (--usepacklist still
37 supported as abbreviation).
38 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
39 (which didn't even do anything...).
40 - avoid export var=value syntax for non-unix shells (solaris...).
41 - better output in the error case from the testsuite.
42
43 0.912 Wed Dec 15 01:14:26 CET 2010
44 - print a longer and hopefully useful message when Configure fails.
45 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
46 tot he ccflags, instead of overriding them.
47 - introduce PERL_CC.
48 - work around *bsd stupidity again, where even root can't replace
49 files with mv :/.
50 - stop command processing when a command fails (e.g. staticperl mkperl
51 will stop if the install step fails).
52 - let perl do most configuration when running make test, to increase
53 chances of success.
54
55 0.911 Sat Dec 11 16:50:41 CET 2010
56 - argl, testsuite had a duplicated test.
57 - use -Wl,--allow-multiple-definition for better portability.
58
59 0.91 Fri Dec 10 22:13:43 CET 2010
60 - add testsuite (yeah, should be optional - send patches).
61 - started to maintain two demo builds: bigperl and smallperl,
62 on http://staticperl.schmorp.de.
63 - implemented --staticlib option.
64 - special unicore/ compression (but much more could be done,
65 especially for the uncompressed case).
66 - implemented a strip cache, speeding up ppi stripping enourmously.
67 - implemented --include/--exclude options.
68 - try to port the tar call to freebsd (reported and analyzed
69 by Thomas Linden).
70 - (hopefully) better meaning of verbose levels.
71 - avoid deadlocking in --eval (unlikely, but possible).
72 - implement $STATICPERLRC.
73 - do all option AND bundle file processing with Getopt::Long,
74 to make maintenance easier.
75
76 0.9 Wed Dec 8 23:26:48 CET 2010
77 - support AutoLoader'ed functions with prototypes.
78 - new mkapp / --app option for mkbundle, to create
79 standalone applications.
80
81 0.2 Tue Dec 7 21:50:07 CET 2010
82 - make it work as non-root user.
83 - make module install/linking much more robust against
84 build and link failures, i.e. try to only install
85 the module when it was actualyl built successfully.
86 - split "install" phase into perl install and module
87 install, so fixing your postinstall hook takes less time.
88 - change make clean to delete the sources dir.
89 - add preconfigure hook.
90
91 0.1 Tue Dec 7 10:23:43 CET 2010
92 - initial release.
93
94 0.0 Mon Dec 6 10:44:38 CET 2010
95 - cloned from Convert::Scalar.
96