Browse code

Merge pull request #23062 from mlaventure/1.11.2-changelog

Update CHANGELOG for 1.11.2

Sebastiaan van Stijn authored on 2016/05/29 04:44:50
Showing 1 changed files
... ...
@@ -5,6 +5,26 @@ information on the list of deprecated flags and APIs please have a look at
5 5
 https://docs.docker.com/engine/deprecated/ where target removal dates can also
6 6
 be found.
7 7
 
8
+## 1.11.2 (2016-05-31)
9
+
10
+### Networking
11
+
12
+- Fix a stale endpoint issue on overlay networks during ungraceful restart ([#23015](https://github.com/docker/docker/pull/23015))
13
+- Fix an issue where the wrong port could be reported by `docker inspect/ps/port` ([#22997](https://github.com/docker/docker/pull/22997))
14
+
15
+### Runtime
16
+
17
+- Fix a potential panic when running `docker build` ([#23032](https://github.com/docker/docker/pull/23032))
18
+- Fix interpretation of `--user` parameter ([#22998](https://github.com/docker/docker/pull/22998))
19
+- Fix a bug preventing container statistics to be correctly reported ([#22955](https://github.com/docker/docker/pull/22955))
20
+- Fix an issue preventing container to be restarted after daemon restart ([#22947](https://github.com/docker/docker/pull/22947))
21
+- Fix issues when running 32 bit binaries on Ubuntu 16.04 ([#22922](https://github.com/docker/docker/pull/22922))
22
+- Fix a possible deadlock on image deletion and container attach ([#22918](https://github.com/docker/docker/pull/22918))
23
+- Fix an issue where containers fail to start after a daemon restart if they depend on a containerized cluster store ([#22561](https://github.com/docker/docker/pull/22561))
24
+- Fix an issue causing `docker ps` to hang on CentOS when using devicemapper ([#22168](https://github.com/docker/docker/pull/22168), [#23067](https://github.com/docker/docker/pull/23067))
25
+- Fix a bug preventing to `docker exec` into a container when using devicemapper ([#22168](https://github.com/docker/docker/pull/22168), [#23067](https://github.com/docker/docker/pull/23067))
26
+
27
+
8 28
 ## 1.11.1 (2016-04-26)
9 29
 
10 30
 ### Distribution