From c478a2739bd29449a6dbc00c811712de0f5a1b66 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Tue, 7 Jun 2016 13:58:38 -0400 Subject: [PATCH] Update cs-engine release notes for 1.11.2-cs3 Signed-off-by: Brian Goff --- cs-engine/release-notes/release-notes.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/cs-engine/release-notes/release-notes.md b/cs-engine/release-notes/release-notes.md index 7e0bfe7db2..8ddc6372cb 100644 --- a/cs-engine/release-notes/release-notes.md +++ b/cs-engine/release-notes/release-notes.md @@ -27,6 +27,26 @@ cannot be adopted as quickly for consistency and compatibility reasons. These notes refer to the current and immediately prior releases of the CS Engine. For notes on older versions, see the [CS Engine prior release notes archive](prior-release-notes.md). +## CS Engine 1.11.2-cs3 +(7 Jun 2016) + +This release addresses the following issues: + +* Fix potential panic when running `docker build` +[#23032](https://github.com/docker/docker/pull/23032) +* Fix interpretation of `--user` parameter +[#22998](https://github.com/docker/docker/pull/22998) +* Fix a bug preventing container statistics from being correctly reported +[#22955](https://github.com/docker/docker/pull/22955) +* Fix an issue preventing containers from being restarted after daemon restart +[#22947](https://github.com/docker/docker/pull/22947) +* Fix a possible deadlock on image deletion and container attach +[#22918](https://github.com/docker/docker/pull/22918) +* Fix an issue causing `docker ps` to hange when using devicemapper +[#22168](https://github.com/docker/docker/pull/22168) +* Fix a bug preventing to `docker exec` into a container when using +devicemapper [#22168](https://github.com/docker/docker/pull/22168) + ## CS Engine 1.11.1-cs2 (17 May 2016)