Update docs for v0.5.1 release

Change-Id: I377caf14379ebffe3bbc70c67e9378fc0ebcea95
This commit is contained in:
Brian Waldon
2012-09-10 16:53:32 -07:00
parent 92d87c0f7c
commit 522317784a
+10
View File
@@ -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