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
This commit is contained in:
Louis Taylor 2015-03-04 17:35:57 +00:00
parent e6d2f637ed
commit d3814693a8

View File

@ -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
------