From 072ca7cdabccaf3ffbed33cd374896f17e24baba Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Mon, 27 Mar 2023 13:33:47 -0400 Subject: [PATCH] Release notes for v4.4.4 Signed-off-by: Ashley Cui --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c1f0faef5b..a082b11d2a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,12 @@ # Release Notes +## 4.4.4 +### Changes +- Podman now writes direct mappings for idmapped mounts. + +### Bugfixes +- Fixed a regression which caused the MacOS installer to fail if podman-mac-helper was already installed ([#17910](https://github.com/containers/podman/issues/17910)). + ## 4.4.3 ### Security - This release fixes CVE-2022-41723, a vulnerability in the golang.org/x/net package where a maliciously crafted HTTP/2 stream could cause excessive CPU consumption, sufficient to cause a denial of service.