ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/Changes
(Generate patch)

Comparing App-Staticperl/Changes (file contents):
Revision 1.4 by root, Mon Dec 6 21:30:05 2010 UTC vs.
Revision 1.41 by root, Thu Feb 24 14:34:44 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines