From 3b36dce5c2f4cfa6daaeb677976b965fff39f6b1 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Mon, 17 Jun 2024 08:50:54 -0700 Subject: [PATCH] Mention PT_MIPS_ABIFLAGS forwarding https://github.com/upx/upx/issues/788 modified: NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 50ede983..8989ba7f 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ User visible changes for UPX Changes in 4.3.0 (XX XXX XXXX): * bug fixes - see https://github.com/upx/upx/milestone/18 + * PT_MIPS_ABIFLAGS is now fowarded into the compressed output; + qemu-mips can choose the right floating-point emulation Changes in 4.2.4 (09 May 2024): * bug fixes - see https://github.com/upx/upx/milestone/17