From 1a5ba22fe7e3f8b273b03610b11d6358364f9c7d Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 20 Aug 2018 17:10:00 -0700 Subject: [PATCH] Highlight changes for upx-3.95. modified: NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index d13e9e3e..a49000d4 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ Changes in 3.95 (XX XXX 2017): * UPX has moved to GitHub - the new home page is https://upx.github.io * Flag --android-shlib to work around bad design in Android * Flag --force-pie when ET_DYN main program is not marked as DF_1_PIE + * Better compatibility with varying layout of address space on Linux + * Support for 4 PT_LOAD layout in ELF generated by binutils-2.31 + * bug fixes, particularly better diagnosis of malformed input Changes in 3.94 (12 May 2017): * Add support for arm64-linux (aka "aarch64").