Add release notes to main for 0.38.2 (#4480)
This'll make its way through CI shortly and figured it'd be good to add the notes to the `main` branch as well.
This commit is contained in:
38
RELEASES.md
38
RELEASES.md
@@ -10,6 +10,18 @@ Unreleased.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## 0.39.1
|
||||
|
||||
Released 2022-07-20.
|
||||
|
||||
### Fixed
|
||||
|
||||
* An s390x-specific codegen bug in addition to a mistake introduced in the fix
|
||||
of CVE-2022-31146 were fixed.
|
||||
[#4490](https://github.com/bytecodealliance/wasmtime/pull/4490)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## 0.39.0
|
||||
|
||||
Released 2022-07-20
|
||||
@@ -68,6 +80,32 @@ Released 2022-07-20
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## 0.38.3
|
||||
|
||||
Released 2022-07-20.
|
||||
|
||||
### Fixed.
|
||||
|
||||
* An s390x-specific codegen bug in addition to a mistake introduced in the fix
|
||||
of CVE-2022-31146 were fixed.
|
||||
[#4491](https://github.com/bytecodealliance/wasmtime/pull/4491)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## 0.38.2
|
||||
|
||||
Released 2022-07-20.
|
||||
|
||||
### Fixed.
|
||||
|
||||
* A miscompilation when handling constant divisors on AArch64 has been fixed.
|
||||
[CVE-2022-31169](https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-7f6x-jwh5-m9r4)
|
||||
|
||||
* A use-after-free possible with accidentally missing stack maps has been fixed.
|
||||
[CVE-2022-31146](https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-5fhj-g3p3-pq9g)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## 0.38.1
|
||||
|
||||
Released 2022-06-27.
|
||||
|
||||
Reference in New Issue
Block a user