Juan Hernandez has uploaded a new change for review. Change subject: sdk: Release 3.5.2.1 ......................................................................
sdk: Release 3.5.2.1 Change-Id: I8c992975b7ea1a4dc377892a250eb0bec4b0c63a Signed-off-by: Juan Hernandez <[email protected]> --- M Makefile M ovirt-engine-sdk-python.spec.in 2 files changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/56/38856/1 diff --git a/Makefile b/Makefile index 464681b..1c84420 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=0.1$(rpmsuffix) +rpmrelease:=1$(rpmsuffix) rpmversion=3.5.2.1 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 ccda5c2..7fc2ddb 100644 --- a/ovirt-engine-sdk-python.spec.in +++ b/ovirt-engine-sdk-python.spec.in @@ -40,6 +40,9 @@ %doc AUTHORS.md README.md LICENSE.md %changelog +* Wed Mar 18 2015 Juan Hernandez <[email protected]> - 3.5.2.1-1 +- Add principal and namespace parameters to users and groups #1188176. + * Thu Feb 19 2015 Juan Hernandez <[email protected]> - 3.5.2.0-1 - Added All-Content support to hosts #1194185. - Added isattached action to storage domain #1179246. -- To view, visit https://gerrit.ovirt.org/38856 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8c992975b7ea1a4dc377892a250eb0bec4b0c63a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: sdk_3.5 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
