Michael Pasternak has uploaded a new change for review. Change subject: sdk: release 3.3.0.1-1 ......................................................................
sdk: release 3.3.0.1-1 Change-Id: I3981966bb960a0e1d0fd6a15f06fe7bba97641f7 Signed-off-by: Michael Pasternak <[email protected]> --- M Makefile M ovirt-engine-sdk.spec.in 2 files changed, 27 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/17/13517/1 diff --git a/Makefile b/Makefile index deb6f1f..08b43f2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.9 +rpmversion=3.3.0.1 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 f8e6883..019e8fe 100644 --- a/ovirt-engine-sdk.spec.in +++ b/ovirt-engine-sdk.spec.in @@ -37,6 +37,32 @@ %doc LICENSE %changelog +* Tue Apr 2 2013 Michael Pasternak <[email protected]> - 3.3.0.1-1 + - added new collection ClusterGlusterVolumeBrickStatistics + - added NetUp 'cloned disk' importing capabilities + - to ClusterGlusterVolumeBricks.list() added new argument "all_content" + - to ClusterGlusterVolumeBricks.get() added new argument "all_content" + - to host install method added new parameter "image" + - to host add method added new parameter "display.address" + - to vm add method added new parameter "vm.cpu.mode" + - to vm add method added new overload for creating vm from snapshot + - to cluster added tunnel_migration + - to display added keyboard_layout + - to display added smartcard_enabled + - to DataCenter added Clusters sub-collection + - to StorageDomain added Disks sub-collection + - to Disks.list() added 'unregistered' argument + - to Host added display.address + - to Snapshot added commit/preview/undo actions + - to vms.add() added overload for creating vm from snapshot + - to hosts.add() added [@param host.display.address: string] + - to vm.ticket() added [@param action.ticket.value: string] + - return error if amount of fetched objects in X.get() is > 1 #890327 + - session based authentication for /localhost is broken #916285 + - explicitly ask for reply in xml + - Add constructor parameter validate_cert_chain=True #915225 + - defend against malformed server reply + * Sun Jan 13 2013 Michael Pasternak <[email protected]> - 3.2.0.8-1 - fix date in ovirt-engine-sdk.spec.in -- To view, visit http://gerrit.ovirt.org/13517 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3981966bb960a0e1d0fd6a15f06fe7bba97641f7 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
