Michael Pasternak has uploaded a new change for review.

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

sdk: release 3.2.0.7-1

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


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

diff --git a/Makefile b/Makefile
index a0ea732..c6af821 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: rpm
 
 rpmrelease:=1
-rpmversion=3.2.0.6
+rpmversion=3.2.0.7
 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 6bbffe9..383ed59 100644
--- a/ovirt-engine-sdk.spec.in
+++ b/ovirt-engine-sdk.spec.in
@@ -37,6 +37,24 @@
 %doc LICENSE
 
 %changelog
+* Sun Jan  13 2012 Michael Pasternak <[email protected]> - 3.2.0.7-1
+ - events can be added now (user defined events)
+ - events can be removed now
+ - vm can be removed now, but it's disk/s kept (added disks.detach_only 
property to VMDisks)
+ - to host add/update added power_management.agents parameter
+ - host can be added now by using cluster.name (not only id)
+ - to disk added permissions sub-collection
+ - to NIC added "linked" property that can be changed to reach desired link 
state
+ - to NIC added "plugged" property that can be changed to reach desired NIC 
state
+ - to VM added ReportedDevices sub-collection (holds data reported by the 
guest agent)
+ - to VMNIC added ReportedDevices sub-collection (holds data reported by the 
guest agent)
+ - to PowerManagement added Agents collection
+ - to VMDisk added move() action
+ - to cluster added threads_as_cores property
+ - to CpuTopology added "threads" property indicating amount of available 
threads
+ - to Host added "libvirt_version" property
+ - to Host added "hardware_information" property
+
 * 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()
diff --git a/setup.py b/setup.py
index 94f0db6..7f1859d 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 version_info = {
     'name': 'ovirt-engine-sdk',
-    'version': '3.2.0.6-SNAPSHOT',
+    'version': '3.2.0.7-SNAPSHOT',
     'description': 'A SDK interface to oVirt Virtualization',
     'author': 'Michael Pasternak',
     'author_email': '[email protected]',


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

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