docs: typo fixes.

This commit is contained in:
Markus F.X.J. Oberhumer 2007-03-04 17:01:50 +01:00
parent 3bdc805a22
commit 009caee82d
2 changed files with 4 additions and 4 deletions

6
NEWS
View File

@ -5,12 +5,12 @@ User visible changes for UPX
Changes in 2.93 beta (XX XXX 2007):
* new formats Mach/i386 and Mach/fat support Mac OS X i686 and
Univeral binaries [i686 and PowerPC only]
* LZMA is now also supported for 16-bit dos/exe. Please note that
* dos/exe: LZMA is now also supported for 16-bit dos/exe. Please note that
you have to explicitly use '--lzma' even for '--ultra-brute' here
because runtime decompression is about 30 times slower than NRV -
which is really noticable on old machines.
* win32/pe & arm/pe: better icon compression handling
which is really noticeable on old machines.
* dos/exe: fixed a rarely occuring bug in relocation handling
* win32/pe & arm/pe: better icon compression handling
Changes in 2.92 beta (23 Jan 2007):
* new option '--ultra-brute' which tries even more variants

2
README
View File

@ -96,7 +96,7 @@ THE FUTURE
- We will *NOT* add any sort of protection and/or encryption.
This only gives people a false feeling of security because
by definition all protectors/compressors can be broken.
And don't trust any advertisment of authors of other executable
And don't trust any advertisement of authors of other executable
compressors about this topic - just do a websearch on "unpackers"...
- Fix all remaining bugs - keep your reports coming ;-)