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.32 by root, Wed Feb 9 09:52:27 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines