Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.2.0.2-1 ......................................................................
sdk: release 3.2.0.2-1 Change-Id: Iaaaa917210cdd93323743e3011969c323032daf7 Signed-off-by: Michael Pasternak <mpast...@redhat.com> --- M Makefile M ovirt-engine-sdk.spec.in M setup.py 3 files changed, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/87/8087/1 diff --git a/Makefile b/Makefile index 498ee76..0b0815e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.1 +rpmversion=3.2.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 67b6805..58e22c2 100644 --- a/ovirt-engine-sdk.spec.in +++ b/ovirt-engine-sdk.spec.in @@ -37,6 +37,10 @@ %doc LICENSE %changelog +* Thu Sep 20 2012 Michael Pasternak <mpast...@redhat.com> - 3.2.0.2-1 +- make /filter header global rather than method driven #857018 +- to host added max_scheduling_memory property +- throw error when connecting to ssl site using http protocol * Sun Sep 9 2012 Michael Pasternak <mpast...@redhat.com> - 3.2.0.1-1 - to Disks.add() added /name arg diff --git a/setup.py b/setup.py index 6bfde47..202bf85 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk', - 'version': '3.2.0.1-SNAPSHOT', + 'version': '3.2.0.2-SNAPSHOT', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': 'mpast...@redhat.com', -- To view, visit http://gerrit.ovirt.org/8087 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaaaa917210cdd93323743e3011969c323032daf7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <mpast...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches