Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.2.0.5-1 ......................................................................
sdk: release 3.2.0.5-1 Change-Id: If078e6ab7c797b8006502b3298999cf4ece7604c Signed-off-by: Michael Pasternak <[email protected]> --- M Makefile M ovirt-engine-sdk.spec.in M setup.py 3 files changed, 5 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/79/9379/1 diff --git a/Makefile b/Makefile index 8f502aa..aba1597 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.4 +rpmversion=3.2.0.5 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 4a182ee..9c0d758 100644 --- a/ovirt-engine-sdk.spec.in +++ b/ovirt-engine-sdk.spec.in @@ -37,6 +37,9 @@ %doc LICENSE %changelog +* wed Nov 21 2012 Michael Pasternak <[email protected]> - 3.2.0.5-1 +- httpsconnection.source_address is not supported on python26 #877897 + * Sun Nov 18 2012 Michael Pasternak <[email protected]> - 3.2.0.4-1 - cannot create simultaneous connections to multiple servers #853947 - to StorageDomainVM.import() added action.exclusive parameter diff --git a/setup.py b/setup.py index 9c1398a..2300d9f 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk', - 'version': '3.2.0.4-SNAPSHOT', + 'version': '3.2.0.5-SNAPSHOT', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/9379 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If078e6ab7c797b8006502b3298999cf4ece7604c 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
