Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.2.0.9-1 ......................................................................
sdk: release 3.2.0.9-1 Change-Id: I8edd0d7e27f00f5f8bb911572b6187012004129d Signed-off-by: Michael Pasternak <[email protected]> --- M Makefile M ovirt-engine-sdk.spec.in M setup.py 3 files changed, 7 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/05/12205/1 diff --git a/Makefile b/Makefile index 4206509..deb6f1f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.8 +rpmversion=3.2.0.9 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-sdk.spec diff --git a/ovirt-engine-sdk.spec.in b/ovirt-engine-sdk.spec.in index f8e6883..6cd7a62 100644 --- a/ovirt-engine-sdk.spec.in +++ b/ovirt-engine-sdk.spec.in @@ -37,6 +37,11 @@ %doc LICENSE %changelog +* Tue Feb 19 2013 Michael Pasternak <[email protected]> - 3.2.0.9-1 + - to DiskStatistics.list() added 'max' argument + - to ClusterGlusterVolumeBrick added 'replace' action + - Host can be added to cluster now either by id or name + * Sun Jan 13 2013 Michael Pasternak <[email protected]> - 3.2.0.8-1 - fix date in ovirt-engine-sdk.spec.in diff --git a/setup.py b/setup.py index a8dc428..a1b4ecf 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk', - 'version': '3.2.0.8-SNAPSHOT', + 'version': '3.2.0.9-SNAPSHOT', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/12205 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8edd0d7e27f00f5f8bb911572b6187012004129d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: sdk_3.2 Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
