From 53ef3c380c9ac100cb71c4442d56a26e6ff7174c Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Mon, 12 Jan 2015 14:16:41 -0800 Subject: Updated version and changelog --- docker/version.py | 2 +- docs/change_log.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docker/version.py b/docker/version.py index 5433541..691a48c 100644 --- a/docker/version.py +++ b/docker/version.py @@ -1 +1 @@ -version = "0.7.1-dev" +version = "0.7.1" diff --git a/docs/change_log.md b/docs/change_log.md index 91c99d3..2470e51 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -1,6 +1,23 @@ Change Log ========== +0.7.1 +----- + +### Bugfixes + +* `setup.py` now indicates a maximum version of requests to work around the + boot2docker / `assert_hostname` bug. +* Removed invalid exception when using the Registry Hub's FQDN when pulling. +* Fixed an issue where early HTTP errors weren't handled properly in streaming + responses. +* Fixed a bug where sockets would close unexpectedly using Python 3.x +* Various fixes for integration tests. + +### Miscellaneous + +* Small doc fixes + 0.7.0 ----- -- cgit v1.2.1