Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.3.0.7-1 ......................................................................
sdk: release 3.3.0.7-1 Change-Id: If5706da1bd5963c4bce59f6097b59508d83cfe56 Signed-off-by: Michael pasternak <[email protected]> --- M Makefile M ovirt-engine-sdk-python.spec.in M setup.py 3 files changed, 12 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/12/20012/1 diff --git a/Makefile b/Makefile index 444db9e..75eee92 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.3.0.6 +rpmversion=3.3.0.7 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 abedaeb..51de7c1 100644 --- a/ovirt-engine-sdk-python.spec.in +++ b/ovirt-engine-sdk-python.spec.in @@ -40,6 +40,16 @@ %doc AUTHORS README LICENSE %changelog +* Wed Oct 9 2013 Michael Pasternak <[email protected]> - 3.3.0.7-1 + - added fqdn property to GuestInfo + - to DataCenterStorageDomainDisk added export() action + - to StorageDomainDisk added export() action + - to TemplateDisk added export() action + - to VMDisk added export() action + - to Disk added export() action + - refine host add()/update() documentation + - VCpuPin parameter rename + * 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 diff --git a/setup.py b/setup.py index fd974f9..48bbba0 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk-python', - 'version': '3.3.0.6-1', + 'version': '3.3.0.7-1', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/20012 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If5706da1bd5963c4bce59f6097b59508d83cfe56 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
