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.29 by root, Wed Jan 12 03:35:40 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
61.0 Mon Jan 10 15:13:19 CET 2011
7 - specify -Uinstallusrbinperl in configure to avoid creating
8 /usr/bin/perl.
9 - try to work around the totally broken /bin/sh on solaris
10 (only in the testsuite).
11 - use curl -f instead of just curl.
12 - prefer curl over wget again, as cpan seems to do so.
13 - clarify license.
14
150.92 Wed Dec 22 02:09:19 CET 2010
16 - major rework of the PHASE 2 documentation section, hopefully
17 it's now more clear, more useful, more sexy.
18 - renamed --usepacklist to --usepacklists (--usepacklist still
19 supported as abbreviation).
20 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
21 (which didn't even do anything...).
22 - avoid export var=value syntax for non-unix shells (solaris...).
23 - better output in the error case from the testsuite.
24
250.912 Wed Dec 15 01:14:26 CET 2010
26 - print a longer and hopefully useful message when Configure fails.
27 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
28 tot he ccflags, instead of overriding them.
29 - introduce PERL_CC.
30 - work around *bsd stupidity again, where even root can't replace
31 files with mv :/.
32 - stop command processing when a command fails (e.g. staticperl mkperl
33 will stop if the install step fails).
34 - let perl do most configuration when running make test, to increase
35 chances of success.
36
370.911 Sat Dec 11 16:50:41 CET 2010
38 - argl, testsuite had a duplicated test.
39 - use -Wl,--allow-multiple-definition for better portability.
40
410.91 Fri Dec 10 22:13:43 CET 2010
42 - add testsuite (yeah, should be optional - send patches).
43 - started to maintain two demo builds: bigperl and smallperl,
44 on http://staticperl.schmorp.de.
45 - implemented --staticlib option.
46 - special unicore/ compression (but much more could be done,
47 especially for the uncompressed case).
48 - implemented a strip cache, speeding up ppi stripping enourmously.
49 - implemented --include/--exclude options.
50 - try to port the tar call to freebsd (reported and analyzed
51 by Thomas Linden).
52 - (hopefully) better meaning of verbose levels.
53 - avoid deadlocking in --eval (unlikely, but possible).
54 - implement $STATICPERLRC.
55 - do all option AND bundle file processing with Getopt::Long,
56 to make maintenance easier.
57
580.9 Wed Dec 8 23:26:48 CET 2010
59 - support AutoLoader'ed functions with prototypes.
60 - new mkapp / --app option for mkbundle, to create
61 standalone applications.
62
630.2 Tue Dec 7 21:50:07 CET 2010
64 - make it work as non-root user.
65 - make module install/linking much more robust against
66 build and link failures, i.e. try to only install
67 the module when it was actualyl built successfully.
68 - split "install" phase into perl install and module
69 install, so fixing your postinstall hook takes less time.
70 - change make clean to delete the sources dir.
71 - add preconfigure hook.
72
730.1 Tue Dec 7 10:23:43 CET 2010
74 - initial release.
75
90.00 Mon Dec 6 10:44:38 CET 2010 760.0 Mon Dec 6 10:44:38 CET 2010
10 - cloned from Convert::Scalar. 77 - cloned from Convert::Scalar.
11 78

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines