summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2022-10-05 12:37:27 +1000
committerJeff Fearn <jfearn@redhat.com>2022-10-05 12:37:27 +1000
commit97ae1ec05ec118dffb7f420a819cfd451211c7d1 (patch)
tree64277077f580cdd64bd35332979d246d50fbce17
parentBug 2132195 - Bug queries for certain Changed field date ranges fail with a 5... (diff)
downloadbugzilla-Release-5.0.4-rh76.tar.gz
bugzilla-Release-5.0.4-rh76.tar.bz2
bugzilla-Release-5.0.4-rh76.zip
Release Version 5.0.4-rh76Release-5.0.4-rh76
Change-Id: I29e14644e892493432a1a4ee0cbc011f9161c192
-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 6c1b05a90..d36828ebc 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.rh75";
+use constant BUGZILLA_VERSION => "5.0.4.rh76";
# 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 b426480b6..035ffc1b3 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-rh76'>5.0.4-rh76</h3>
+<ul>
+ <li><a href="https://bugzilla.redhat.com/2132195">Bug 2132195</a> Bug queries for certain Changed field date ranges fail with a 500 (in web UI) and Fault -32000 in xmlrpc API</li>
+
+</ul>
+
<h3 id='5.0.4-rh75'>5.0.4-rh75</h3>
<ul>
<li><a href="https://bugzilla.redhat.com/1145408">Bug 1145408</a> The date search condition used in advanced search isn't by user's preference timezone</li>