Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.2.0.10-1 ......................................................................
cli: release 3.2.0.10-1 Change-Id: Idfe3920a2563b1d23e915e68b81e56ccfe73fe08 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/08/12208/1 diff --git a/Makefile b/Makefile index 7649ae4..0b913ad 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.9 +rpmversion=3.2.0.10 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 0e8e835..badfa8d 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -53,6 +53,10 @@ %doc LICENSE %changelog +* Tue Feb 19 2013 Michael Pasternak <[email protected]> - 3.2.0.10-1 + - use vncviewer passwordFile instead of passwdInput #909365 + - ovirt-cli DistributionNotFound exception on f18 #881011 + * Sun Jan 13 2013 Michael Pasternak <[email protected]> - 3.2.0.9-1 - ovirt-cli DistributionNotFound exception on f18 #881011 - adding to help message ovirt-shell configuration details #890800 diff --git a/setup.py b/setup.py index 6a6aaca..cca90fa 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.2.0.9-SNAPSHOT', + 'version': '3.2.0.10-SNAPSHOT', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/12208 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idfe3920a2563b1d23e915e68b81e56ccfe73fe08 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: cli_3.2 Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
