Michael Pasternak has uploaded a new change for review.

Change subject: sdk: release 3.2.0.1-1
......................................................................

sdk: release 3.2.0.1-1

Change-Id: I97530eec09bff8f6df36194b48deedc762181e86
Signed-off-by: Michael Pasternak <[email protected]>
---
M Makefile
M ovirt-engine-sdk.spec.in
M setup.py
3 files changed, 19 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/63/7863/1

diff --git a/Makefile b/Makefile
index b4b656e..498ee76 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: rpm
 
 rpmrelease:=1
-rpmversion=3.1.0.6
+rpmversion=3.2.0.1
 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 94b27a9..67b6805 100644
--- a/ovirt-engine-sdk.spec.in
+++ b/ovirt-engine-sdk.spec.in
@@ -38,6 +38,23 @@
 
 %changelog
 
+* Sun Sep  9 2012 Michael Pasternak <[email protected]> - 3.2.0.1-1
+- to Disks.add() added /name arg
+- to disk.install() added r/oot_password arg
+- to Template.delete() added async/correlation_id args
+- to Template.update added documentation
+- to HostTags.add() added expect/correlation_id args
+- to VM.start added /filter header
+- raise NoCertificatesError only when no ca_file
+- use cached /filter argument rather than demanding it in methods
+- added correlation_id to:
+  - restore snapshot
+  - detach HostNIC
+  - added create/update/delete methods to template.nics
+- clean context on disconnect
+- add filter parameter to proxy ctr.
+- support app. server errors
+
 * Tue Aug  21 2012 Michael Pasternak <[email protected]> - 3.1.0.6-1
 - make request error being capable to handle any type of response
 - verify credentials before storing proxy in cache
diff --git a/setup.py b/setup.py
index 472191f..6bfde47 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 version_info = {
     'name': 'ovirt-engine-sdk',
-    'version': '3.1.0.6-SNAPSHOT',
+    'version': '3.2.0.1-SNAPSHOT',
     'description': 'A SDK interface to oVirt Virtualization',
     'author': 'Michael Pasternak',
     'author_email': '[email protected]',


--
To view, visit http://gerrit.ovirt.org/7863
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I97530eec09bff8f6df36194b48deedc762181e86
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

Reply via email to