Michael Pasternak has uploaded a new change for review. Change subject: release 3.2.0.2-1 ......................................................................
release 3.2.0.2-1 Change-Id: If3c9d384590170f29a3f437623d5737e13fe0158 Signed-off-by: Michael Pasternak <mpast...@redhat.com> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 15 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/74/8074/1 diff --git a/Makefile b/Makefile index 38c036e..30de1cd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.1 +rpmversion=3.2.0.2 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 d3a7ee3..4b5c006 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -51,6 +51,19 @@ %doc LICENSE %changelog +* Sun Sep 20 2012 Michael Pasternak <mpast...@redhat.com> - 3.2.0.2-1 +- valid UUIDs are treated as syntax error #854391 +- change collection based arguments syntax help #854506 +- rename "create" command with "add" #855773 +- remove --show-all option from /show command #855749 +- Raise an error if identifier is not specified in /show command #855750 +- Rename /delete command with /remove #855769 +- valid UUIDs are treated as syntax error #854391 +- history command does not support pipe redirection #854486 +- do not log /connect command in history +- disable /history while not connected +- add username/password prompt/conf-file functionality + * Sun Sep 9 2012 Michael Pasternak <mpast...@redhat.com> - 3.2.0.1-1 - do not load/save example_config. file - subcollection are not shown #854047 diff --git a/setup.py b/setup.py index e53c8bf..10c6f70 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.2.0.1-SNAPSHOT', + 'version': '3.2.0.2-SNAPSHOT', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': 'mpast...@redhat.com', -- To view, visit http://gerrit.ovirt.org/8074 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If3c9d384590170f29a3f437623d5737e13fe0158 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