Michael Pasternak has uploaded a new change for review.

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

sdk: release 4.0.0.1-1

Change-Id: I8471a7e03e912c96b36c72665f83fa02a04ead66
Signed-off-by: Michael pasternak <mpast...@redhat.com>
---
M ovirt-engine-sdk-java/Makefile
M ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in
M ovirt-engine-sdk-java/pom.xml
3 files changed, 31 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java 
refs/changes/59/22459/1

diff --git a/ovirt-engine-sdk-java/Makefile b/ovirt-engine-sdk-java/Makefile
index 7aca8ab..ecfdfe9 100644
--- a/ovirt-engine-sdk-java/Makefile
+++ b/ovirt-engine-sdk-java/Makefile
@@ -1,7 +1,7 @@
 all: rpm
 
 rpmrelease:=1
-rpmversion=1.0.0.18
+rpmversion=4.0.0.1
 RPMTOP=$(shell bash -c "pwd -P")/rpmtop
 NAME=ovirt-engine-sdk-java
 SPEC=$(NAME).spec
diff --git a/ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in 
b/ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in
index e917654..b110249 100644
--- a/ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in
+++ b/ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in
@@ -1,5 +1,5 @@
-%global     package_version 1.0.0.18
-%global     package_maven_version 1.0.0.18-1
+%global     package_version 4.0.0.1
+%global     package_maven_version 4.0.0.1-1
 %global     _javadocname javadoc
 
 %if 0%{?fedora}
@@ -105,6 +105,33 @@
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue  Dec 17 2013 Michael Pasternak <mpast...@redhat.com> - 4.0.0.1-1
+- 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
+
 * Wed  Oct 9 2013 Michael Pasternak <mpast...@redhat.com> - 1.0.0.18-1
 - added fqdn property to GuestInfo
 - refine host add()/update() documentation
diff --git a/ovirt-engine-sdk-java/pom.xml b/ovirt-engine-sdk-java/pom.xml
index 5d62008..d5344a5 100644
--- a/ovirt-engine-sdk-java/pom.xml
+++ b/ovirt-engine-sdk-java/pom.xml
@@ -4,7 +4,7 @@
        <groupId>org.ovirt.engine.sdk</groupId>
        <artifactId>ovirt-engine-sdk-java</artifactId>
        <packaging>jar</packaging>
-       <version>1.0.0.18-1</version>
+       <version>4.0.0.1-1</version>
        <name>ovirt-engine-sdk-java</name>
        <description>This is Java SDK for the oVirt virtualization</description>
        <url>http://www.ovirt.org/Java-sdk</url>


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8471a7e03e912c96b36c72665f83fa02a04ead66
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-java
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