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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines