aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2021-06-14 14:08:17 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2021-06-14 14:16:36 +0400
commit1ac12f1b7aabb94e3731adb106f8754f6f388619 (patch)
tree0d1e2b2fdc3028aec9fff949b350fe9c5c00999e
parenta5c9699712ed25c4b96d448e0977f7108cb0ebf5 (diff)
downloadslirp-1ac12f1b7aabb94e3731adb106f8754f6f388619.zip
slirp-1ac12f1b7aabb94e3731adb106f8754f6f388619.tar.gz
slirp-1ac12f1b7aabb94e3731adb106f8754f6f388619.tar.bz2
Release v4.6.0
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r--CHANGELOG.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f33557..0b80ebd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,16 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [4.6.0] - 2021-06-14
### Added
+ - mbuf: Add debugging helpers for allocation. !90
+
### Changed
-### Deprecated
+ - Revert "Set macOS deployment target to macOS 10.4". !93
### Fixed
+ - mtod()-related buffer overflows (CVE-2021-3592 #44, CVE-2021-3593 #45,
+ CVE-2021-3594 #47, CVE-2021-3595 #46).
+ - poll_fd: add missing fd registration for UDP and ICMP
+ - ncsi: make ncsi_calculate_checksum work with unaligned data. !89
+ - Various typos and doc fixes. !88
+
## [4.5.0] - 2021-05-18
### Added
@@ -158,7 +166,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Standalone project, removing any QEMU dependency.
- License clarifications.
-[Unreleased]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.5.0...master
+[Unreleased]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.6.0...master
+[4.6.0]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.5.0...v4.6.0
[4.5.0]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.4.0...v4.5.0
[4.4.0]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.3.1...v4.4.0
[4.3.1]: https://gitlab.freedesktop.org/slirp/libslirp/compare/v4.3.0...v4.3.1