Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.2.0.7-1 ......................................................................
cli: release 3.2.0.7-1 Change-Id: I0c6c3a64cc7b97c20b7a34ab57c21c9d66f23021 Signed-off-by: Michael Pasternak <[email protected]> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 7 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/01/9301/1 diff --git a/Makefile b/Makefile index ecdf6a2..aa9a586 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.6 +rpmversion=3.2.0.7 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 06be1ea..1bfd76b 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -53,6 +53,11 @@ %doc LICENSE %changelog +* Sun Nov 18 2012 Michael Pasternak <[email protected]> - 3.2.0.7-1 +- disable output redirection via config #866853 +- CTRL+C signal while password prompt appears causes to cli to fall #868647 +- adapt to sdk #853947 fix + * Thu Nov 1 2012 Michael Pasternak <[email protected]> - 3.2.0.6-1 - adapt to sdk restriction of .get() to id/name diff --git a/setup.py b/setup.py index da42bc1..37fd94b 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.2.0.6-SNAPSHOT', + 'version': '3.2.0.7-SNAPSHOT', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/9301 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0c6c3a64cc7b97c20b7a34ab57c21c9d66f23021 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
