mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
Release 6.0.0 Alpha9 (#2938)
* Update Changelog. * Update version number
This commit is contained in:
parent
10f4003b43
commit
973b9096dd
2 changed files with 11 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue