Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.3.0.2-1 ......................................................................
sdk: release 3.3.0.2-1 Change-Id: Ia63370843a58995d2a4fb1b0d4a5675c1ee7b2c9 Signed-off-by: Michael pasternak <[email protected]> --- M Makefile M ovirt-engine-sdk.spec.in M setup.py 3 files changed, 11 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/59/14359/1 diff --git a/Makefile b/Makefile index 08b43f2..6f30ccb 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-sdk.spec diff --git a/ovirt-engine-sdk.spec.in b/ovirt-engine-sdk.spec.in index 019e8fe..2adb2e0 100644 --- a/ovirt-engine-sdk.spec.in +++ b/ovirt-engine-sdk.spec.in @@ -37,6 +37,15 @@ %doc LICENSE %changelog +* Wed May 1 2013 Michael Pasternak <[email protected]> - 3.3.0.2-1 + - in ClusterGlusterVolumeBricks fixed add() parameters + - to StorageDomainVM.delete() added async parameter + - fixed parent tag parameter in the tags.add()/.update() methods + - nic.network is no longer mandatory parameter for vnic creation + - Implement Session-TTL header support #928313 + - refactor invocation flow #949189, #949187 + - user should not see admin permissions the DC #924357 + * Tue Apr 2 2013 Michael Pasternak <[email protected]> - 3.3.0.1-1 - added new collection ClusterGlusterVolumeBrickStatistics - added NetUp 'cloned disk' importing capabilities diff --git a/setup.py b/setup.py index 47d7a25..a4ccab8 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk', - 'version': '3.3.0.1-SNAPSHOT', + 'version': '3.3.0.2-SNAPSHOT', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/14359 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia63370843a58995d2a4fb1b0d4a5675c1ee7b2c9 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
