summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2020-10-13 09:27:05 +1000
committerJeff Fearn <jfearn@redhat.com>2020-10-13 09:27:05 +1000
commitabbe3077caeda60050e975f481065f09af880b2d (patch)
tree01099b9fe06379cee5561fb4fed6f013f81c115d
parentBug 1886889 - dependent products trigger failure in flag mail (diff)
downloadbugzilla-abbe3077caeda60050e975f481065f09af880b2d.tar.gz
bugzilla-abbe3077caeda60050e975f481065f09af880b2d.tar.bz2
bugzilla-abbe3077caeda60050e975f481065f09af880b2d.zip
Release Version 5.0.4-rh50
Change-Id: I64a173b864950300258fa834fb47ad6532bd63f9
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl6
2 files changed, 7 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 79bf3c8b4..44b419a57 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -211,7 +211,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.4.rh49";
+use constant BUGZILLA_VERSION => "5.0.4.rh50";
# A base link to the current REST Documentation. We place it here
# as it will need to be updated to whatever the current release is.
diff --git a/extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl b/extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl
index eab4255ea..343c619ca 100644
--- a/extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl
+++ b/extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl
@@ -1,3 +1,9 @@
+<h3 id='5.0.4-rh50'>5.0.4-rh50</h3>
+<ul>
+ <li><a href="https://bugzilla.redhat.com/1886889">Bug 1886889</a> dependent products trigger failure in flag mail</li>
+
+</ul>
+
<h3 id='5.0.4-rh49'>5.0.4-rh49</h3>
<ul>
<li><a href="https://bugzilla.redhat.com/1886783">Bug 1886783</a> Rules that set keywords trigger the kill switch</li>