1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

More README updates.

committer: mfx <mfx> 1146086335 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2006-04-26 21:18:55 +00:00
parent 86d4125893
commit ce6d99bdb4
2 changed files with 15 additions and 25 deletions

19
README
View File

@ -24,25 +24,6 @@ allowing the distribution of all compressed executables, including
commercial programs.
MAJOR NEWS IN UPX 2
===================
The main news since 1.25 are:
* new format: added support for arm/pe (ARM executables running on WinCE)
* new format: added support for linux elf/amd64
* new format: added support for linux elf/ppc32
* new format: added support for mach/ppc32 (Apple Mac OS X)
* new format: added support for bootable Linux kernels ("vmlinuz/386")
* new format: added support for Playstation exes ("ps1/exe")
* slightly better compression using the new NRV2E algorithm
* new options for compression tuning (e.g. '--brute')
* improved win32/pe compatibility
* direct ELF-to-memory decompression
* various minor bug fixes
INTRODUCTION
============

View File

@ -13,12 +13,21 @@
WARNING - UNSTABLE BETA VERSION
===============================
MAJOR NEWS IN UPX 2
===================
The current stable release is 2.00, and the next stable release
will be called version 3.00.
The main news since 1.25 are:
The main news since 2.00 are:
- (NONE YET)
* new format: added support for arm/pe (ARM executables running on WinCE)
* new format: added support for linux elf/amd64
* new format: added support for linux elf/ppc32
* new format: added support for mach/ppc32 (Apple Mac OS X)
* new format: added support for bootable Linux kernels ("vmlinuz/386")
* new format: added support for Playstation exes ("ps1/exe")
* slightly better compression using the new NRV2E algorithm
* new options for compression tuning (e.g. '--brute')
* improved win32/pe compatibility
* direct ELF-to-memory decompression
* various bug fixes