File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 88
99set (WAMR_VERSION_MAJOR 2)
1010set (WAMR_VERSION_MINOR 4)
11- set (WAMR_VERSION_PATCH 3 )
11+ set (WAMR_VERSION_PATCH 4 )
1212
1313message ("-- WAMR version: ${WAMR_VERSION_MAJOR} .${WAMR_VERSION_MINOR} .${WAMR_VERSION_PATCH} " )
1414
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments