Juan Hernandez has uploaded a new change for review. Change subject: cli: Release 3.5.0.3 ......................................................................
cli: Release 3.5.0.3 Change-Id: Icebd7f692af82e9374db8334baed991bf0fb647f Signed-off-by: Juan Hernandez <[email protected]> --- M Makefile M ovirt-engine-cli.spec.in 2 files changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/15/31715/1 diff --git a/Makefile b/Makefile index fdc81b5..ff82de2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=0.1 +rpmrelease:=1 rpmversion=3.5.0.3 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-cli.spec diff --git a/ovirt-engine-cli.spec.in b/ovirt-engine-cli.spec.in index 011cea4..4d7e36a 100644 --- a/ovirt-engine-cli.spec.in +++ b/ovirt-engine-cli.spec.in @@ -52,6 +52,10 @@ %doc LICENSE %changelog +* Wed Aug 20 2014 Juan Hernandez <[email protected]> - 3.5.0.3-1 +- No regular expression for IP, UUID or number #1110366. +- Use UTF-8 for writing output files #1126763. + * Fri Jul 18 2014 Juan Hernandez <[email protected]> - 3.5.0.2-1 - Don't fail when there is no tty #1119412. -- To view, visit http://gerrit.ovirt.org/31715 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icebd7f692af82e9374db8334baed991bf0fb647f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: cli_3.5 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
