summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Washenberger <mark.washenberger@markwash.net>2013-08-22 16:01:29 -0700
committerMark J. Washenberger <mark.washenberger@markwash.net>2013-08-22 23:55:52 -0700
commitb15c57c4a2cd7566072fcf8adb1422cb3e21b1de (patch)
tree12dd01280379f5a910ed729d18ec994881fbb78f
parent835638fd8ad4fb39be2161ee79057565809082ab (diff)
downloadpython-glanceclient-b15c57c4a2cd7566072fcf8adb1422cb3e21b1de.tar.gz
Add 0.11.0 doc notes
Change-Id: Ic76e872e78ec77b731ad9dced833803da3fa9aca
-rw-r--r--doc/source/index.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 1e84b81..de0aafb 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -37,6 +37,18 @@ See also :doc:`/man/glance`.
Release Notes
=============
+0.11.0
+------
+
+* 1212463_: Allow single-wildcard SSL common name matching
+* 1208618_: Support absolute redirects for endpoint urls
+* 1190606_: Properly handle integer-like image ids
+* Support removing properties from images in the v2 library
+
+.. _1212463: http://bugs.launchpad.net/python-glanceclient/+bug/1212463
+.. _1208618: http://bugs.launchpad.net/python-glanceclient/+bug/1208618
+.. _1190606: http://bugs.launchpad.net/python-glanceclient/+bug/1190606
+
0.10.0
------