Browse code

Merge pull request #29338 from vieux/bump_1.12.4_version

bump version to 1.12.4
(cherry picked from commit 1564f02e33aab7e30e6b0b72f418a7e950d79893)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Victor Vieux authored on 2016/12/13 08:00:06
Showing 1 changed files
... ...
@@ -212,7 +212,7 @@ To manually remove all plugins and resolve this problem, take the following step
212 212
 - Deprecate MAINTAINER in Dockerfile [#25466](https://github.com/docker/docker/pull/25466)
213 213
 - Deprecated filter param for endpoint `/images/json` [#27872](https://github.com/docker/docker/pull/27872)
214 214
 
215
-## 1.12.4 (2016-12-06)
215
+## 1.12.4 (2016-12-12)
216 216
 
217 217
 **IMPORTANT**: Docker 1.12 ships with an updated systemd unit file for rpm
218 218
 based installs (which includes RHEL, Fedora, CentOS, and Oracle Linux 7). When
... ...
@@ -253,6 +253,7 @@ systemctl restart docker` to reload changes and (re)start the docker daemon.
253 253
 - Fix volume store locking [#29151](https://github.com/docker/docker/pull/29151)
254 254
 - Ensure consistent status code in API [#29150](https://github.com/docker/docker/pull/29150)
255 255
 - Fix incorrect opaque directory permission in overlay2 [#29093](https://github.com/docker/docker/pull/29093)
256
+- Detect plugin content and error out on `docker pull` [#29297](https://github.com/docker/docker/pull/29297)
256 257
 
257 258
 ### Swarm Mode
258 259