Browse code

Update CHANGELOG for 1.10.1

Signed-off-by: Tibor Vass <tibor@docker.com>

Tibor Vass authored on 2016/02/11 02:54:14
Showing 1 changed files
... ...
@@ -5,6 +5,44 @@ information on the list of deprecated flags and APIs please have a look at
5 5
 https://docs.docker.com/misc/deprecated/ where target removal dates can also
6 6
 be found.
7 7
 
8
+## 1.10.1 (2016-02-11)
9
+
10
+### Runtime
11
+
12
+* Do not stop daemon on migration hard failure [#20156](https://github.com/docker/docker/pull/20156)
13
+- Fix various issues with migration to content-addressable images [#20058](https://github.com/docker/docker/pull/20058)
14
+- Fix ZFS permission bug with user namespaces [#20045](https://github.com/docker/docker/pull/20045)
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)
17
+
18
+### Security
19
+
20
+- Fix issue preventing docker events to work properly with authorization plugin [#20002](https://github.com/docker/docker/pull/20002)
21
+
22
+### Distribution
23
+
24
+* Add additional verifications and prevent from uploading invalid data to registries [#20164](https://github.com/docker/docker/pull/20164)
25
+- Fix regression preventing uppercase characters in image reference hostname [#20175](https://github.com/docker/docker/pull/20175)
26
+
27
+### Networking
28
+
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)
31
+- Embedded DNS is now able to return compressed results [#20181](https://github.com/docker/docker/issues/20181)
32
+- Fix port-mapping issue with `userland-proxy=false` [#20181](https://github.com/docker/docker/issues/20181)
33
+
34
+### Logging
35
+
36
+- Fix bug where tcp+tls protocol would be rejected [#20109](https://github.com/docker/docker/pull/20109)
37
+
38
+### Volumes
39
+
40
+- Fix issue whereby older volume drivers would not receive volume options [#19983](https://github.com/docker/docker/pull/19983)
41
+
42
+### Misc
43
+
44
+- Remove TasksMax from Docker systemd service [#20167](https://github.com/docker/docker/pull/20167)
45
+
8 46
 ## 1.10.0 (2016-02-04)
9 47
 
10 48
 **IMPORTANT**: Docker 1.10 uses a new content-addressable storage for images and layers.