summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2022-11-02 21:45:25 +1000
committerJeff Fearn <jfearn@redhat.com>2022-11-02 21:45:25 +1000
commit0bd0c16b5bd11028856e7a28c40fc39a56650b92 (patch)
treebf2a12dc52d060658acf351eda6d7514ebcbcddd
parentBug 2139335 - XMLRPC started to provide external link ID as integer (instead ... (diff)
downloadbugzilla-Release-5.0.4-rh79.tar.gz
bugzilla-Release-5.0.4-rh79.tar.bz2
bugzilla-Release-5.0.4-rh79.zip
Release Version 5.0.4-rh79Release-5.0.4-rh79
Change-Id: Id51add4427f4c24bb9d3c33008f392f9c63f5a2c
-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 bfcea79d2..1d49b8d6a 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.rh78";
+use constant BUGZILLA_VERSION => "5.0.4.rh79";
# 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 4e4f4523c..1f2223b0f 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-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>
+
+</ul>
+
<h3 id='5.0.4-rh78'>5.0.4-rh78</h3>
<ul>
<li><a href="https://bugzilla.redhat.com/2139140">Bug 2139140</a> XMLRPC started to provide external link ID as integer (instead of string)</li>