From 3f67c461da236bf603cf4812f81f51200573f51f Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Mon, 10 Sep 2012 18:25:20 -0700 Subject: [PATCH] Document remaining bug for v0.5.1 Change-Id: I97144b22e2040441e6507ff1810ab7a3da9b1ae2 --- doc/source/index.rst | 2 ++ 1 file changed, 2 insertions(+) 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 -----