Michael Pasternak has uploaded a new change for review.

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

sdk: release 3.4.0.1-1

Change-Id: I51d16e4f01ee117382ac8a2a48ce2d7f51b23831
Signed-off-by: Michael pasternak <mpast...@redhat.com>
---
M Makefile
M ovirt-engine-sdk-python.spec.in
M setup.py
3 files changed, 39 insertions(+), 2 deletions(-)


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

diff --git a/Makefile b/Makefile
index 75eee92..fc24c5e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: rpm
 
 rpmrelease:=1
-rpmversion=3.3.0.7
+rpmversion=3.4.0.1
 RPMTOP=$(shell bash -c "pwd -P")/rpmtop
 SPEC=ovirt-engine-sdk-python.spec
 
diff --git a/ovirt-engine-sdk-python.spec.in b/ovirt-engine-sdk-python.spec.in
index 51de7c1..362b2d4 100644
--- a/ovirt-engine-sdk-python.spec.in
+++ b/ovirt-engine-sdk-python.spec.in
@@ -40,6 +40,43 @@
 %doc AUTHORS README LICENSE
 
 %changelog
+* Wed  Dec 25 2013 Michael Pasternak <mpast...@redhat.com> - 3.4.0.1-1
+- to host.install() added ssh related details
+- to template added virtio_scsi.enabled
+- to vm added virtio_scsi.enabled
+- to File class added 'content' field
+- Payload class now reuses Files instead of own List of <PayloadFile> objects
+- added ability to attach a disk snapshot to the virtual machine
+- to vms.add() added [action.vm.initialization.cloud-init]
+- to NIC added OnBoot/BootProtocol properties
+- to VersionCaps added a list of supported payload-encodings
+- to Step added externalType
+- to NIC added vnicProfile and bootProtocol
+- to CPU added architecture 
+- to VnicProfilePermission added delete() method
+- to Disk added readOnly
+- to VMs.add() added [vm.cpu.architecture], 
[action.vm.initialization.cloud_init.*] arguments
+- to Templates.add() added [template.cpu.architecture], 
[action.template.initialization.cloud_init.*] arguments
+- to UserRoles.add() added permit.id|name arguments
+- at VMSnapshot removed preview/undo/commit methods
+- to DataCenterClusterGlusterVolumeGlusterBricks added 
activate/stopmigrate/migrate actions
+- to NetworkVnicProfile added Permissions sub-collection
+- to Cluster added [cluster.cpu.architecture]
+- to DataCenter added Networks sub-collection
+- to ClusterGlusterVolumeGlusterBricks added activate method
+- to ClusterGlusterVolume added stoprebalance method
+- to entry-point API added Permissions collection (for managing 
system-permissions)
+- to host.install() added ssh related arguments
+- to template added virtio_scsi.enabled
+- to vm added virtio_scsi.enabled
+- added ability to attach a disk snapshot to the virtual machine
+- to File class added 'content' field
+- Payload class now reuses Files instead of own PayloadFile collection
+- to Cluster added [cluster.display.proxy]
+- to VmPool added [vmpool.display.proxy]
+- sdk ignores url attribute and hardcode /api #1038952
+- support automatic auth session invalidation #1018559
+
 * Wed  Oct 9 2013 Michael Pasternak <mpast...@redhat.com> - 3.3.0.7-1
  - added fqdn property to GuestInfo
  - to DataCenterStorageDomainDisk added export() action
diff --git a/setup.py b/setup.py
index 48bbba0..6a6d386 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
 
 version_info = {
     'name': 'ovirt-engine-sdk-python',
-    'version': '3.3.0.7-1',
+    'version': '3.4.0.1-1',
     'description': 'A SDK interface to oVirt Virtualization',
     'author': 'Michael Pasternak',
     'author_email': 'mpast...@redhat.com',


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

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

Reply via email to