Juan Hernandez has uploaded a new change for review. Change subject: cli: Release 3.4.0.3 ......................................................................
cli: Release 3.4.0.3 Change-Id: I18982af9013e2b3264ac9c1614c4c6cf2f5b71b7 Signed-off-by: Juan Hernandez <juan.hernan...@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/06/23906/1 diff --git a/Makefile b/Makefile index ddfe83b..9be20a1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.4.0.2 +rpmversion=3.4.0.3 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 eac935a..e98d0df 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -52,6 +52,13 @@ %doc LICENSE %changelog +* Thu Jan 30 2014 Juan Hernandez <juan.hernan...@redhat.com> - 3.4.0.3-1 +- Support automatic session invalidation #1018561. +- Fix mismatch between restore snapshot syntax and auto completion #1027298. +- Support auto completion of options prefixed with -- #854473. +- Accept intermixed argumetns and options #1047513. +- Check existence of collections before adding #1043500. + * Thu Nov 14 2013 Michael Pasternak <mpast...@redhat.com> - 3.4.0.2-1 - add missing packages in setup.setup.py diff --git a/setup.py b/setup.py index b24f026..d3ff6e1 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.4.0.2-1', + 'version': '3.4.0.3', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': 'mpast...@redhat.com', -- To view, visit http://gerrit.ovirt.org/23906 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I18982af9013e2b3264ac9c1614c4c6cf2f5b71b7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: cli_3.4 Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches