Michael Pasternak has uploaded a new change for review. Change subject: cli: release 3.2.0.12-1 ......................................................................
cli: release 3.2.0.12-1 Change-Id: Ie89303dbabf2346e274e9445c2d8e20d9bf01de6 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/78/14578/1 diff --git a/Makefile b/Makefile index d957c67..abc6bd9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.11 +rpmversion=3.2.0.12 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 5b4436d..07a0009 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -53,6 +53,20 @@ %doc LICENSE %changelog +* Sun May 8 2013 Michael Pasternak <[email protected]> - 3.2.0.12-1 + - fail nicely on AttributeError #959740 + - datetime.datetime object has no attribute __dict__ #957519 + - error in "update network --cluster-identifier --usages-usage" #950993 + - spicec does not pass cert_file #953582 + - list/Show suggests parent+child as single param #950398 + - error type "brick" does not exist." on replace brick + - unclear error message when using unsupported 2 levels attribute(#949642) + - correlation_id is not attached to update command(#950441) + - implement Session-TTL header support #928314 + - 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 + - --vm-os-boot doesn't send the order of devices #921464 + * Sun Mar 10 2013 Michael Pasternak <[email protected]> - 3.2.0.11-1 - fix broken pipe at script execution - add flag --dont-validate-cert-chain #915231 diff --git a/setup.py b/setup.py index 66e02e6..f0810a5 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.2.0.11-SNAPSHOT', + 'version': '3.2.0.12-SNAPSHOT', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/14578 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie89303dbabf2346e274e9445c2d8e20d9bf01de6 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
