Michael Pasternak has uploaded a new change for review.

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

cli: release 3.3.0.5-1

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


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

diff --git a/Makefile b/Makefile
index 4a2abd6..1cd121b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: rpm
 
 rpmrelease:=1
-rpmversion=3.3.0.4
+rpmversion=3.3.0.5
 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 41230de..b59b63e 100644
--- a/ovirt-engine-cli.spec.in
+++ b/ovirt-engine-cli.spec.in
@@ -52,6 +52,13 @@
 %doc LICENSE
 
 %changelog
+* Wed Oct  9 2013 Michael Pasternak <mpast...@redhat.com> - 3.3.0.5-1
+- incorrect property to python built-in symbol encapsulation #1015975
+- make ctrl-c breaking the command rather than existing shell #869269
+- unclear error message when logging into cli with bad formatted url #960876
+- update power management agent type via CLI failed #1005751
+- fix session_timeout help #1005749
+
 * Tue Sep  3 2013 Michael Pasternak <mpast...@redhat.com> - 3.3.0.4-1
 - status command description need to rephrase #957624
 - wrong error message when running 'show event --id <wrong id>' #980855
diff --git a/setup.py b/setup.py
index da988a5..92e6fb4 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 version_info = {
     'name': 'ovirt-shell',
-    'version': '3.3.0.4-1',
+    'version': '3.3.0.5-1',
     'description': 'A command-line interface to oVirt Virtualization',
     'author': 'Michael Pasternak',
     'author_email': 'mpast...@redhat.com',


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I36c0e45cd951418829903b1a0d046cda9946c0c1
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