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

Comparing App-Staticperl/Changes (file contents):
Revision 1.5 by root, Tue Dec 7 09:08:06 2010 UTC vs.
Revision 1.19 by root, Sat Dec 11 23:28:22 2010 UTC

1Revision history for Perl extension App::Staticperl 1Revision history for Perl extension App::Staticperl
2 2
3TODO: --staticlibs --dynamiclibs
4TODO: binary files
5TODO: self-contained apps, not just perl
6TODO: uclibc buildroot section
7TODO: noautoload 3TODO: noautoload
8TODO: modules to watch out for section 4TODO: --ignore-env
9TODO: PERL_CONFIGURE 5TODO: / at glob end == (.pm|/.*)?
6TODO: sort out packlist vs. other check/incldue ordering, this is confusing.
7TODO: host staticpelr binary somewhere
10 8
90.911 Sat Dec 11 16:50:41 CET 2010
10 - argl, testsuite had a duplicated test.
11 - use -Wl,--allow-multiple-definition for better portability.
12
130.91 Fri Dec 10 22:13:43 CET 2010
14 - add testsuite (yeah, should be optional - send patches).
15 - started to maintain two demo builds: bigperl and smallperl,
16 on http://staticperl.schmorp.de.
17 - implemented --staticlib option.
18 - special unicore/ compression (but much more could be done,
19 especially for the uncompressed case).
20 - implemented a strip cache, speeding up ppi stripping enourmously.
21 - implemented --include/--exclude options.
22 - try to port the tar call to freebsd (reported and analyzed
23 by Thomas Linden).
24 - (hopefully) better meaning of verbose levels.
25 - avoid deadlocking in --eval (unlikely, but possible).
26 - implement $STATICPERLRC.
27 - do all option AND bundle file processing with Getopt::Long,
28 to make maintenance easier.
29
300.9 Wed Dec 8 23:26:48 CET 2010
31 - support AutoLoader'ed functions with prototypes.
32 - new mkapp / --app option for mkbundle, to create
33 standalone applications.
34
350.2 Tue Dec 7 21:50:07 CET 2010
36 - make it work as non-root user.
37 - make module install/linking much more robust against
38 build and link failures, i.e. try to only install
39 the module when it was actualyl built successfully.
40 - split "install" phase into perl install and module
41 install, so fixing your postinstall hook takes less time.
42 - change make clean to delete the sources dir.
43 - add preconfigure hook.
44
450.1 Tue Dec 7 10:23:43 CET 2010
46 - initial release.
47
110.00 Mon Dec 6 10:44:38 CET 2010 480.0 Mon Dec 6 10:44:38 CET 2010
12 - cloned from Convert::Scalar. 49 - cloned from Convert::Scalar.
13 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines