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:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -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
2
NEWS
@ -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
|
||||
|
@ -1,7 +1,4 @@
|
||||
-Ivendor/doctest
|
||||
-Ivendor/lzma-sdk
|
||||
-Ivendor/ucl/include
|
||||
-Ivendor/zlib
|
||||
-Ivendor
|
||||
-fno-strict-aliasing
|
||||
-fno-strict-overflow
|
||||
-funsigned-char
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user