From 392750e74cca03519c40ce7d6a959b7b5b5698e6 Mon Sep 17 00:00:00 2001 From: Alessandro Boch Date: Mon, 7 Mar 2016 17:52:56 -0800 Subject: [PATCH] changelog for v0.7.0-dev.4 Signed-off-by: Alessandro Boch --- libnetwork/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/libnetwork/CHANGELOG.md b/libnetwork/CHANGELOG.md index fffd96b838..0ab8c79215 100644 --- a/libnetwork/CHANGELOG.md +++ b/libnetwork/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.7.0-dev.4 (2016-03-07) +- Changed ownership of exposed ports and port-mapping options from Endpoint to Sandbox +- Implement DNS RR in the Docker embedded DNS server +- Fixes https://github.com/docker/libnetwork/issues/984 (multi container overlay veth leak) +- Libnetwork to program container's interface MAC address +- Fixed bug in iptables.Exists() logic +- Fixes https://github.com/docker/docker/issues/20694 +- Source external DNS queries from container namespace +- Added inbuilt nil IPAM driver +- Windows drivers integration fixes +- Extract hostname from (hostname.domainname). Related to https://github.com/docker/docker/issues/14282 +- Fixed race in sandbox statistics read +- Fixes https://github.com/docker/libnetwork/issues/892 (docker start fails when ipv6.disable=1) +- Fixed error message on bridge network creation conflict + ## 0.7.0-dev.3 (2016-02-17) - Fixes https://github.com/docker/docker/issues/20350 - Fixes https://github.com/docker/docker/issues/20145