summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2020-10-10 00:37:19 +1000
committerJeff Fearn <jfearn@redhat.com>2020-10-10 00:37:19 +1000
commit26ea93f764d66203aab493a0d5f581cee6cf58ef (patch)
treeee6cf189a875bcf449ab3939509732407aa4b177
parentBug 1886819 - User session limit is breaking numerous poorly designed systems (diff)
downloadbugzilla-Release-5.0.4-rh49.tar.gz
bugzilla-Release-5.0.4-rh49.tar.bz2
bugzilla-Release-5.0.4-rh49.zip
Release Version 5.0.4-rh49Release-5.0.4-rh49
Change-Id: I68f9ed20943a5e69542e192342f2f4129703cccd
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl7
2 files changed, 8 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 40df660d8..79bf3c8b4 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.rh48";
+use constant BUGZILLA_VERSION => "5.0.4.rh49";
# 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 6d2f91141..eab4255ea 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,10 @@
+<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>
+ <li><a href="https://bugzilla.redhat.com/1886819">Bug 1886819</a> User session limit is breaking numerous poorly designed systems</li>
+
+</ul>
+
<h3 id='5.0.4-rh48'>5.0.4-rh48</h3>
<ul>
<li><a href="https://bugzilla.redhat.com/1288849">Bug 1288849</a> No docs\examples on regex option for flag groups</li>