summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2022-11-02 10:50:30 +1000
committerJeff Fearn <jfearn@redhat.com>2022-11-02 10:50:30 +1000
commit5526819a97c28e4ff971bc5428e9967282f5ffeb (patch)
tree322d6a4f3c55d6b6d5eb830a6b3ae13777c1c4ae
parentBug 2139140 - XMLRPC started to provide external link ID as integer (instead ... (diff)
downloadbugzilla-5526819a97c28e4ff971bc5428e9967282f5ffeb.tar.gz
bugzilla-5526819a97c28e4ff971bc5428e9967282f5ffeb.tar.bz2
bugzilla-5526819a97c28e4ff971bc5428e9967282f5ffeb.zip
Release Version 5.0.4-rh78Release-5.0.4-rh78
Change-Id: I293d843e2b090efd492c419829eb12fccb7c80da
-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 fea87972a..bfcea79d2 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.rh77";
+use constant BUGZILLA_VERSION => "5.0.4.rh78";
# 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 45582ebf9..64c49383c 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-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>
+ <li><a href="https://bugzilla.redhat.com/2139168">Bug 2139168</a> '---' not recognized for fields with product specific values</li>
+
+</ul>
+
<h3 id='5.0.4-rh77'>5.0.4-rh77</h3>
<ul>
<li><a href="https://bugzilla.redhat.com/1136014">Bug 1136014</a> query.cgi: a blank row is added to Custom Search each time the user clicks Back on buglist.cgi</li>