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.36 by root, Thu Feb 10 09:30:56 2011 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
6TODO: better guessing -M"" syntax
7 - the one-arg form of add/Binadd was broken.
8 - / and //-paths are now & and &&, to avoid absolute paths.
9 - embeddable bundle files were broken because "args"
10 was used before defined.
11 - mkapp now actually passes arguments to the boot script.
12 - more cpan-testers workarounds :/.
13 - use, not just require, modules when tracing their dependencies.
14 - support an optional xs_init argument to staticperl_init, which
15 can be 0 (and is then ignored).
16 - reduce PERL_ARENA_SIZE to something more reasonable for perl 5.12.
17
181.0 Mon Jan 10 15:13:19 CET 2011
19 - specify -Uinstallusrbinperl in configure to avoid creating
20 /usr/bin/perl.
21 - try to work around the totally broken /bin/sh on solaris
22 (only in the testsuite).
23 - use curl -f instead of just curl.
24 - prefer curl over wget again, as cpan seems to do so.
25 - clarify license.
26
270.92 Wed Dec 22 02:09:19 CET 2010
28 - major rework of the PHASE 2 documentation section, hopefully
29 it's now more clear, more useful, more sexy.
30 - renamed --usepacklist to --usepacklists (--usepacklist still
31 supported as abbreviation).
32 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
33 (which didn't even do anything...).
34 - avoid export var=value syntax for non-unix shells (solaris...).
35 - better output in the error case from the testsuite.
36
370.912 Wed Dec 15 01:14:26 CET 2010
38 - print a longer and hopefully useful message when Configure fails.
39 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
40 tot he ccflags, instead of overriding them.
41 - introduce PERL_CC.
42 - work around *bsd stupidity again, where even root can't replace
43 files with mv :/.
44 - stop command processing when a command fails (e.g. staticperl mkperl
45 will stop if the install step fails).
46 - let perl do most configuration when running make test, to increase
47 chances of success.
48
490.911 Sat Dec 11 16:50:41 CET 2010
50 - argl, testsuite had a duplicated test.
51 - use -Wl,--allow-multiple-definition for better portability.
52
530.91 Fri Dec 10 22:13:43 CET 2010
54 - add testsuite (yeah, should be optional - send patches).
55 - started to maintain two demo builds: bigperl and smallperl,
56 on http://staticperl.schmorp.de.
57 - implemented --staticlib option.
58 - special unicore/ compression (but much more could be done,
59 especially for the uncompressed case).
60 - implemented a strip cache, speeding up ppi stripping enourmously.
61 - implemented --include/--exclude options.
62 - try to port the tar call to freebsd (reported and analyzed
63 by Thomas Linden).
64 - (hopefully) better meaning of verbose levels.
65 - avoid deadlocking in --eval (unlikely, but possible).
66 - implement $STATICPERLRC.
67 - do all option AND bundle file processing with Getopt::Long,
68 to make maintenance easier.
69
700.9 Wed Dec 8 23:26:48 CET 2010
71 - support AutoLoader'ed functions with prototypes.
72 - new mkapp / --app option for mkbundle, to create
73 standalone applications.
74
750.2 Tue Dec 7 21:50:07 CET 2010
76 - make it work as non-root user.
77 - make module install/linking much more robust against
78 build and link failures, i.e. try to only install
79 the module when it was actualyl built successfully.
80 - split "install" phase into perl install and module
81 install, so fixing your postinstall hook takes less time.
82 - change make clean to delete the sources dir.
83 - add preconfigure hook.
84
850.1 Tue Dec 7 10:23:43 CET 2010
86 - initial release.
87
90.00 Mon Dec 6 10:44:38 CET 2010 880.0 Mon Dec 6 10:44:38 CET 2010
10 - cloned from Convert::Scalar. 89 - cloned from Convert::Scalar.
11 90

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines