ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.40
Committed: Thu Feb 24 07:01:45 2011 UTC (13 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-1_1
Changes since 1.39: +3 -4 lines
Log Message:
*** empty log message ***

File Contents

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