diff --git a/NEWS b/NEWS index 4835a1f1..1e1850c8 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ Changes in 1.92 beta (20 Jul 2004): * UNSTABLE BETA VERSION - DO NOT USE EXCEPT FOR TESTING * win32/pe: added option `--strip-loadconf' to strip the SEH load config section * win32/pe: try to detect .NET (win32/net) files [not yet supported by UPX] - * vmlinux/386: new format that directly supports ELF kernels + * vmlinux/386: new format that directly supports building Linux kernels * source code: now compiles cleanly under Win64 Changes in 1.91 beta (30 Jun 2004): diff --git a/README b/README index c9f5e212..50d44f3f 100644 --- a/README +++ b/README @@ -27,6 +27,7 @@ The main news since 1.24 are: - slightly better compression using the new NRV2E algorithm - new options for compression tuining (e.g. `--brute') - support for bootable Linux kernels ("vmlinuz/386") + - support for Linux kernel building ("vmlinux/386") - direct Linux ELF-to-memory decompression ("linux/elf386") and shell-to-memory decompression ("linux/sh386") - support for playstation exes ("ps1/exe") diff --git a/README.1ST b/README.1ST index fdde7e00..f56627a6 100644 --- a/README.1ST +++ b/README.1ST @@ -25,6 +25,7 @@ The main news since 1.25 are: - slightly better compression using the new NRV2E algorithm - new options for compression tuining (e.g. `--brute') - support for bootable Linux kernels ("vmlinuz/386") + - support for Linux kernel building ("vmlinux/386") - direct Linux ELF-to-memory decompression ("linux/elf386") and shell-to-memory decompression ("linux/sh386") - support for playstation exes ("ps1/exe")