From b15c57c4a2cd7566072fcf8adb1422cb3e21b1de Mon Sep 17 00:00:00 2001 From: "Mark J. Washenberger" Date: Thu, 22 Aug 2013 16:01:29 -0700 Subject: [PATCH] Add 0.11.0 doc notes Change-Id: Ic76e872e78ec77b731ad9dced833803da3fa9aca --- doc/source/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 1e84b813..de0aafbf 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 ------