Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.1.0.6 ......................................................................
sdk: release 3.1.0.6 Change-Id: Id6de58eeb1a9f6902fbb433839a51b07084512cb Signed-off-by: Michael Pasternak <mpast...@redhat.com> --- M Makefile M ovirt-engine-sdk.spec.in M setup.py 3 files changed, 9 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/77/7377/1 diff --git a/Makefile b/Makefile index 029790e..b4b656e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.1.0.5 +rpmversion=3.1.0.6 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 53628b2..94b27a9 100644 --- a/ovirt-engine-sdk.spec.in +++ b/ovirt-engine-sdk.spec.in @@ -38,6 +38,13 @@ %changelog +* Tue Aug 21 2012 Michael Pasternak <mpast...@redhat.com> - 3.1.0.6-1 +- make request error being capable to handle any type of response +- verify credentials before storing proxy in cache +- implement insecure flag #848046 +- implement server identity check +- do not require optional params + * Sun Aug 5 2012 Michael Pasternak <mpast...@redhat.com> - 3.1.0.5-1 - implemented http header support - added custom_configuration flag to host NIC diff --git a/setup.py b/setup.py index 43812f8..472191f 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk', - 'version': '3.1.0.5-SNAPSHOT', + 'version': '3.1.0.6-SNAPSHOT', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': 'mpast...@redhat.com', -- To view, visit http://gerrit.ovirt.org/7377 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id6de58eeb1a9f6902fbb433839a51b07084512cb 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