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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines