Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9260990

Browse files
author
Victoria Bialas
committed
added 1.12.3 stable release notes for d4mac, d4win docs
incorporated Misty's comments Signed-off-by: Victoria Bialas <[email protected]>
1 parent 0355aef commit 9260990

File tree

2 files changed

+156
-10
lines changed

2 files changed

+156
-10
lines changed

docker-for-mac/release-notes.md

Lines changed: 71 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,71 @@ Release notes for _stable_ and _beta_ releases are listed below. You can learn a
1818

1919
## Stable Release Notes
2020

21+
### Docker for Mac 1.12.3, 2016-11-09 (stable)
22+
23+
**Upgrades**
24+
25+
- Docker 1.12.3
26+
- Linux Kernel 4.4.27
27+
- Notary 0.4.2
28+
- Docker Machine 0.8.2
29+
- Docker Compose 1.8.1
30+
- Kernel vsock driver v7
31+
- aufs 20160912
32+
33+
**Bug fixes and minor changes**
34+
35+
**General**
36+
37+
- Fixed an issue where the whale animation during setting change was inconsistent
38+
39+
- Fixed an issue where some windows stayed hidden behind another app
40+
41+
- Fixed an issue where the Docker status would continue to be yellow/animated after the VM had started correctly
42+
43+
- Fixed an issue where Docker for Mac was incorrectly reported as updated
44+
45+
- Channel is now displayed in About box
46+
47+
- Crash reports are sent over Bugsnag rather than HockeyApp
48+
49+
- Fixed an issue where some windows did not claim focus correctly
50+
51+
- Added UI when switching channel to prevent user losing containers and settings
52+
53+
- Check disk capacity before toolbox import
54+
55+
- Import certificates in `etc/ssl/certs/ca-certificates.crt`
56+
57+
- disk: make the "flush" behaviour configurable for database-like workloads. This works around a performance regression in 1.12.1.
58+
59+
**Networking**
60+
61+
- Proxy: Fixed application of system or custom proxy settings over container restart
62+
63+
- DNS: reduce the number of UDP sockets consumed on the host
64+
65+
- VPNkit: improve the connection-limiting code to avoid running out of sockets on the host
66+
67+
- UDP: handle diagrams bigger than 2035, up to the configured macOS kernel limit
68+
69+
- UDP: make the forwarding more robust; drop packets and continue rather than stopping
70+
71+
**File sharing**
72+
73+
- osxfs: Fixed the prohibition of chown on read-only or mode 0 files, (fixes
74+
[https://github.com/docker/for-mac/issues/117](https://github.com/docker/for-mac/issues/117),
75+
[https://github.com/docker/for-mac/issues/263](https://github.com/docker/for-mac/issues/263),
76+
[https://github.com/docker/for-mac/issues/633](https://github.com/docker/for-mac/issues/633))
77+
78+
- osxfs: Fixed race causing some reads to run forever
79+
80+
- osxfs: Fixed a simultaneous volume mount race which can result in a crash
81+
82+
**Moby**
83+
84+
- Increase default ulimit for memlock (fixes [https://github.com/docker/for-mac/issues/801](https://github.com/docker/for-mac/issues/801))
85+
2186
### Docker for Mac 1.12.1, 2016-09-16 (stable)
2287

2388
**New**
@@ -66,7 +131,7 @@ Release notes for _stable_ and _beta_ releases are listed below. You can learn a
66131

67132
* Use Mac System Configuration database to detect DNS
68133

69-
**Filesharing (osxfs)**
134+
**File sharing (osxfs)**
70135

71136
* Fixed thread leak
72137

@@ -918,13 +983,13 @@ work yet.
918983
**New Features and Upgrades**
919984

920985
- GUI
921-
- Add VPN mode/`hostnet` to Preferences
922-
- Add disable Time Machine backups of VM disk image to Preferences
986+
- Added VPN mode/`hostnet` to Preferences
987+
- Added disable Time Machine backups of VM disk image to Preferences
923988

924989

925990
- Added `pinata` configuration tool for experimental Preferences
926991

927-
- File System: Add guest-to-guest FIFO and socket file support
992+
- File System: Added guest-to-guest FIFO and socket file support
928993

929994
- Upgraded Notary to version 0.2
930995

@@ -956,7 +1021,7 @@ work yet.
9561021
- Added MixPanel support
9571022

9581023

959-
- Add HockeyApp crash reporting
1024+
- Added HockeyApp crash reporting
9601025
- Improve signal handling on task manager
9611026
- Use ISO timestamps with microsecond precision for logging
9621027
- Clean up logging format
@@ -968,7 +1033,7 @@ work yet.
9681033

9691034

9701035
- Hypervisor
971-
- Add PID file
1036+
- Added PID file
9721037
- Networking reliability improvements
9731038

9741039

docker-for-windows/release-notes.md

Lines changed: 85 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,87 @@ about both kinds of releases, and download stable and beta product installers at
2323

2424
## Stable Release Notes
2525

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+
26107
### Docker for Windows 1.12.1, 2016-09-16 (stable)
27108

28109
>**Important Note**:
@@ -86,7 +167,7 @@ about both kinds of releases, and download stable and beta product installers at
86167
* VpnKit supports search domains
87168
* VpnKit is now compiled with OCaml 4.03 rather than 4.02.3
88169

89-
**Filesharing**
170+
**File sharing**
90171

91172
* Set `cifs` version to 3.02
92173

@@ -178,7 +259,7 @@ work. Some insider builds may not work.
178259

179260
- Faster mount/unmount of shared drives
180261
- Added a timeout to mounting/unmounting a shared drive
181-
- Add the settings to the diagnostics
262+
- Added the settings to the diagnostics
182263
- Increase default ulimit for memlock (fixes https://github.com/docker/for-mac/issues/801)
183264
- Make sure we don't use an older Nlog library from the GAC
184265

@@ -536,7 +617,7 @@ Unreleased. See Beta 23 for changes.
536617
* Fix some cases where `dotnet restore` could hang
537618
* Fixed `docker inspect` on an image
538619
* 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
540621
* Improve Moby's boot sequence to adapt to longer boot time when swarm services are running
541622
* Forcefully turn off a VM that won't shut down
542623
* Clicking on a link from the changelog opens a browser
@@ -882,7 +963,7 @@ are working on a solution.
882963

883964
* Remove debug console
884965
* Open browser with hyper-v installation instructions
885-
* Add Cloudfront for downloads from Europe
966+
* Added Cloudfront for downloads from Europe
886967
* Capture qemu logs during toolbox upgrades
887968
* Rename alpha distribution channel to beta
888969

0 commit comments

Comments
 (0)