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.15 by root, Fri Dec 10 10:44:20 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
4TODO: --ignore-env
5TODO: / at glob end == (.pm|/.*)?
8 6
7 - implemented --staticlib option.
8 - special unicore/ compression (but much more could be done,
9 especially for the uncompressed case).
10 - implemented a strip cache, speeding up ppi stripping enourmously.
11 - implemented --include/--exclude options.
12 - try to port the tar call to freebsd (reported and analyzed
13 by Thomas Linden).
14
150.9 Wed Dec 8 23:26:48 CET 2010
16 - support AutoLoader'ed functions with prototypes.
17 - new mkapp / --app option for mkbundle, to create
18 standalone applications.
19
200.2 Tue Dec 7 21:50:07 CET 2010
21 - make it work as non-root user.
22 - make module install/linking much more robust against
23 build and link failures, i.e. try to only install
24 the module when it was actualyl built successfully.
25 - split "install" phase into perl install and module
26 install, so fixing your postinstall hook takes less time.
27 - change make clean to delete the sources dir.
28 - add preconfigure hook.
29
300.1 Tue Dec 7 10:23:43 CET 2010
31 - initial release.
32
90.00 Mon Dec 6 10:44:38 CET 2010 330.0 Mon Dec 6 10:44:38 CET 2010
10 - cloned from Convert::Scalar. 34 - cloned from Convert::Scalar.
11 35

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines