Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.4.0.1-1 ......................................................................
cli: release 3.4.0.1-1 Change-Id: I9fae2d02730f51ba46ab924cb626f86346a67b7a Signed-off-by: Michael pasternak <[email protected]> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 18 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/65/21265/1 diff --git a/Makefile b/Makefile index 92c372b..1b96748 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=SNAPSHOT +rpmrelease:=1 rpmversion=3.4.0.1 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 b59b63e..d732fc9 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -52,6 +52,22 @@ %doc LICENSE %changelog +* Thu Nov 14 2013 Michael Pasternak <[email protected]> - 3.4.0.1-1 +- implement CLI invocation capabilities #895559 +- expose api capabilities in cli #891227 +- ovirt-shell does not exit when using -f option #854519 +- add the option to retrieve partial history #957499 +- construct object using factory on update #950684 +- eliminate ambiguity by adding suffix -identifier to parent's options #1027281 +- do not ask for credentials for /help in auto-connect mode #1026798 +- added new state - UNAUTHORIZED +- implement StateMachine +- implement event driven messaging +- implement visualization effects +- history length was limited to 3000 records +- raise CommandError on generic errors +- implicitly disconnect on exit + * Wed Oct 9 2013 Michael Pasternak <[email protected]> - 3.3.0.5-1 - incorrect property to python built-in symbol encapsulation #1015975 - make ctrl-c breaking the command rather than existing shell #869269 diff --git a/setup.py b/setup.py index 275b94e..5e55b50 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.4.0.1-SNAPSHOT', + 'version': '3.4.0.1-1', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/21265 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9fae2d02730f51ba46ab924cb626f86346a67b7a 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
