Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 1.0.0.8-1 ......................................................................
sdk: release 1.0.0.8-1 Change-Id: I4317ac4b5a61c59e5bb65aed3690ddfa1aa5b1aa Signed-off-by: Michael pasternak <[email protected]> --- 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, 18 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java refs/changes/81/16081/1 diff --git a/ovirt-engine-sdk-java/Makefile b/ovirt-engine-sdk-java/Makefile index 6e74803..8fde47e 100644 --- a/ovirt-engine-sdk-java/Makefile +++ b/ovirt-engine-sdk-java/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=SNAPSHOT +rpmrelease:=1 rpmversion=1.0.0.8 RPMTOP=$(shell bash -c "pwd -P")/rpmtop NAME=ovirt-engine-sdk-java 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 f67c06d..7511dd4 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.8 -%global package_maven_version 1.0.0.8-SNAPSHOT +%global package_maven_version 1.0.0.8-1 %global _javadocname javadoc %if 0%{?fedora} @@ -102,6 +102,21 @@ %{_javadocdir}/%{name} %changelog +* Thu Jun 25 2013 Michael Pasternak <[email protected]> - 1.0.0.8-1 +- implement support for the /capabilities resource +- implement basic debugging capabilities +- added VMApplications sub-collection +- to datacenter added new field [comment] +- to disk added [sgio] field to enable|disable filtering for the ScsiGenericIo +- to StorageDomain.delete() added storagedomain.host.id|name +- implement basic debugging capabilities +- to VmPool added MaxUserVMs property +- to cluster.update() added [cluster.data_center.id] +- to host.fence() added action.fence_type +- to storagedomain.delete() added [storagedomain.format] +- to nic added [nic.custom_properties.custom_property] +- to vm.add(), vm.update() added [vm.memory_policy.guaranteed] + * Thu Jun 4 2013 Michael Pasternak <[email protected]> - 1.0.0.7-1 - updated storagedomain add()/update() docs - updated tag update() docs diff --git a/ovirt-engine-sdk-java/pom.xml b/ovirt-engine-sdk-java/pom.xml index fade7ee..7671de4 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.8-SNAPSHOT</version> + <version>1.0.0.8-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/16081 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4317ac4b5a61c59e5bb65aed3690ddfa1aa5b1aa Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
