Browse code

Correct 1.10.1 CHANGELOG

Signed-off-by: Tibor Vass <tibor@docker.com>
(cherry picked from commit ce4f13f604d6b080f239365f926246cf03f91c5a)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Tibor Vass authored on 2016/02/12 03:20:23
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@ be found.
13 13
 - Fix various issues with migration to content-addressable images [#20058](https://github.com/docker/docker/pull/20058)
14 14
 - Fix ZFS permission bug with user namespaces [#20045](https://github.com/docker/docker/pull/20045)
15 15
 - Do not leak /dev/mqueue from the host to all containers, keep it container-specific [#19876](https://github.com/docker/docker/pull/19876) [#20133](https://github.com/docker/docker/pull/20133)
16
-- Fix `docker ps --filter before=...` to work without needing `-a` flag [#20135](https://github.com/docker/docker/pull/20135)
16
+- Fix `docker ps --filter before=...` to not show stopped containers without providing `-a` flag [#20135](https://github.com/docker/docker/pull/20135)
17 17
 
18 18
 ### Security
19 19
 
... ...
@@ -27,7 +27,7 @@ be found.
27 27
 ### Networking
28 28
 
29 29
 - Fix embedded DNS for user-defined networks in the presence of firewalld [#20060](https://github.com/docker/docker/pull/20060)
30
-- Fix issue where removing a network during shutdown left Docker inoperable [#20181](https://github.com/docker/docker/issues/20181)
30
+- Fix issue where removing a network during shutdown left Docker inoperable [#20181](https://github.com/docker/docker/issues/20181) [#20235](https://github.com/docker/docker/issues/20235)
31 31
 - Embedded DNS is now able to return compressed results [#20181](https://github.com/docker/docker/issues/20181)
32 32
 - Fix port-mapping issue with `userland-proxy=false` [#20181](https://github.com/docker/docker/issues/20181)
33 33