Michael Pasternak has uploaded a new change for review.

Change subject: cli: release 3.2.0.9-1
......................................................................

cli: release 3.2.0.9-1

Change-Id: Ibb6e7d4176177d87a22cf7506b4253ab5c68a834
Signed-off-by: Michael Pasternak <mpast...@redhat.com>
---
M Makefile
M ovirt-engine-cli.spec.in
M setup.py
3 files changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/64/10964/1

diff --git a/Makefile b/Makefile
index 51b8cc2..7649ae4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: rpm
 
 rpmrelease:=1
-rpmversion=3.2.0.8
+rpmversion=3.2.0.9
 RPMTOP=$(shell bash -c "pwd -P")/rpmtop
 SPEC=ovirt-engine-cli.spec
 
diff --git a/ovirt-engine-cli.spec.in b/ovirt-engine-cli.spec.in
index a41db1e..0e8e835 100644
--- a/ovirt-engine-cli.spec.in
+++ b/ovirt-engine-cli.spec.in
@@ -53,6 +53,12 @@
 %doc LICENSE
 
 %changelog
+* Sun Jan  13 2013 Michael Pasternak <mpast...@redhat.com> - 3.2.0.9-1
+- ovirt-cli DistributionNotFound exception on f18 #881011
+- adding to help message ovirt-shell configuration details #890800
+- wrong error when passing empty collection based option #890525
+- wrong error when passing empty kwargs #891080
+
 * Sun Dec  30 2012 Michael Pasternak <mpast...@redhat.com> - 3.2.0.8-1
 - typo in help update manual #890368
 - "remove permit" doesnt work by-id #887805
diff --git a/setup.py b/setup.py
index bbaaa6c..b2aa2e3 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 version_info = {
     'name': 'ovirt-shell',
-    'version': '3.2.0.8-SNAPSHOT',
+    'version': '3.2.0.9-SNAPSHOT',
     'description': 'A command-line interface to oVirt Virtualization',
     'author': 'Michael Pasternak',
     'author_email': 'mpast...@redhat.com',


--
To view, visit http://gerrit.ovirt.org/10964
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb6e7d4176177d87a22cf7506b4253ab5c68a834
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-cli
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpast...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to