summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-11-19 14:56:38 -0800
committerBrian Waldon <bcwaldon@gmail.com>2012-11-19 14:56:38 -0800
commitae16750c48bc8d4b2b8d4de87913572a276f4f1e (patch)
tree9199e6f2a7f7ef6c9c7548bfca63a978e4d7107e
parent046d34c89185c31b79f580dd2cafa9f790920426 (diff)
downloadpython-glanceclient-ae16750c48bc8d4b2b8d4de87913572a276f4f1e.tar.gz
Document bugs/features for v0.6.00.6.0
Change-Id: I8966d74eb86e52a222ddac5bc6d52d1dd699fb3d
-rw-r--r--doc/source/index.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 8110efd..d5c1fa0 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -36,6 +36,21 @@ Once you've configured your authentication parameters, you can run ``glance help
Release Notes
=============
+0.6.0
+-----
+
+* Multiple image ID can be passed to ``glance image-delete``
+* ``glance --version`` and glanceclient.__version__ expose the current library version
+* Use ``--human-readable`` with ``image-list`` and ``image-show`` to display image sizes in human-friendly formats
+* Use OpenSSL for HTTPS connections
+* 1056220_: Always use 'Transfer-Encoding: chunked' when transferring image data
+* 1052846_: Padded endpoints enabled (e.g. glance.example.com/padding/v1)
+* 1050345_: ``glance image-create`` and ``glance image-update`` now work on Windows
+
+.. _1056220: http://bugs.launchpad.net/python-glanceclient/+bug/1056220
+.. _1052846: http://bugs.launchpad.net/python-glanceclient/+bug/1052846
+.. _1050345: http://bugs.launchpad.net/python-glanceclient/+bug/1050345
+
0.5.1
----
* 1045824_: Always send Content-Length when updating image with image data