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.17 by root, Fri Dec 10 21:15:06 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|/.*)?
6TODO: sort out packlist vs. other check/incldue ordering, this is confusing.
8 7
80.91 Fri Dec 10 22:13:43 CET 2010
9 - add testsuite (yeah, should be optional - send patches).
10 - started to maintain two demo builds: bigperl and smallperl,
11 on http://staticperl.schmorp.de.
12 - implemented --staticlib option.
13 - special unicore/ compression (but much more could be done,
14 especially for the uncompressed case).
15 - implemented a strip cache, speeding up ppi stripping enourmously.
16 - implemented --include/--exclude options.
17 - try to port the tar call to freebsd (reported and analyzed
18 by Thomas Linden).
19 - (hopefully) better meaning of verbose levels.
20 - avoid deadlocking in --eval (unlikely, but possible).
21 - implement $STATICPERLRC.
22 - do all option AND bundle file processing with Getopt::Long,
23 to make maintenance easier.
24
250.9 Wed Dec 8 23:26:48 CET 2010
26 - support AutoLoader'ed functions with prototypes.
27 - new mkapp / --app option for mkbundle, to create
28 standalone applications.
29
300.2 Tue Dec 7 21:50:07 CET 2010
31 - make it work as non-root user.
32 - make module install/linking much more robust against
33 build and link failures, i.e. try to only install
34 the module when it was actualyl built successfully.
35 - split "install" phase into perl install and module
36 install, so fixing your postinstall hook takes less time.
37 - change make clean to delete the sources dir.
38 - add preconfigure hook.
39
400.1 Tue Dec 7 10:23:43 CET 2010
41 - initial release.
42
90.00 Mon Dec 6 10:44:38 CET 2010 430.0 Mon Dec 6 10:44:38 CET 2010
10 - cloned from Convert::Scalar. 44 - cloned from Convert::Scalar.
11 45

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines