From 62ebf270e3343ea29851b2ba9c0754b1456772c1 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Fri, 20 Jan 2017 13:37:38 -0800 Subject: [PATCH] d4mac, d4win beta 37, beta38 release notes updated beta 38 release notes title on d4win Signed-off-by: Victoria Bialas --- docker-for-mac/release-notes.md | 57 +++++++++++++++++++++++++++++ docker-for-windows/release-notes.md | 57 +++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+) diff --git a/docker-for-mac/release-notes.md b/docker-for-mac/release-notes.md index 91923f6db6..2a9761dd68 100644 --- a/docker-for-mac/release-notes.md +++ b/docker-for-mac/release-notes.md @@ -269,6 +269,63 @@ events or unexpected unmounts. ## Beta Release Notes +### Beta 38 Release Notes (2017-01-20 1.13.0-beta38) + +**Upgrades** + +- [Docker 1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0) +- [Docker Compose 1.10](https://github.com/docker/compose/releases/tag/1.10.0) +- [Docker Machine 0.9.0](https://github.com/docker/machine/releases/tag/v0.9.0) +- [Notary 0.4.3](https://github.com/docker/notary/releases/tag/v0.4.3) +- Linux kernel 4.9.4 +- qcow-tool 0.7.2 + +**New** + +- The storage location of the Linux volume can now be moved +- Reclaim disk size on reboot +- You can now edit filesharing paths +- Memory can be allocated with 256 MiB steps +- Proxy can now be completely disabled +- Support for arm, aarch64, ppc64le architectures using qemu +- Dedicated preference pane for advanced configuration of the docker daemon (edit daemon.json) +- Docker Experimental mode can be toggled +- Better support for Split DNS VPN configurations +- Use more DNS servers, respect order + +**Bug fixes and minor improvements** + +- You can't edit settings while docker is restarting +- Support Copy/Paste in About box +- Auto update polling every 24h +- Kernel boots with vsyscall=emulate arg and CONFIG_LEGACY_VSYSCALL is set to NONE in Moby +- Fixed vsock deadlock under heavy write load +- If you opt-out of analytics, you're prompted for approval before a bug report is sent +- Fixed bug where search domain could be read as `DomainName` +- Dedicated preference pane for HTTP proxy settings. +- Dedicated preference pane for CPU & Memory computing resources. +- Privacy settings moved to the general preference pane +- Fixed an issue where the preference pane disappeared when the welcome whale menu was closed. +- HyperKit: code cleanup and minor fixes +- Improvements to Logging and Diagnostics +- osxfs: switch to libev/kqueue to improve latency +- VPNKit: improvements to DNS handling +- VPNKit: Improved diagnostics +- VPNKit: Forwarded UDP datagrams should have correct source port numbers +- VPNKit: add a local cache of DNS responses +- VPNKit: If one request fails, allow other concurrent requests to succeed. + For example this allows IPv4 servers to work even if IPv6 is broken. +- VPNKit: Fix bug which could cause the connection tracking to + underestimate the number of active connections + +### Beta 37 Release Notes (2017-01-16 1.13.0-rc7-beta37) + +**Upgrades** + +- Docker 1.13.0-rc7 +- Notary 0.4.3 +- Linux kernel 4.9.3 + ### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36) >**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading. diff --git a/docker-for-windows/release-notes.md b/docker-for-windows/release-notes.md index 6d7353d086..0e8bc4d311 100644 --- a/docker-for-windows/release-notes.md +++ b/docker-for-windows/release-notes.md @@ -258,6 +258,63 @@ We did not distribute a 1.12.4 stable release ## Beta Release Notes +### Beta 38 Release Notes (2017-01-20 1.13.0-beta38) + +**Upgrades** + +- [Docker 1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0) +- [Docker Compose 1.10](https://github.com/docker/compose/releases/tag/1.10.0) +- [Docker Machine 0.9.0](https://github.com/docker/machine/releases/tag/v0.9.0) +- [Notary 0.4.3](https://github.com/docker/notary/releases/tag/v0.4.3) +- Linux kernel 4.9.4 +- qcow-tool 0.7.2 + +**New** + +- The storage location of the Linux volume can now be moved +- Reclaim disk size on reboot +- You can now edit filesharing paths +- Memory can be allocated with 256 MiB steps +- Proxy can now be completely disabled +- Support for arm, aarch64, ppc64le architectures using qemu +- Dedicated preference pane for advanced configuration of the docker daemon (edit daemon.json) +- Docker Experimental mode can be toggled +- Better support for Split DNS VPN configurations +- Use more DNS servers, respect order + +**Bug fixes and minor changes** + +- You cannot edit settings while docker is restarting +- Support Copy/Paste in About box +- Auto update polling every 24h +- Kernel boots with vsyscall=emulate arg and CONFIG_LEGACY_VSYSCALL is set to NONE in Moby +- Fixed vsock deadlock under heavy write load +- If you opt-out of analytics, you're prompted for approval before a bug report is sent +- Fixed bug where search domain could be read as `DomainName` +- Dedicated preference pane for HTTP proxy settings. +- Dedicated preference pane for CPU & Memory computing resources. +- Privacy settings moved to the general preference pane. +- Fixed an issue where the preference pane disappeared when the welcome whale menu was closed. +- HyperKit: code cleanup and minor fixes +- Improvements to Logging and Diagnostics +- osxfs: switch to libev/kqueue to improve latency +- VPNKit: improvements to DNS handling +- VPNKit: Improved diagnostics +- VPNKit: Forwarded UDP datagrams should have correct source port numbers +- VPNKit: add a local cache of DNS responses +- VPNKit: If one request fails, allow other concurrent requests to succeed. + For example this allows IPv4 servers to work even if IPv6 is broken. +- VPNKit: Fixed bug which could cause the connection tracking to + underestimate the number of active connections + +### Beta 37 Release Notes (2017-01-16 1.13.0-rc7-beta37) + +**Upgrades** + +- Docker 1.13.0-rc7 +- Notary 0.4.3 +- Linux kernel 4.9.3 + ### Beta 36 Release Notes (2017-01-12 1.13.0-rc6-beta36) >**Important Note:** Plugins installed using the experimental "managed plugins" feature in Docker 1.12 must be removed/uninstalled before upgrading.