Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.3.0.6-1 ......................................................................
sdk: release 3.3.0.6-1 Change-Id: I7450b86ac71b697631e5c81790f8c70c5e5287c0 Signed-off-by: Michael pasternak <[email protected]> --- M Makefile M ovirt-engine-sdk-python.spec.in M setup.py 3 files changed, 10 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/37/18837/1 diff --git a/Makefile b/Makefile index 63f1d4c..9a64f0e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=SNAPSHOT -rpmversion=3.3.0.5 +rpmversion=3.3.0.6 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-sdk-python.spec diff --git a/ovirt-engine-sdk-python.spec.in b/ovirt-engine-sdk-python.spec.in index e2113aa..f001726 100644 --- a/ovirt-engine-sdk-python.spec.in +++ b/ovirt-engine-sdk-python.spec.in @@ -40,6 +40,14 @@ %doc LICENSE %changelog +* Tue Sep 3 2013 Michael Pasternak <[email protected]> - 3.3.0.6-1 + - added StorageDomainStorageConnection.delete(async) signature + - added StorageDomainStorageConnections.add(storageconnection, expect, correlationId) signature + - implement support for with-resources statement + - in Cluster added glusterhooks (ClusterGlusterHooks) sub-collection + - in DataCenterCluster added glusterhooks (DataCenterClusterGlusterhooks) sub-collection + - in StorageDomain added images (StorageDomainImages) sub-collection + * Wed Aug 14 2013 Michael Pasternak <[email protected]> - 3.3.0.5-1 - implicitly disconnect and perform cleanup - encapsulate context removal diff --git a/setup.py b/setup.py index acbbbe2..148ad13 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk-python', - 'version': '3.3.0.5-SNAPSHOT', + 'version': '3.3.0.6-SNAPSHOT', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/18837 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7450b86ac71b697631e5c81790f8c70c5e5287c0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
