Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.2.0.5-1 ......................................................................
cli: release 3.2.0.5-1 Change-Id: I0296aaa06ac904f59465f7929b12ff1718852684 Signed-off-by: Michael Pasternak <[email protected]> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/48/8148/1 diff --git a/Makefile b/Makefile index 8674490..12a774d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.4 +rpmversion=3.2.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 f9948be..7034791 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -53,6 +53,10 @@ %doc LICENSE %changelog +* Mon Sep 24 2012 Michael Pasternak <[email protected]> - 3.2.0.5-1 +- storagedomain option appears in all vm actions #856164 +- disallow specifying app internal options + * Thu Sep 20 2012 Michael Pasternak <[email protected]> - 3.2.0.4-1 - add the kitchen build/runtime require diff --git a/setup.py b/setup.py index f732d38..fd3359b 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.2.0.4-SNAPSHOT', + 'version': '3.2.0.5-SNAPSHOT', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/8148 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0296aaa06ac904f59465f7929b12ff1718852684 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
