ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.43
Committed: Fri Mar 11 17:06:39 2011 UTC (13 years, 4 months ago) by root
Branch: MAIN
Changes since 1.42: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

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