Michael Pasternak has uploaded a new change for review.

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

sdk: release 3.2.0.4-1

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


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

diff --git a/Makefile b/Makefile
index 971276c..8f502aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: rpm
 
 rpmrelease:=1
-rpmversion=3.2.0.3
+rpmversion=3.2.0.4
 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 972efc8..9e0830d 100644
--- a/ovirt-engine-sdk.spec.in
+++ b/ovirt-engine-sdk.spec.in
@@ -37,9 +37,25 @@
 %doc LICENSE
 
 %changelog
+* Sun Nov  18 2012 Michael Pasternak <[email protected]> - 3.2.0.4-1    
+- cannot create simultaneous connections to multiple servers #853947
+- to StorageDomainVM.import() added action.exclusive parameter                 
                                                                                
                                                 
+- to StorageDomainTemplate.import() added action.exclusive parameter    
+- added /current argument to VmCdRom.update() acorrding to #869257
+- implemented support for #869257
+- added /async argument to VmCdRom.update()
+- added /async argument to ClusterNetworks.update()
+- removed Disk.update() method
+- added parameters overload for adding direct-lun disk
+- added vm/template.display.smartcard_enabled
+- added correlation_id to VMDisk.activate()/deactivate()
+- added correlation_id to VMNic.activate()/deactivate()
+- added certificate property to vm
+- Disk.lunStorage renamed to Disk.lun_storage
+
 * Thu Nov  1 2012 Michael Pasternak <[email protected]> - 3.2.0.3-1
 - do not send /max header on name-based search
-- Cannot fetch the disk using /alias #865407
+- cannot fetch the disk using /alias #865407
 - restrict .get() methods to id/name
 - defend against disconnected mode when no proxy cached
 - allow persistent_auth via localhost
diff --git a/setup.py b/setup.py
index 89ecbca..9c1398a 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 version_info = {
     'name': 'ovirt-engine-sdk',
-    'version': '3.2.0.3-SNAPSHOT',
+    'version': '3.2.0.4-SNAPSHOT',
     'description': 'A SDK interface to oVirt Virtualization',
     'author': 'Michael Pasternak',
     'author_email': '[email protected]',


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

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