mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +00:00
Bump version to 2.4.4 (#4722)
This commit is contained in:
parent
5149c4b11f
commit
8c18e3f68b
|
|
@ -1,3 +1,24 @@
|
|||
## WAMR-2.4.4
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### New Features
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- CVE-2025-64704. Allow the classic interpreter to exit gracefully when encountering SIMD opcodes due to the per-instance running mode.
|
||||
- CVE-2025-64713. Fix an unbalanced stack operation when validating special opcode combinations for fast interpretation.
|
||||
- fix: update git clone branch for threads spec to main-legacy (#4687) (#4725)
|
||||
- Fast-interp should report unsupported opcode when meeting simd opcode on non-posix platforms (#4723) (#4725)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- Add inputs for optional WAMR releases in the release process workflow (#4486) (#4715)
|
||||
|
||||
### Others
|
||||
|
||||
---
|
||||
|
||||
## WAMR-2.4.3
|
||||
|
||||
### Breaking Changes
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ endif()
|
|||
|
||||
set(WAMR_VERSION_MAJOR 2)
|
||||
set(WAMR_VERSION_MINOR 4)
|
||||
set(WAMR_VERSION_PATCH 3)
|
||||
set(WAMR_VERSION_PATCH 4)
|
||||
|
||||
message("-- WAMR version: ${WAMR_VERSION_MAJOR}.${WAMR_VERSION_MINOR}.${WAMR_VERSION_PATCH}")
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
/* clang-format off */
|
||||
#define WAMR_VERSION_MAJOR 2
|
||||
#define WAMR_VERSION_MINOR 4
|
||||
#define WAMR_VERSION_PATCH 3
|
||||
#define WAMR_VERSION_PATCH 4
|
||||
/* clang-format on */
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user