summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-09-10 16:53:32 -0700
committerBrian Waldon <bcwaldon@gmail.com>2012-09-10 16:53:32 -0700
commit522317784a294923cb1d94cca744cd9cac242088 (patch)
treeabb6451c2e8c8c4342acf127a91c3790f696f438 /doc
parent92d87c0f7cb0fdd5e5c8798fa52d81e81758e64c (diff)
downloadpython-glanceclient-522317784a294923cb1d94cca744cd9cac242088.tar.gz
Update docs for v0.5.1 release
Change-Id: I377caf14379ebffe3bbc70c67e9378fc0ebcea95
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 50a01ee..c92ee78 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -36,6 +36,16 @@ Once you've configured your authentication parameters, you can run ``glance help
Release Notes
=============
+0.5.1
+----
+* 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
+
+.. _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
+
0.5.0
-----
* Add 'image-download' command to CLI