diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 3be5685a70..04378d3f8a 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -335,6 +335,23 @@ events or unexpected unmounts. ## Edge Release Notes +### Docker Community Edition 17.03.1-ce-mac3, 2017-03-21 (edge) + +**Upgrades** + +- [Docker 17.03.1-ce-rc1](https://github.com/docker/docker/releases/tag/v17.03.1-ce-rc1) +- [Docker Credential Helpers 0.5.0](https://github.com/docker/docker-credential-helpers/releases/tag/v0.5.0) +- Linux Kernel 4.9.14 + +**Bug fixes and minor changes** + +- Use `fsync` rather than `fcntl`(`F_FULLFSYNC`) +- Update max-connections to 2000 ([docker/for-mac#1374](https://github.com/docker/for-mac/issues/1374) and [docker/for-mac#1132](https://github.com/docker/for-mac/issues/1132)) +- VPNKit: capture up to 64KiB of NTP traffic for diagnostics, better handling of DNS +- UI: fix edge cases which crash the application +- Qcow: numerous bugfixes +- osxfs: buffer readdir + ### Docker Community Edition 17.03.0-ce-mac2, 2017-03-06 (edge) **Hotfixes** diff --git a/docker-for-windows/images/win-install-success-hello-world.png b/docker-for-windows/images/win-install-success-hello-world.png deleted file mode 100644 index 8636aef253..0000000000 Binary files a/docker-for-windows/images/win-install-success-hello-world.png and /dev/null differ diff --git a/docker-for-windows/images/win-install-success-popup-cloud.png b/docker-for-windows/images/win-install-success-popup-cloud.png index 48d12b8124..083cd76ea1 100644 Binary files a/docker-for-windows/images/win-install-success-popup-cloud.png and b/docker-for-windows/images/win-install-success-popup-cloud.png differ diff --git a/docker-for-windows/images/win-install-success-popup.png b/docker-for-windows/images/win-install-success-popup.png deleted file mode 100644 index 6af17f4a6e..0000000000 Binary files a/docker-for-windows/images/win-install-success-popup.png and /dev/null differ diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 4ea88507ad..758206e63a 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -303,6 +303,18 @@ We did not distribute a 1.12.4 stable release ## Edge Release Notes +### Docker Community Edition 17.03.1 Release Notes (2017-03-21 17.03.1-ce-win3) + +**Upgrades** + +- [Docker 17.03.1-ce-rc1](https://github.com/docker/docker/releases/tag/v17.03.1-ce-rc1) +- [Docker Credential Helpers 0.5.0](https://github.com/docker/docker-credential-helpers/releases/tag/v0.5.0) +- Linux Kernel 4.9.14 + +**Bug fixes and minor changes** + +- VPNKit: capture up to 64KiB of NTP traffic for diagnostics, better handling of DNS + ### Docker Community Edition 17.03.0 Release Notes (2017-03-02 17.03.0-ce-win1) **New**