From 741c15f9633f642aa2e52de10b8eb65d6a8c9ecb Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 2 Apr 2013 14:49:59 -0700 Subject: [PATCH] Add docs for 0.9.0 Change-Id: Ic4645b8d83eec6577b67cc17d805c6b12b1bacda --- doc/source/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 7b3f388..a21eb9c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -36,6 +36,18 @@ Once you've configured your authentication parameters, you can run ``glance help Release Notes ============= +0.9.0 +----- + +* Implement 'visibility', 'owner' and 'member_status' filters for v2 CLI and library +* Relax prettytable dependency to v0.7.X +* 1118799_: Implement filter on 'is_public' attribute in v1 API +* 1157905_, 1130390_: Improve handling of SIGINT (CTRL-C) + +.. _1118799: http://bugs.launchpad.net/python-glanceclient/+bug/1118799 +.. _1157905: http://bugs.launchpad.net/python-glanceclient/+bug/1157905 +.. _1130390: http://bugs.launchpad.net/python-glanceclient/+bug/1130390 + 0.8.0 -----