summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-09-25 16:18:41 -0400
committerGitHub <noreply@github.com>2018-09-25 16:18:41 -0400
commit63379c213325188a492d33981a6a525a19048d40 (patch)
tree8f7b74ee4f762c64a4d61178e1fd59feb180d685
parent7ee6bf15738d582e8ef20dc470a824b7ed0e3429 (diff)
parent6e3c632d0130b5a8d3220d0a429b32b423580aa4 (diff)
downloadpodman-63379c213325188a492d33981a6a525a19048d40.tar.gz
podman-63379c213325188a492d33981a6a525a19048d40.tar.bz2
podman-63379c213325188a492d33981a6a525a19048d40.zip
Merge pull request #1544 from mheon/release_notes_0.9.3.1
Update release notes for 0.9.3.1
-rw-r--r--README.md2
-rw-r--r--RELEASE_NOTES.md4
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 119a35539..9cee5bd4d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
![PODMAN logo](logo/podman-logo-source.svg)
# libpod - library for running OCI-based containers in Pods
-### Latest Version: 0.9.3
+### Latest Version: 0.9.3.1
### Status: Active Development
## What is the scope of this project?
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index c1a966b80..f411ad28a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
# Release Notes
+## 0.9.3.1
+### Bugfixes
+- Fixed a critical issue where SELinux contexts set on tmpfs volumes were causing runc crashes
+
## 0.9.3
### Features
- Added a flag to `libpod.conf`, `label`, to globally enable/disable SELinux labelling for libpod