File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ ## WAMR-2.4.3
2+
3+ ### Breaking Changes
4+
5+ ### New Features
6+
7+ ### Bug Fixes
8+
9+ - libc-wasi: add missing pointer validations to socket functions (#4611 ) (#4665 )
10+
11+ ### Enhancements
12+
13+ ### Others
14+
15+ ---
16+
117## WAMR-2.4.2
218
319### 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 2 )
11+ set (WAMR_VERSION_PATCH 3 )
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 2
21+ #define WAMR_VERSION_PATCH 3
2222/* clang-format on */
2323
2424#endif
You can’t perform that action at this time.
0 commit comments