all: prepare for release
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
User visible changes for UPX
|
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: use of memfd_create supports Enforcing mode of SELinux
|
||||||
* ELF: two-step de-compression enables future per-PT_LOAD work
|
* ELF: two-step de-compression enables future per-PT_LOAD work
|
||||||
* ELF: --unmap-all-pages completely avoids /proc/self/exe
|
* ELF: --unmap-all-pages completely avoids /proc/self/exe
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
.\" ========================================================================
|
.\" ========================================================================
|
||||||
.\"
|
.\"
|
||||||
.IX Title "UPX 1"
|
.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
|
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||||
.\" way too many mistakes in technical documents.
|
.\" way too many mistakes in technical documents.
|
||||||
.if n .ad l
|
.if n .ad l
|
||||||
|
|||||||
@@ -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:
|
|
||||||
+2
-2
@@ -2,6 +2,6 @@
|
|||||||
#define UPX_VERSION_HEX 0x050000 /* 05.00.00 */
|
#define UPX_VERSION_HEX 0x050000 /* 05.00.00 */
|
||||||
#define UPX_VERSION_STRING "5.0.0"
|
#define UPX_VERSION_STRING "5.0.0"
|
||||||
#define UPX_VERSION_STRING4 "5.00"
|
#define UPX_VERSION_STRING4 "5.00"
|
||||||
#define UPX_VERSION_DATE "Jan 18th 2025"
|
#define UPX_VERSION_DATE "Feb 20th 2025"
|
||||||
#define UPX_VERSION_DATE_ISO "2025-01-18"
|
#define UPX_VERSION_DATE_ISO "2025-02-20"
|
||||||
#define UPX_VERSION_YEAR "2025"
|
#define UPX_VERSION_YEAR "2025"
|
||||||
|
|||||||
Reference in New Issue
Block a user