1
0
mirror of https://github.com/upx/upx.git synced 2025-08-07 22:46:51 +08:00

all: final tweaks for release

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-27 16:52:27 +02:00
parent 80d30aab32
commit feef2e38cf
4 changed files with 4 additions and 7 deletions

View File

@ -5,7 +5,7 @@ on:
branches: [ "devel", "devel4", "devel5", "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "devel4" ]
branches: [ "devel", "devel4", "devel5" ]
schedule:
- cron: '20 1 * * 3'
workflow_dispatch:

2
NEWS
View File

@ -5,7 +5,7 @@ User visible changes for UPX
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
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

View File

@ -1,7 +1,4 @@
-Ivendor/doctest
-Ivendor/lzma-sdk
-Ivendor/ucl/include
-Ivendor/zlib
-Ivendor
-fno-strict-aliasing
-fno-strict-overflow
-funsigned-char

View File

@ -1,4 +1,4 @@
#define UPX_VERSION_HEX 0x036300 /* 03.00.00 */
#define UPX_VERSION_HEX 0x036300 /* 03.99.00 */
#define UPX_VERSION_STRING "3.99"
#define UPX_VERSION_STRING4 "3.99"
#define UPX_VERSION_DATE "Oct 27th 2022"