Browse code

Update CHANGELOG for 1.10.2

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

Tibor Vass authored on 2016/02/20 10:03:51
Showing 1 changed files
... ...
@@ -5,6 +5,35 @@ 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.2 (2016-02-22)
9
+
10
+### Runtime
11
+
12
+- Prevent systemd from deleting containers' cgroups when its configuration is reloaded [#20518](https://github.com/docker/docker/pull/20518)
13
+- Fix SELinux issues by disregarding `--read-only` when mounting `/dev/mqueue` [#20333](https://github.com/docker/docker/pull/20333)
14
+- Fix chown permissions used during `docker cp` when userns is used [#20446](https://github.com/docker/docker/pull/20446)
15
+- Fix configuration loading issue with all booleans defaulting to `true` [#20471](https://github.com/docker/docker/pull/20471)
16
+- Fix occasional panic with `docker logs -f` [#20522](https://github.com/docker/docker/pull/20522)
17
+
18
+### Distribution
19
+
20
+- Keep layer reference if deletion failed to avoid a badly inconsistent state [#20513](https://github.com/docker/docker/pull/20513)
21
+- Handle gracefully a corner case when canceling migration [#20372](https://github.com/docker/docker/pull/20372)
22
+- Fix docker import on compressed data [#20367](https://github.com/docker/docker/pull/20367)
23
+- Fix tar-split files corruption during migration that later cause docker push and docker save to fail [#20458](https://github.com/docker/docker/pull/20458)
24
+
25
+### Networking
26
+
27
+- Fix daemon crash if embedded DNS is sent garbage [#20510](https://github.com/docker/docker/pull/20510)
28
+
29
+### Volumes
30
+
31
+- Fix issue with multiple volume references with same name [#20381](https://github.com/docker/docker/pull/20381)
32
+
33
+### Security
34
+
35
+- Fix potential cache corruption and delegation conflict issues [#20523](https://github.com/docker/docker/pull/20523)
36
+
8 37
 ## 1.10.1 (2016-02-11)
9 38
 
10 39
 ### Runtime