summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2021-01-20 13:26:46 +1000
committerJeff Fearn <jfearn@redhat.com>2021-01-20 13:26:46 +1000
commitc3e97d2148284fa15665d3d6f50f2b79f04dc0bf (patch)
treeb7fe92cf54ade2fbe417a6cc20dad47df31fac3a
parentMerge branch 'qe' (diff)
downloadbugzilla-Release-5.0.4-rh52.tar.gz
bugzilla-Release-5.0.4-rh52.tar.bz2
bugzilla-Release-5.0.4-rh52.zip
Release Version 5.0.4-rh52Release-5.0.4-rh52
Change-Id: I181823be0e3b2769a617702ad6a91921264dd574
-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 31d964e0b..f777d86d3 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.rh51";
+use constant BUGZILLA_VERSION => "5.0.4.rh52";
# 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 7d247889e..bc6b941d7 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-rh52'>5.0.4-rh52</h3>
+<ul>
+ <li><a href="https://bugzilla.redhat.com/1886846">Bug 1886846</a> cached JS/CSS files can generate 404s</li>
+ <li><a href="https://bugzilla.redhat.com/1917686">Bug 1917686</a> Editing private comments sends emails to CC recipients, even public users</li>
+
+</ul>
+
<h3 id='5.0.4-rh51'>5.0.4-rh51</h3>
<ul>
<li><a href="https://bugzilla.redhat.com/1904247">Bug 1904247</a> extra private groups for comments submitted outside of bug update transaction</li>