From 8b2b6ba5d8e7e1d02a72c4c6a69c8b2c62335faf Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 7 Dec 2016 13:47:58 -0800 Subject: [PATCH] update changelog Signed-off-by: Victor Vieux (cherry picked from commit 0d5bc84d061ee44d8af17efb5361be92cd182c50) Signed-off-by: Sebastiaan van Stijn Upstream-commit: 603ea0682fbb6acc4538580f22c2b5b9327c1d03 Component: engine --- components/engine/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index bb43595b22..4b99ff5420 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -248,7 +248,7 @@ systemctl restart docker` to reload changes and (re)start the docker daemon. - Asynchronously close streams to prevent holding container lock [#29050](https://github.com/docker/docker/pull/29050) - Fix selinux labels for newly created container volumes [#29050](https://github.com/docker/docker/pull/29050) - Remove hostname validation [#28990](https://github.com/docker/docker/pull/28990) -- Fix deadlocks caused by IO races [#29095](https://github.com/docker/docker/pull/29095) +- Fix deadlocks caused by IO races [#29095](https://github.com/docker/docker/pull/29095) [#29141](https://github.com/docker/docker/pull/29141) - Return an empty stats if the container is restarting [#29150](https://github.com/docker/docker/pull/29150) - Fix volume store locking [#29151](https://github.com/docker/docker/pull/29151) - Ensure consistent status code in API [#29150](https://github.com/docker/docker/pull/29150)