summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-10-17 11:33:47 -0400
committerGitHub <noreply@github.com>2018-10-17 11:33:47 -0400
commitd12eb5f35a5b2580233a75986ce85c4ad39bedd3 (patch)
tree40234ec05e2e54e3f79ad75882cadbb0bbae119c /RELEASE_NOTES.md
parent4ad290426164e73242328f6ce4a065ff1121c333 (diff)
parent9002efcb776deefb944bc837a8086bfc53be3179 (diff)
downloadpodman-d12eb5f35a5b2580233a75986ce85c4ad39bedd3.tar.gz
podman-d12eb5f35a5b2580233a75986ce85c4ad39bedd3.tar.bz2
podman-d12eb5f35a5b2580233a75986ce85c4ad39bedd3.zip
Merge pull request #1668 from mheon/release_notes_0.10.1.2
Update release notes for 0.10.1.2
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4cd925f84..6fe32129c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
# Release Notes
+## 0.10.1.2
+### Bugfixes
+- Fixed cgroup mount for containers using systemd as init to work properly with the systemd cgroup manager
+
## 0.10.1.1
### Features
- Added handling for running containers as users with numeric UIDs not present in the container's /etc/passwd. This allows getpwuid() to work inside these containers.