Skip to content

Commit 2d8d850

Browse files
authored
Merge pull request #47 from vmware-labs/gzurl/downgrade-wasmtime
fix: Downgrading Wasmtime to `7.0.1` for regression issue on Windows
2 parents b10a595 + 716217a commit 2d8d850

File tree

5 files changed

+104
-108
lines changed

5 files changed

+104
-108
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
-
66

7+
## 0.11.3 (2023/05/08)
8+
9+
This release fixes a regression issue introduced in [0.11.2](#0112-20230502) when opening directories on Windows. It doesn't affect other platforms.
10+
The issue is realated to Wasmtime 8.0.1 (see [PR #6348](https://github.com/bytecodealliance/wasmtime/pull/6348)), so downgrading to `7.0.1`.
11+
12+
### `libwasm_runtime.so`
13+
- Dependencies:
14+
- Downgrading Wasmtime dependency:
15+
- `wasmtime` from `8.0.1` to `7.0.1`.
16+
- Updated `cargo.lock` dependencies via `cargo update`.
17+
18+
719
## 0.11.2 (2023/05/02)
820

921
This is a security update to bump Wasmtime to 8.0.1 given the CVE published (low severity) and addressed in:

mod_wasm/modules/wasm/mod_wasm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
*/
1616
#define MOD_WASM_VERSION_MAJOR 0
1717
#define MOD_WASM_VERSION_MINOR 11
18-
#define MOD_WASM_VERSION_PATCH 1
18+
#define MOD_WASM_VERSION_PATCH 3

0 commit comments

Comments
 (0)