Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.2.0.10-1 ......................................................................
sdk: release 3.2.0.10-1 Change-Id: I6defa74d3269977a44c53f758d03b8c9d32c7e69 Signed-off-by: Michael Pasternak <[email protected]> --- M Makefile M ovirt-engine-sdk.spec.in 2 files changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/05/12905/1 diff --git a/Makefile b/Makefile index deb6f1f..414d202 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.9 +rpmversion=3.2.0.10 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 6cd7a62..b668cb1 100644 --- a/ovirt-engine-sdk.spec.in +++ b/ovirt-engine-sdk.spec.in @@ -37,6 +37,12 @@ %doc LICENSE %changelog +* Sun Mar 10 2013 Michael Pasternak <[email protected]> - 3.2.0.10-1 + - session based authentication is broken #916285 + - explicitly ask for reply in xml + - add constructor parameter validate_cert_chain=True #915225 + - defend against malformed server reply + * Tue Feb 19 2013 Michael Pasternak <[email protected]> - 3.2.0.9-1 - to DiskStatistics.list() added 'max' argument - to ClusterGlusterVolumeBrick added 'replace' action -- To view, visit http://gerrit.ovirt.org/12905 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6defa74d3269977a44c53f758d03b8c9d32c7e69 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
