Prepare release.

This commit is contained in:
Markus F.X.J. Oberhumer
2010-04-27 16:09:41 +02:00
parent 9e8a0a020f
commit 626025d539
4 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -3,12 +3,12 @@ User visible changes for UPX
==================================================================
Changes in 3.05 (27 Apr 2010):
* Withdraw support for shared libraries on Darwin (Apple Mac OS X)
because upx does not understand enough about .dylib.
* i386-linux and amd64-linux support shared libraries (DT_INIT must
exist, all info needed by runtime loader must be first in .text, etc.)
* Linux /proc/self/exe now is preserved by default, by leaving behind
one page. New compress-time option --unmap-all-pages is available.
* Withdraw support for shared libraries on Darwin (Apple Mac OS X)
because upx does not understand enough about .dylib.
* bug fixes
Changes in 3.04 (27 Sep 2009):