Release 6.0.0 Alpha9 (#2938)

* Update Changelog.

* Update version number
This commit is contained in:
Rot127 2026-05-29 13:51:51 +00:00 committed by GitHub
parent 10f4003b43
commit 973b9096dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
This file details the changelog of Capstone.
-----------------------------
Version 6.0.0-Alpha9: May 28th, 2026
## What's Changed
* Add post fix version by @Rot127 in https://github.com/capstone-engine/capstone/pull/2935
* Fix reachable OOB read in M68KInstPrinter.c and RISCVMapping.c (GHSA-jrw4-wj52-2vw8).
* Fix invalid decoding for malformed br_table instruction in WASM (GHSA-5m9f-vqcm-g5pr).
**Full Changelog**: https://github.com/capstone-engine/capstone/compare/6.0.0-Alpha8...6.0.0-Alpha9
-----------------------------
Version 6.0.0-Alpha8: May 23th, 2026

View file

@ -9,4 +9,4 @@ PKG_MINOR = 0
PKG_EXTRA = 0
# version tag. Examples: rc1, b2, post1 - or just comment out for no tag
PKG_TAG = alpha8
PKG_TAG = alpha9