From fdd98d58b8a03c76f25dfc39d238f7697450d2bd Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 2 Jul 2019 12:52:23 -0400 Subject: [PATCH] Fix release notes Signed-off-by: Matthew Heon --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1f4d4b1f97..69244bb09c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,6 +7,7 @@ - Fixed a bug where running Podman as root with `sudo -E` would not work after running rootless Podman at least once - Fixed a bug where options for `tmpfs` volumes added with the `--tmpfs` flag were being ignored - Fixed a bug where images with no layers could not properly be displayed and removed by Podman +- Fixed a bug where locks were not properly freed on failure to create a container or pod ### Misc - Updated containers/storage to v1.12.13