|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.7.0-dev.1 (2016-02-10) |
| 4 | +- Expose EnableIPV6 option |
| 5 | +- discoverapi refactoring |
| 6 | +- Fixed a few typos & docs update |
| 7 | + |
| 8 | +## 0.6.1-rc2 (2016-02-09) |
| 9 | +- Fixes https://github.com/docker/docker/issues/20132 |
| 10 | +- Fixes https://github.com/docker/docker/issues/20140 |
| 11 | +- Fixes https://github.com/docker/docker/issues/20019 |
| 12 | + |
| 13 | +## 0.6.1-rc1 (2016-02-05) |
| 14 | +- Fixes https://github.com/docker/docker/issues/20026 |
| 15 | + |
| 16 | +## 0.6.0-rc7 (2016-02-01) |
| 17 | +- Allow inter-network connections via exposed ports |
| 18 | + |
| 19 | +## 0.6.0-rc6 (2016-01-30) |
| 20 | +- Properly fixes https://github.com/docker/docker/issues/18814 |
| 21 | + |
| 22 | +## 0.6.0-rc5 (2016-01-26) |
| 23 | +- Cleanup stale overlay sandboxes |
| 24 | + |
| 25 | +## 0.6.0-rc4 (2016-01-25) |
| 26 | +- Add Endpoints() API to Sandbox interface |
| 27 | +- Fixed a race-condition in default gateway network creation |
| 28 | + |
| 29 | +## 0.6.0-rc3 (2016-01-25) |
| 30 | +- Fixes docker/docker#19576 |
| 31 | +- Fixed embedded DNS to listen in TCP as well |
| 32 | +- Fixed a race-condition in IPAM to choose non-overlapping subnet for concurrent requests |
| 33 | + |
| 34 | +## 0.6.0-rc2 (2016-01-21) |
| 35 | +- Fixes docker/docker#19376 |
| 36 | +- Fixes docker/docker#15819 |
| 37 | +- Fixes libnetwork/#885, Not filter v6 DNS servers from resolv.conf |
| 38 | +- Fixes docker/docker #19448, also handles the . in service and network names correctly. |
| 39 | + |
| 40 | +## 0.6.0-rc1 (2016-01-14) |
| 41 | +- Fixes docker/docker#19404 |
| 42 | +- Fixes the ungraceful daemon restart issue in systemd with remote network plugin |
| 43 | + (https://github.com/docker/libnetwork/issues/813) |
| 44 | + |
3 | 45 | ## 0.5.6 (2016-01-14) |
4 | 46 | - Setup embedded DNS server correctly on container restart. Fixes docker/docker#19354 |
5 | 47 |
|
|
0 commit comments