summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2021-10-19 23:27:15 +1000
committerJeff Fearn <jfearn@redhat.com>2021-10-19 23:27:15 +1000
commitb751b93076b15bb06b2aa1099cb5e8401cae7aa7 (patch)
tree77290b98fcff48335e9ebcdc14fb67eafec8f91a
parentBug 2015454 - Reflected Cross-Site Scripting in search parameters (diff)
downloadbugzilla-Release-5.0.4-rh64.tar.gz
bugzilla-Release-5.0.4-rh64.tar.bz2
bugzilla-Release-5.0.4-rh64.zip
Release Version 5.0.4-rh64Release-5.0.4-rh64
Change-Id: Id5abe8fa36e7696fd4a6294636cce6a0f301ddfc
-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 d91ec3147..f59a28a67 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.rh63";
+use constant BUGZILLA_VERSION => "5.0.4.rh64";
# 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 958efa715..407945ef1 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-rh64'>5.0.4-rh64</h3>
+<ul>
+ <li><a href="https://bugzilla.redhat.com/2015454">Bug 2015454</a> Reflected Cross-Site Scripting in search parameters</li>
+
+</ul>
+
<h3 id='5.0.4-rh63'>5.0.4-rh63</h3>
<ul>
<li><a href="https://bugzilla.redhat.com/2014250">Bug 2014250</a> Internal error when search term includes the string LIMIT</li>