summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Calavera <david.calavera@gmail.com>2015-07-02 13:51:49 -0700
committerDavid Calavera <david.calavera@gmail.com>2015-07-09 12:23:40 -0600
commitc2e658d3aa9c87aec620f7537f2b6f36ec992d7d (patch)
treee802dabcda24a086feca82f4105c38a387ed7641
parent0e9ef654d2e1e6bdcc6a3512d522c86d6b21a864 (diff)
downloaddocker-1.7.1-rc3.tar.gz
Bump to version 1.7.1v1.7.1-rc3
Signed-off-by: David Calavera <david.calavera@gmail.com>
-rw-r--r--CHANGELOG.md27
-rw-r--r--VERSION2
2 files changed, 28 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c690ed932c..b0ff3078b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
# Changelog
+## 1.7.1 (2015-07-02)
+
+#### Runtime
+
+- Fix default user spawning exec process with `docker exec`
+- Make `--bridge=none` to not configure the network bridge
+- Publish networking stats properly
+- Fix implicit devicemapper selection with static binaries
+- Fix socket connections that hanged internitently
+- Fix bridge interface creation on CentOS/RHEL 6.6
+- Fix local dns lookups added to resolv.conf
+- Fix copy command mounting volumes
+- Fix read/write privileges in volumes mounted with --volumes-from
+
+#### Remote API
+
+- Fix unmarshalling of Command and Entrypoint
+- Set limit for minimum client version supported
+- Validate port specification
+- Return proper errors when attach/reattach fail
+
+#### Distribution
+
+- Fix pulling private images
+- Fix fallback between registry V2 and V1
+
+
## 1.7.0 (2015-06-16)
#### Runtime
diff --git a/VERSION b/VERSION
index bd8bf882d0..9e58939672 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.0
+1.7.1-rc3