committer: mfx <mfx> 981587564 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2001-02-07 23:12:44 +00:00
parent 8675f378b6
commit 2e21de073d
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Changes in 1.11 beta (20 Dec 2000):
Changes in 1.06 (27 Jan 2001) Changes in 1.06 (27 Jan 2001)
* win32/pe: the check for TLS callbacks introduced in 1.05 * win32/pe: the check for TLS callbacks introduced in 1.05
was too strict - disabled for now was too strict - disabled for now
* dos/com: decrease the decompressor stack size a little bit * dos/com: decreased the decompressor stack size a little bit
Changes in 1.05 (24 Jan 2001) Changes in 1.05 (24 Jan 2001)
* win32/pe: refuse to compress programs with TLS callbacks * win32/pe: refuse to compress programs with TLS callbacks
+4 -5
View File
@@ -21,10 +21,10 @@ All versions 1.1x are unstable beta releases - use them only for testing,
and never distribute a program that is packed with them ! and never distribute a program that is packed with them !
There will be hidden bugs. Really. There will be hidden bugs. Really.
The current stable release is 1.04, and the next stable release The current stable release is 1.06, and the next stable release
will be called version 1.20. will be called version 1.20.
The main news since 1.04 are support for bootable Linux kernels ("vmlinuz/386") The main news since 1.06 are support for bootable Linux kernels ("vmlinuz/386")
and direct Linux ELF-to-memory decompression ("linux/elf386"), so there's and direct Linux ELF-to-memory decompression ("linux/elf386"), so there's
no reason to use the unstable versions unless you want to try the new formats. no reason to use the unstable versions unless you want to try the new formats.
@@ -32,7 +32,7 @@ no reason to use the unstable versions unless you want to try the new formats.
WELCOME WELCOME
======= =======
Welcome to UPX 1.0x, the first production release after almost two years Welcome to UPX 1.0, the first production release after almost two years
of beta testing. of beta testing.
Please don't forget to read the new LICENSE - UPX is now distributed Please don't forget to read the new LICENSE - UPX is now distributed
@@ -114,8 +114,7 @@ THE FUTURE
This only gives people a false feeling of security because This only gives people a false feeling of security because
by definition all protectors/compressors can be broken. by definition all protectors/compressors can be broken.
And don't trust any advertisment of authors of other executable And don't trust any advertisment of authors of other executable
compressors about this topic - just do a websearch on something compressors about this topic - just do a websearch on "unpackers"...
like "procdump"...
- Fix all remaining bugs - keep your reports coming ;-) - Fix all remaining bugs - keep your reports coming ;-)
+2 -2
View File
@@ -1,4 +1,4 @@
UPX TODO list. Last updated 2001-01-04. UPX TODO list. Last updated 2001-02-08.
@@ -85,7 +85,7 @@ FORMAT WATCOM/LE
FORMAT WIN16/NE FORMAT WIN16/NE
=============== ===============
- implement PackW16Ne::readFileHeader() to corretly identify a win16/ne - implement readFileHeader() to correctly identify a win16/ne
executable, so that the call for contribution will get thrown executable, so that the call for contribution will get thrown