diff --git a/CHANGELOG.md b/CHANGELOG.md index c690ed932..1b8ede067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # 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 + +#### 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 bd8bf882d..42f1172e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0 +1.7.1-rc1