mirror of https://github.com/docker/docs.git
d4mac-win-ce-1703-1 updates (#2412)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
c4b91c8b27
commit
54eaf67004
|
@ -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**
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 71 KiB |
Binary file not shown.
Before Width: | Height: | Size: 177 KiB After Width: | Height: | Size: 167 KiB |
Binary file not shown.
Before Width: | Height: | Size: 77 KiB |
|
@ -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**
|
||||
|
|
Loading…
Reference in New Issue