Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 1.0.0.18-1 ......................................................................
sdk: release 1.0.0.18-1 Change-Id: I00519c21fbc6eab8c846b3f6dd0f144ef97e25f5 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, 17 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java refs/changes/14/20014/1 diff --git a/ovirt-engine-sdk-java/Makefile b/ovirt-engine-sdk-java/Makefile index 52de97f..7aca8ab 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.17 +rpmversion=1.0.0.18 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 1590aaa..e917654 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.17 -%global package_maven_version 1.0.0.17-1 +%global package_version 1.0.0.18 +%global package_maven_version 1.0.0.18-1 %global _javadocname javadoc %if 0%{?fedora} @@ -105,6 +105,19 @@ %{_javadocdir}/%{name} %changelog +* Wed Oct 9 2013 Michael Pasternak <mpast...@redhat.com> - 1.0.0.18-1 +- added fqdn property to GuestInfo +- refine host add()/update() documentation +- to DataCenterStorageDomainDisk added exportDisk() action +- to StorageDomainDisk added exportDisk() action +- to TemplateDisk added exportDisk() action +- to VMDisk added exportDisk() action +- to Disk added exportDisk() action +- update function doesn't have overloading methods #1008176 +- setupnetworks doesn't work #1008458 +- apache PropertyUtilsBean throws NoSuchMethodException #1007266 +- session_timeout parameter doesn't exists in API constructor #1007231 + * Wed Sep 11 2013 Michael Pasternak <mpast...@redhat.com> - 1.0.0.17-1 - VCpuPin renamed to VCpuPin - Host.getRebootAfterInstallation() returns False (null was expected) #985842 diff --git a/ovirt-engine-sdk-java/pom.xml b/ovirt-engine-sdk-java/pom.xml index b643ac5..5d62008 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.17-1</version> + <version>1.0.0.18-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/20014 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I00519c21fbc6eab8c846b3f6dd0f144ef97e25f5 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