summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Taylor <louis@kragniz.eu>2015-03-04 17:35:57 +0000
committerLouis Taylor <louis@kragniz.eu>2015-03-04 17:42:12 +0000
commitd3814693a83ef4294e255414f7261cc5abd62349 (patch)
tree8d0e1220d8bedbb63b91e8cfd93a2340502aa93b
parente6d2f637ed4c192968a82b3af5bc48b6a44751da (diff)
downloadpython-glanceclient-0.16.1.tar.gz
Add release notes for 0.16.10.16.1
Release notes for the following commits: $ git log --oneline --no-merges 0.16.0..HEAD 96871b9 Fix tests failing if keystone is running locally 2d67dfa Unify using six.moves.range rename everywhere af29e0a Show error on trying to upload to non-queued image ef9fd9f https: Prevent leaking sockets for some operations 01caf4e Strip json and html from error messages 7ee96cb Register our own ConnectionPool without globals 1d82396 Remove graduated gettextutils from openstack/common a755d1f Workflow documentation is now in infra-manual Change-Id: Ieed106bff9aa95a7d40b0c39717aa16db4ddbf7e
-rw-r--r--doc/source/index.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 1d92ab6..7d0d95f 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -38,6 +38,19 @@ See also :doc:`/man/glance`.
Release Notes
=============
+0.16.1
+------
+
+* 1423165_: Fix sockets leaking for a subset of operations (show, delete and update)
+* 1395084_: Show error when trying to upload image data to non-queued image
+* 1398838_: Stop showing JSON and HTML in error messages returned from the glance service
+* 1396550_: More reliably register connection pools in cases where urllib3 is both vendored and installed system-wide
+
+.. _1423165: https://bugs.launchpad.net/python-glanceclient/+bug/1423165
+.. _1395084: https://bugs.launchpad.net/python-glanceclient/+bug/1395084
+.. _1398838: https://bugs.launchpad.net/python-glanceclient/+bug/1398838
+.. _1396550: https://bugs.launchpad.net/python-glanceclient/+bug/1396550
+
0.16.0
------