Juan Hernandez has uploaded a new change for review. Change subject: sdk: Release 3.4.0.4 ......................................................................
sdk: Release 3.4.0.4 Change-Id: I612356ba853162c7be6ed72c834f93327d8125e0 Signed-off-by: Juan Hernandez <[email protected]> --- M Makefile M ovirt-engine-sdk-python.spec.in 2 files changed, 17 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/47/24647/1 diff --git a/Makefile b/Makefile index 090d277..97ef704 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=0.1 +rpmrelease:=1 rpmversion=3.4.0.4 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 ed184f4..ddea0ef 100644 --- a/ovirt-engine-sdk-python.spec.in +++ b/ovirt-engine-sdk-python.spec.in @@ -40,6 +40,22 @@ %doc AUTHORS README LICENSE %changelog +* Tue Feb 18 2014 Juan Hernandez <[email protected]> - 3.4.0.4-1 +- Added all_content parameter to relevant methods. +- Added disks collection to Snapshot. +- Added external_id property to User and Group #1059894. +- Added ha_reservation property to Cluster #1059892. +- Added ksm.enabled property to Cluster #1059892. +- Added local property to DataCenter. +- Added migration_downtime property to VM and Template. +- Added network label support. +- Added power_management.automatic_pm_enabled property to Host. +- Added reboot method to VM. +- Added sso.methods property to VM and Template #1059893. +- Removed storage_type property from DataCenter. +- Use /api if the URL doesn't have a path #1066036. +- Remove trailing slashes from URL prefix #1063746. + * Tue Jan 28 2014 Juan Hernandez <[email protected]> - 3.4.0.3-1 - Use relative paths #1038952. -- To view, visit http://gerrit.ovirt.org/24647 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I612356ba853162c7be6ed72c834f93327d8125e0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: sdk_3.4 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
