ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/App-Staticperl/Changes
Revision: 1.19
Committed: Sat Dec 11 23:28:22 2010 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.18: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension App::Staticperl
2    
3 root 1.4 TODO: noautoload
4 root 1.14 TODO: --ignore-env
5     TODO: / at glob end == (.pm|/.*)?
6 root 1.16 TODO: sort out packlist vs. other check/incldue ordering, this is confusing.
7 root 1.19 TODO: host staticpelr binary somewhere
8 root 1.1
9 root 1.18 0.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    
13 root 1.17 0.91 Fri Dec 10 22:13:43 CET 2010
14     - add testsuite (yeah, should be optional - send patches).
15 root 1.16 - started to maintain two demo builds: bigperl and smallperl,
16     on http://staticperl.schmorp.de.
17 root 1.13 - implemented --staticlib option.
18 root 1.14 - 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 root 1.15 - try to port the tar call to freebsd (reported and analyzed
23     by Thomas Linden).
24 root 1.16 - (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 root 1.13
30 root 1.11 0.9 Wed Dec 8 23:26:48 CET 2010
31 root 1.10 - support AutoLoader'ed functions with prototypes.
32 root 1.11 - new mkapp / --app option for mkbundle, to create
33     standalone applications.
34 root 1.10
35 root 1.9 0.2 Tue Dec 7 21:50:07 CET 2010
36 root 1.7 - make it work as non-root user.
37 root 1.9 - 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 root 1.8 - 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 root 1.7
45 root 1.6 0.1 Tue Dec 7 10:23:43 CET 2010
46     - initial release.
47    
48     0.0 Mon Dec 6 10:44:38 CET 2010
49 root 1.1 - cloned from Convert::Scalar.
50