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