From d3814693a83ef4294e255414f7261cc5abd62349 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Wed, 4 Mar 2015 17:35:57 +0000 Subject: Add release notes for 0.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 --- doc/source/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ------ -- cgit v1.2.1