Skip to content

added beta 29 release notes for mac and win #347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions docker-for-mac/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,21 +144,27 @@ events or unexpected unmounts.
* Docker Compose 1.8.0

## Beta Release Notes
<!--
### Beta 29 Release Notes (2016-10-22 1.12.2-rc3-beta29)

### Beta 29 Release Notes (2016-10-25 1.12.3-rc1-beta29)

**New**

TBD
- Overlay2 is now the default storage driver. You must do a factory reset for overlay2 to be automatically used. (#5545)

**Upgrades**

TBD
- Docker 1.12.3-rc1
- Linux kernel 4.4.27

**Bug fixes and minor changes**

TBD
-->
- Fix an issue where the whale animation during setting change was inconsistent
- Fix an issue where some windows stayed hidden behind another app
- Fix application of system or custom proxy settings over container restart
- Increase default ulimit for memlock (fixes [https://github.com/docker/for-mac/issues/801](https://github.com/docker/for-mac/issues/801) )
- Fix an issue where the Docker status would continue to be
yellow/animated after the VM had started correctly
- osxfs: fix the prohibition of chown on read-only or mode 0 files (fixes [https://github.com/docker/for-mac/issues/117](https://github.com/docker/for-mac/issues/117), [https://github.com/docker/for-mac/issues/263](https://github.com/docker/for-mac/issues/263), [https://github.com/docker/for-mac/issues/633](https://github.com/docker/for-mac/issues/633) )

### Beta 28 Release Notes (2016-10-13 1.12.2-rc3-beta28)

Expand Down
19 changes: 12 additions & 7 deletions docker-for-windows/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ Release notes for _stable_ and _beta_ releases are listed below. You can learn a

## Beta Release Notes

<!--

### Beta 29 Release Notes (2016-10-22 1.12.2-rc3-beta29)
### Beta 29 Release Notes (2016-10-25 1.12.3-rc1-beta29)

>**Important Note**:
>
Expand All @@ -151,17 +149,24 @@ work. Some insider builds may not work.

**New**

TBD
- Restore the VM's configuration when it was changed by the user
- Overlay2 is now the default storage driver. After a factory reset overlay2 will automatically be used
- Detect firewall configuration that might block the file sharing
- Send more GUI usage statistics to help us improve the product

**Upgrades**

TBD
- Docker 1.12.3-rc1
- Linux Kernel 4.4.27

**Bug fixes and minor changes**

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

-->

### Beta 28 Release Notes (2016-10-13 1.12.2-rc3-beta28)

Expand Down