diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4465b5ee..ece25149 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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: diff --git a/NEWS b/NEWS index 4ea83f04..72f6cd47 100644 --- a/NEWS +++ b/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 diff --git a/compile_flags.txt b/compile_flags.txt index 012e1eea..ed6dbff7 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1,7 +1,4 @@ --Ivendor/doctest --Ivendor/lzma-sdk --Ivendor/ucl/include --Ivendor/zlib +-Ivendor -fno-strict-aliasing -fno-strict-overflow -funsigned-char diff --git a/src/version.h b/src/version.h index 17ccdb52..b0be1cb5 100644 --- a/src/version.h +++ b/src/version.h @@ -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"