Update release notes for 0.10.1.3

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
Matthew Heon
2018-10-17 18:49:54 -04:00
parent d01382aed1
commit 98f30f69cf
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
![PODMAN logo](logo/podman-logo-source.svg)
# libpod - library for running OCI-based containers in Pods
### Latest Version: 0.10.1.2
### Latest Version: 0.10.1.3
### Status: Active Development
## What is the scope of this project?

View File

@ -1,5 +1,9 @@
# Release Notes
## 0.10.1.3
### Bugfixes
- Fixed a bug where `podman build` would not work while any containers were running
## 0.10.1.2
### Bugfixes
- Fixed cgroup mount for containers using systemd as init to work properly with the systemd cgroup manager