Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
54c245c59d
|
|||
|
ee38eed31c
|
|||
|
f5ec46a438
|
|||
|
20c180265f
|
@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.10)
|
||||
# calls akerr_exit() instead of exit(1) directly, which changes that exit code
|
||||
# from 1 to AKERR_EXIT_STATUS_UNREPRESENTABLE (125) -- a deliberate behavior
|
||||
# change, not an ABI break: no soname move, no entry point changed shape.
|
||||
project(akerror VERSION 2.0.2 LANGUAGES C)
|
||||
project(akerror VERSION 2.0.3 LANGUAGES C)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
include(CMakePackageConfigHelpers)
|
||||
|
||||
10
UPGRADING.md
10
UPGRADING.md
@@ -1,3 +1,13 @@
|
||||
# Release 2.0.3
|
||||
|
||||
2.0.3 is a maintenance release with no public API or ABI changes. Compared
|
||||
with 2.0.2, the project now has:
|
||||
|
||||
* AddressSanitizer and UndefinedBehaviorSanitizer coverage in CI, so the
|
||||
regular test suite is exercised under both sanitizers.
|
||||
* A repeatable `--cmake-arg` option for `scripts/mutation_test.py`, allowing
|
||||
mutation runs to cover alternate CMake configurations such as ThreadSanitizer.
|
||||
|
||||
# Bug fix: the AKERR_USE_STDLIB=OFF build, and a pool-exhaustion exit code (2.0.2)
|
||||
|
||||
`-DAKERR_USE_STDLIB=OFF` did not compile at all ([issue #12](https://source.starfort.tech/andrew/libakerror/issues/12)):
|
||||
|
||||
Reference in New Issue
Block a user