summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2022-11-04 11:43:00 +1000
committerJeff Fearn <jfearn@redhat.com>2022-11-04 11:43:00 +1000
commit13f238b992e2a385c26bf82f98233f0486520019 (patch)
treebc5967e2ed73849fa9d1b25c95669d4cd3088c37
parentBug 2139965 - Related field check fails for multi-selects (diff)
downloadbugzilla-Release-5.0.4-rh80.tar.gz
bugzilla-Release-5.0.4-rh80.tar.bz2
bugzilla-Release-5.0.4-rh80.zip
Release Version 5.0.4-rh80Release-5.0.4-rh80
Change-Id: I8793e11012324dc4a98c0119db73a5253d9a1b6c
-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 1d49b8d6a..63d7e2257 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -213,7 +213,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.4.rh79";
+use constant BUGZILLA_VERSION => "5.0.4.rh80";
# 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 1f2223b0f..df8e2a366 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-rh80'>5.0.4-rh80</h3>
+<ul>
+ <li><a href="https://bugzilla.redhat.com/2139965">Bug 2139965</a> Related field check fails for multi-selects</li>
+
+</ul>
+
<h3 id='5.0.4-rh79'>5.0.4-rh79</h3>
<ul>
<li><a href="https://bugzilla.redhat.com/2139335">Bug 2139335</a> XMLRPC started to provide external link ID as integer (instead of string)</li>