mirror of https://github.com/upx/upx.git
all: prepare for release
This commit is contained in:
parent
b8079bb6eb
commit
8bf49aa4f2
2
NEWS
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,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"
|
||||
|
|
Loading…
Reference in New Issue