From c516489a71afaac20e9ba7c57965e66a43786847 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Tue, 13 Dec 2016 23:06:12 -0800 Subject: [PATCH] update changelog Signed-off-by: Victor Vieux (cherry picked from commit 0e5346df3276bab0f282e62f52f5c5b7732f97a3) Signed-off-by: Sebastiaan van Stijn Upstream-commit: 650b381991ed2816fc66ebec96505c758e444739 Component: engine --- components/engine/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/engine/CHANGELOG.md b/components/engine/CHANGELOG.md index eba383adb3..77033ca850 100644 --- a/components/engine/CHANGELOG.md +++ b/components/engine/CHANGELOG.md @@ -241,6 +241,10 @@ To resolve this: After making those changes, run `sudo systemctl daemon-reload`, and `sudo systemctl restart docker` to reload changes and (re)start the docker daemon. +### Runtime + +- Fix race on sending stdin close event [#29424](https://github.com/docker/docker/pull/29424) + ### Networking - Fix panic in docker network ls when a network was created with `--ipv6` and no ipv6 `--subnet` in older docker versions [#29416](https://github.com/docker/docker/pull/29416)