Skip to content

Commit

Permalink
all: prepare for 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-oberhumer committed Oct 28, 2022
1 parent e0bf460 commit 69ca635
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
12 changes: 4 additions & 8 deletions NEWS
Expand Up @@ -2,21 +2,15 @@
User visible changes for UPX
==================================================================

Changes in 4.0.0 (XX XXX 2022):
Changes in 4.0.0 (28 Oct 2022):
* Switch to semantic versioning
* bug fixes - see https://github.com/upx/upx/milestone/7

Changes in 3.99 (27 Oct 2022):
* NOTE: this is a pre-release with known regressions for some ELF formats;
please help testing and reporting bugs, and see our GitHub Actions CI
page for up-to-date pre-built binaries ("Artifacts")
https://github.com/upx/upx/actions/workflows/ci.yml
* SECURITY NOTES: emphasize the security context in the docs
* Support easy building from source code with CMake
* Support easy rebuilding the stubs from source with Podman/Docker
* Add integrated doctest C++ testing framework
* Add support for EFI files (PE x86; Kornel Pal)
* bug fixes - see https://github.com/upx/upx/milestone/6
* bug fixes - see https://github.com/upx/upx/milestone/7

Changes in 3.96 (23 Jan 2020):
* bug fixes - see https://github.com/upx/upx/milestone/5
Expand Down Expand Up @@ -370,6 +364,8 @@ Changes in 0.99 (25 Feb 2000)
* dos/com and dos/sys: fixed a bad decompressor problem
* linux/386: the counter for the progress indicator was off by one

==================================================================

Changes in 0.94 (06 Dec 1999)
* win32/pe: the stub now calls ExitProcess in case of import errors
* under DOS and Windows, the environment variable UPX now accepts
Expand Down
4 changes: 2 additions & 2 deletions doc/upx.1
@@ -1,4 +1,4 @@
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43)
.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.42)
.\"
.\" Standard preamble:
.\" ========================================================================
Expand Down Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "UPX 1"
.TH UPX 1 "2022-11-30" "upx 4.0.0" " "
.TH UPX 1 "2022-10-28" "upx 4.0.0" " "
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
@@ -1,8 +1,8 @@
#define UPX_VERSION_HEX 0x040000 /* 04.00.00 */
#define UPX_VERSION_STRING "4.0.0"
#define UPX_VERSION_STRING4 "4.00"
#define UPX_VERSION_DATE "Nov 30th 2022"
#define UPX_VERSION_DATE_ISO "2022-11-30"
#define UPX_VERSION_DATE "Oct 28th 2022"
#define UPX_VERSION_DATE_ISO "2022-10-28"
#define UPX_VERSION_YEAR "2022"

/* vim:set ts=4 sw=4 et: */

0 comments on commit 69ca635

Please sign in to comment.