CI updates and minor cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2023-10-30 14:15:35 +01:00
parent 19bf9f59e9
commit f62576a2be
9 changed files with 50 additions and 25 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ User visible changes for UPX
==================================================================
Changes in 4.2.1 (XX XXX XXXX):
* windows: use SetFileTime to preserve sub-second timestamps
* windows: use SetFileTime to preserve sub-second file timestamps
* official Windows builds: revert activeCodePage change introduced in 4.2.0
* bug fixes - see https://github.com/upx/upx/milestone/14
@@ -12,8 +12,8 @@ Changes in 4.2.0 (26 Oct 2023):
* unix: use utimensat to preserve sub-second file timestamps
* new option '--link' to preserve hard-links (Unix only; use with care)
* add support for NO_COLOR env var; see https://no-color.org/
* official Windows builds: set activeCodePage to UTF-8
* disable macOS support until we fix compatibility with macOS 13+
* official Windows builds: set activeCodePage to UTF-8
* bug fixes - see https://github.com/upx/upx/milestone/13
Changes in 4.1.0 (08 Aug 2023):