Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.2.0.11-1 ......................................................................
sdk: release 3.2.0.11-1 Change-Id: Icf7bf6d703304364bd93a11d44ddb537c01130fe Signed-off-by: Michael pasternak <[email protected]> --- M Makefile M ovirt-engine-sdk.spec.in M setup.py 3 files changed, 10 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/77/14577/1 diff --git a/Makefile b/Makefile index 414d202..19d8216 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.10 +rpmversion=3.2.0.11 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 b668cb1..6152697 100644 --- a/ovirt-engine-sdk.spec.in +++ b/ovirt-engine-sdk.spec.in @@ -37,6 +37,14 @@ %doc LICENSE %changelog +* Sun May 10 2013 Michael Pasternak <[email protected]> - 3.2.0.11-1 + - fixed brics.add() params docs + - fixed assigning tag to parant param docs + - implement Session-TTL header support #928313 + - refactor invocation flow #949189, #949187 + - user should not see admin permissions the DC #924357 + - return error if amount of fetched objects in X.get() is > 1 #890327 + * 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 diff --git a/setup.py b/setup.py index 6a87424..1118381 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk', - 'version': '3.2.0.10-SNAPSHOT', + 'version': '3.2.0.11-SNAPSHOT', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/14577 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icf7bf6d703304364bd93a11d44ddb537c01130fe 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
