Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.3.0.2-1 ......................................................................
cli: release 3.3.0.2-1 Change-Id: I15251afcf565d45da3ecb4bd696f6295cf5f5d68 Signed-off-by: Michael pasternak <[email protected]> --- M Makefile M ovirt-engine-cli.spec.in M setup.py 3 files changed, 16 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/61/14361/1 diff --git a/Makefile b/Makefile index ee033d7..835c72e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.3.0.1 +rpmversion=3.3.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 9855a69..f86efe1 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -52,6 +52,20 @@ %doc LICENSE %changelog +* Wed May 1 2013 Michael Pasternak <[email protected]> - 3.3.0.2-1 +- datetime.datetime object has no attribute __dict__ #957519 +- remove pexpect dependency +- Ping command success message need to be rephrased #918749 +- spicec does not pass cert_file #953582 +- Error in "update network --cluster-identifier --usages-usage" #950993 +- List/Show suggests parent+child as single param #950398 +- Error type "brick" does not exist." on replace brick #923196 +- Implement Session-TTL header support #928314 +- unclear error message when using unsupported 2 levels attribute #949642 +- correlation_id is not attached to update command #950441 +- connect --help will log the user out of the disconnected cli #890340 +- "help add" fails to format the error when number of provided args in incorrect #922018 + * Tue Apr 2 2013 Michael Pasternak <[email protected]> - 3.3.0.1-1 - at vm.start() --vm-os-boot doesn't send the order of devices #921464 - rephrase status command help diff --git a/setup.py b/setup.py index 9b30285..18522b3 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.3.0.1-SNAPSHOT', + 'version': '3.3.0.2-SNAPSHOT', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/14361 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I15251afcf565d45da3ecb4bd696f6295cf5f5d68 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
