Shirly Radco has uploaded a new change for review. Change subject: build: ovirt-engine-dwh-3.4.2 ......................................................................
build: ovirt-engine-dwh-3.4.2 Change-Id: Iec34443a9f4e2403c6619b77835b41805fd525aa Signed-off-by: Shirly Radco <[email protected]> --- M ovirt-engine-dwh.spec.in M version.mak 2 files changed, 10 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/94/28494/1 diff --git a/ovirt-engine-dwh.spec.in b/ovirt-engine-dwh.spec.in index 4075f25..4127a94 100644 --- a/ovirt-engine-dwh.spec.in +++ b/ovirt-engine-dwh.spec.in @@ -242,6 +242,14 @@ %{_datadir}/ovirt-engine/setup/plugins/*/ovirt-engine-dwh/ %changelog +* Mon Jun 9 2014 Shirly Radco <[email protected]> - 3.4.2 +oVirt 3.4.2 GA release. + +Fixed issues: +- update user and system cpu usage percent (#1098779) +- Do not fail on errors while restoring permissions (#1073471) +- use db creds from env if not None (#1100281) + * Wed May 7 2014 Shirly Radco <[email protected]> - 3.4.1 Fixed issues: - added leading question mark to dist tag (#1093599) diff --git a/version.mak b/version.mak index 4930038..5968b32 100644 --- a/version.mak +++ b/version.mak @@ -21,7 +21,7 @@ # - master # - <none> # -MILESTONE=master +MILESTONE= # RPM release is manually specified, # For pre-release: @@ -32,4 +32,4 @@ # RPM_RELEASE=N # while N is incremented each re-release # -RPM_RELEASE=0.0.$(MILESTONE).$(shell date -u +%Y%m%d%H%M%S) +RPM_RELEASE=1 -- To view, visit http://gerrit.ovirt.org/28494 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iec34443a9f4e2403c6619b77835b41805fd525aa Gerrit-PatchSet: 1 Gerrit-Project: ovirt-dwh Gerrit-Branch: ovirt-engine-dwh-3.4 Gerrit-Owner: Shirly Radco <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
