@@ -23,6 +23,87 @@ about both kinds of releases, and download stable and beta product installers at
23
23
24
24
## Stable Release Notes
25
25
26
+ ### Docker for Windows 1.13.3, 2016-11-09 (stable)
27
+
28
+ ** New**
29
+
30
+ - Restore the VM's configuration when it was changed by the user
31
+
32
+ - Detect firewall configuration that might block the file sharing
33
+
34
+ - Send more GUI usage statistics to help us improve the product
35
+
36
+ - The path to HyperV disks is not hardcoded anymore, making the Toolbox import work with non-standard path
37
+
38
+ - Verify that ALL HyperV features are enabled
39
+
40
+ - Added Moby console to the logs
41
+
42
+ - Save the current engine with the other settings
43
+
44
+ - Notary version 0.4.2 installed
45
+
46
+ - Reworked the File Sharing dialog and underlying mechanism
47
+ - Pre-fill username
48
+ - Faster and more reliable feedback when the user/password is not valid
49
+ - Better support for domain users
50
+ - Error message in Logs when File Sharing failed for other reasons
51
+
52
+ ** Upgrades**
53
+
54
+ - Docker 1.12.3
55
+ - Linux Kernel 4.4.27
56
+ - Docker Machine 0.8.2
57
+ - Docker Compose 1.8.1
58
+ - aufs 20160912
59
+
60
+ ** Bug fixes and minor changes**
61
+
62
+ ** General**
63
+
64
+ - Added the settings to the diagnostics
65
+
66
+ - Make sure we don't use an older Nlog library from the GAC
67
+
68
+ - Fix a password escaping regression
69
+
70
+ - Support writing large values to the database, specially for trusted CAs
71
+
72
+ - Preserve the Powershell stacktraces
73
+
74
+ - Write OS and Application versions at the top of each log file
75
+
76
+ - Don't recreate the VM if only the DNS server is set
77
+
78
+ - The uninstaller now kills the service if it failed to stop it properly
79
+
80
+ - Improve debug information
81
+
82
+ ** Networking**
83
+
84
+ - VpnKit is now restarted if it dies
85
+
86
+ - VpnKit: impose a connection limit to avoid exhausting file descriptors
87
+
88
+ - VpnKit: handle UDP datagrams larger than 2035 bytes
89
+
90
+ - VpnKit: reduce the number of file descriptors consumed by DNS
91
+
92
+ ** File sharing**
93
+
94
+
95
+ - Faster mount/unmount of shared drives
96
+
97
+ - Added a timeout to mounting/unmounting a shared drive
98
+
99
+ ** Hyper-V**
100
+
101
+ - Make sure invalid "DockerNat" switches are not used
102
+
103
+ ** Moby**
104
+
105
+ - Increase default ulimit for memlock (fixes [ https://github.com/docker/for-mac/issues/801 ] ( https://github.com/docker/for-mac/issues/801 ) )
106
+
26
107
### Docker for Windows 1.12.1, 2016-09-16 (stable)
27
108
28
109
> ** Important Note** :
@@ -86,7 +167,7 @@ about both kinds of releases, and download stable and beta product installers at
86
167
* VpnKit supports search domains
87
168
* VpnKit is now compiled with OCaml 4.03 rather than 4.02.3
88
169
89
- ** Filesharing **
170
+ ** File sharing **
90
171
91
172
* Set ` cifs ` version to 3.02
92
173
@@ -178,7 +259,7 @@ work. Some insider builds may not work.
178
259
179
260
- Faster mount/unmount of shared drives
180
261
- Added a timeout to mounting/unmounting a shared drive
181
- - Add the settings to the diagnostics
262
+ - Added the settings to the diagnostics
182
263
- Increase default ulimit for memlock (fixes https://github.com/docker/for-mac/issues/801 )
183
264
- Make sure we don't use an older Nlog library from the GAC
184
265
@@ -536,7 +617,7 @@ Unreleased. See Beta 23 for changes.
536
617
* Fix some cases where ` dotnet restore ` could hang
537
618
* Fixed ` docker inspect ` on an image
538
619
* Removed the console from hyper-v manager
539
- * Improved diagnostic for VPN connection and add logs for the service port openers
620
+ * Improved diagnostic for VPN connection and addedlogs for the service port openers
540
621
* Improve Moby's boot sequence to adapt to longer boot time when swarm services are running
541
622
* Forcefully turn off a VM that won't shut down
542
623
* Clicking on a link from the changelog opens a browser
@@ -882,7 +963,7 @@ are working on a solution.
882
963
883
964
* Remove debug console
884
965
* Open browser with hyper-v installation instructions
885
- * Add Cloudfront for downloads from Europe
966
+ * Added Cloudfront for downloads from Europe
886
967
* Capture qemu logs during toolbox upgrades
887
968
* Rename alpha distribution channel to beta
888
969
0 commit comments