Juan Hernandez has uploaded a new change for review. Change subject: sdk: Release 3.4.0.2 ......................................................................
sdk: Release 3.4.0.2 Change-Id: I4b9d37ad2d315562d54efc2b8d875baaf7b4e67f Signed-off-by: Juan Hernandez <[email protected]> --- M Makefile M ovirt-engine-sdk-python.spec.in M setup.py 3 files changed, 9 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/09/23109/1 diff --git a/Makefile b/Makefile index fc24c5e..cc9a47a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.4.0.1 +rpmversion=3.4.0.2 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 362b2d4..fd5cb62 100644 --- a/ovirt-engine-sdk-python.spec.in +++ b/ovirt-engine-sdk-python.spec.in @@ -40,6 +40,13 @@ %doc AUTHORS README LICENSE %changelog +* Thu Jan 9 2014 Juan Hernandez <[email protected]> - 3.4.0.2-1 +- Add "UsageMessage" class to represent detailed error messages + returned by the engine #867794. +- Document "async" and "grace_period.exire" parameters of relevant + actions #1047654. +- Add "stop_time" attribute to the VM class #1042854. + * Wed Dec 25 2013 Michael Pasternak <[email protected]> - 3.4.0.1-1 - to host.install() added ssh related details - to template added virtio_scsi.enabled diff --git a/setup.py b/setup.py index 6a6d386..11dd5ad 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk-python', - 'version': '3.4.0.1-1', + 'version': '3.4.0.2', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/23109 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4b9d37ad2d315562d54efc2b8d875baaf7b4e67f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
