summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-09-10 18:25:20 -0700
committerBrian Waldon <bcwaldon@gmail.com>2012-09-10 18:25:20 -0700
commit3f67c461da236bf603cf4812f81f51200573f51f (patch)
treecfb375f43dd34a6c3dd4f25bf2950e5434eebd5e /doc
parent522317784a294923cb1d94cca744cd9cac242088 (diff)
downloadpython-glanceclient-3f67c461da236bf603cf4812f81f51200573f51f.tar.gz
Document remaining bug for v0.5.10.5.1
Change-Id: I97144b22e2040441e6507ff1810ab7a3da9b1ae2
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index c92ee78..8110efd 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -41,10 +41,12 @@ Release Notes
* 1045824_: Always send Content-Length when updating image with image data
* 1046607_: Handle 300 Multiple Choices nicely in the CLI
* 1035931_: Properly display URI in legacy 'show' command
+* 1048698_: Catch proper httplib InvalidURL exception
.. _1045824: http://bugs.launchpad.net/python-glanceclient/+bug/1045824
.. _1046607: http://bugs.launchpad.net/python-glanceclient/+bug/1046607
.. _1035931: http://bugs.launchpad.net/python-glanceclient/+bug/1035931
+.. _1048698: http://bugs.launchpad.net/python-glanceclient/+bug/1048698
0.5.0
-----