@@ -5,6 +5,46 @@ information on the list of deprecated flags and APIs please have a look at
55https://docs.docker.com/misc/deprecated/ where target removal dates can also
66be found.
77
8+ ## 1.9.1
9+
10+ ## Runtime
11+
12+ - Do not prevent daemon from booting if images could not be restored (#17695 )
13+ - Force IPC mount to unmount on daemon shutdown/init (#17539 )
14+ - Turn IPC unmount errors into warnings (#17554 )
15+ - Fix ` docker stats ` performance regression (#17638 )
16+ - Clarify cryptic error message upon ` docker logs ` if ` --log-driver=none ` (#17767 )
17+ - Fix seldom panics (#17639 , #17634 , #17703 )
18+ - Fix opq whiteouts problems for files with dot prefix (#17819 )
19+ - devicemapper: try defaulting to xfs instead of ext4 for performance reasons (#17903 , #17918 )
20+ - devicemapper: fix displayed fs in docker info (#17974 )
21+ - selinux: only relabel if user requested so with the ` z ` option (#17450 , #17834 )
22+ - Do not make network calls when normalizing names (#18014 )
23+
24+ ## Client
25+
26+ - Fix ` docker login ` on windows (#17738 )
27+ - Fix bug with ` docker inspect ` output when not connected to daemon (#17715 )
28+ - Fix ` docker inspect -f {{.HostConfig.Dns}} somecontainer ` (#17680 )
29+
30+ ## Builder
31+
32+ - Fix regression with symlink behavior in ADD/COPY (#17710 )
33+
34+ ## Networking
35+
36+ - Allow passing a network ID as an argument for ` --net ` (#17558 )
37+ - Fix connect to host and prevent disconnect from host for ` host ` network (#17476 )
38+ - Fix ` --fixed-cidr ` issue when gateway ip falls in ip-range and ip-range is
39+ not the first block in the network (#17853 )
40+ - Restore deterministic ` IPv6 ` generation from ` MAC ` address on default ` bridge ` network (#17890 )
41+ - Allow port-mapping only for endpoints created on docker run (#17858 )
42+ - Fixed an endpoint delete issue with a possible stale sbox (#18102 )
43+
44+ ## Distribution
45+
46+ - Correct parent chain in v2 push when v1Compatibility files on the disk are inconsistent (#18047 )
47+
848## 1.9.0 (2015-11-03)
949
1050## Runtime
0 commit comments