Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.2.0.6-1 ......................................................................
sdk: release 3.2.0.6-1 Change-Id: I47c17d1912b8439579367309840c22beb1083cb1 Signed-off-by: Michael Pasternak <[email protected]> --- M Makefile M ovirt-engine-sdk.spec.in M setup.py 3 files changed, 11 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/35/10435/1 diff --git a/Makefile b/Makefile index aba1597..a0ea732 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.5 +rpmversion=3.2.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 6340896..6bbffe9 100644 --- a/ovirt-engine-sdk.spec.in +++ b/ovirt-engine-sdk.spec.in @@ -37,6 +37,15 @@ %doc LICENSE %changelog +* Thu Dec 27 2012 Michael Pasternak <[email protected]> - 3.2.0.6-1 +- to host added hooks sub-collection +- added force flag the host.delete() +- added host.power_management.pm_proxy collection +- added permissions sub-collection to network +- added search capabilities to api.networks collection +- added deletion protection to the template/vm via .delete_protected +- add print of the whole response body in debug mode #887808 + * Wed Nov 21 2012 Michael Pasternak <[email protected]> - 3.2.0.5-1 - httpsconnection.source_address is not supported on python26 #877897 diff --git a/setup.py b/setup.py index 2300d9f..94f0db6 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk', - 'version': '3.2.0.5-SNAPSHOT', + 'version': '3.2.0.6-SNAPSHOT', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/10435 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I47c17d1912b8439579367309840c22beb1083cb1 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
