From 8bf49aa4f23a71d42c6ffb065afe3a65d49aef88 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 20 Feb 2025 16:02:44 +0100 Subject: [PATCH] all: prepare for release --- NEWS | 2 +- doc/upx.1 | 2 +- misc/cmake/use_strict_defaults.cmake | 11 ----------- src/version.h | 4 ++-- 4 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 misc/cmake/use_strict_defaults.cmake diff --git a/NEWS b/NEWS index a05ca396..a6b28f1b 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ User visible changes for UPX ================================================================== -Changes in 5.0.0 (XX XXX XXXX): +Changes in 5.0.0 (20 Feb 2025): * ELF: use of memfd_create supports Enforcing mode of SELinux * ELF: two-step de-compression enables future per-PT_LOAD work * ELF: --unmap-all-pages completely avoids /proc/self/exe diff --git a/doc/upx.1 b/doc/upx.1 index 914b548f..fc8ab89a 100644 --- a/doc/upx.1 +++ b/doc/upx.1 @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "UPX 1" -.TH UPX 1 2025-01-18 "upx 5.0.0" " " +.TH UPX 1 2025-02-20 "upx 5.0.0" " " .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/misc/cmake/use_strict_defaults.cmake b/misc/cmake/use_strict_defaults.cmake deleted file mode 100644 index 6db0189f..00000000 --- a/misc/cmake/use_strict_defaults.cmake +++ /dev/null @@ -1,11 +0,0 @@ -# -# UPX "CMake" build file; see https://cmake.org/ -# Copyright (C) Markus Franz Xaver Johannes Oberhumer -# - -if(NOT DEFINED USE_STRICT_DEFAULTS) - # use strict config defaults for Git developer builds - set(USE_STRICT_DEFAULTS TRUE CACHE INTERNAL "" FORCE) -endif() - -# vim:set ft=cmake ts=4 sw=4 tw=0 et: diff --git a/src/version.h b/src/version.h index 520a5e54..dabbe463 100644 --- a/src/version.h +++ b/src/version.h @@ -2,6 +2,6 @@ #define UPX_VERSION_HEX 0x050000 /* 05.00.00 */ #define UPX_VERSION_STRING "5.0.0" #define UPX_VERSION_STRING4 "5.00" -#define UPX_VERSION_DATE "Jan 18th 2025" -#define UPX_VERSION_DATE_ISO "2025-01-18" +#define UPX_VERSION_DATE "Feb 20th 2025" +#define UPX_VERSION_DATE_ISO "2025-02-20" #define UPX_VERSION_YEAR "2025"