Skip to content

Commit 8c18e3f

Browse files
authored
Bump version to 2.4.4 (#4722)
1 parent 5149c4b commit 8c18e3f

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

RELEASE_NOTES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## WAMR-2.4.4
2+
3+
### Breaking Changes
4+
5+
### New Features
6+
7+
### Bug Fixes
8+
9+
- CVE-2025-64704. Allow the classic interpreter to exit gracefully when encountering SIMD opcodes due to the per-instance running mode.
10+
- CVE-2025-64713. Fix an unbalanced stack operation when validating special opcode combinations for fast interpretation.
11+
- fix: update git clone branch for threads spec to main-legacy (#4687) (#4725)
12+
- Fast-interp should report unsupported opcode when meeting simd opcode on non-posix platforms (#4723) (#4725)
13+
14+
### Enhancements
15+
16+
- Add inputs for optional WAMR releases in the release process workflow (#4486) (#4715)
17+
18+
### Others
19+
20+
---
21+
122
## WAMR-2.4.3
223

324
### Breaking Changes

build-scripts/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif()
88

99
set(WAMR_VERSION_MAJOR 2)
1010
set(WAMR_VERSION_MINOR 4)
11-
set(WAMR_VERSION_PATCH 3)
11+
set(WAMR_VERSION_PATCH 4)
1212

1313
message("-- WAMR version: ${WAMR_VERSION_MAJOR}.${WAMR_VERSION_MINOR}.${WAMR_VERSION_PATCH}")
1414

core/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/* clang-format off */
1919
#define WAMR_VERSION_MAJOR 2
2020
#define WAMR_VERSION_MINOR 4
21-
#define WAMR_VERSION_PATCH 3
21+
#define WAMR_VERSION_PATCH 4
2222
/* clang-format on */
2323

2424
#endif

0 commit comments

Comments
 (0)