summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2022-03-16 16:59:16 +1000
committerJeff Fearn <jfearn@redhat.com>2022-03-16 16:59:16 +1000
commita6d001f1bc82d74f2bd7ead178c9aab560883c24 (patch)
treeccf9258ab764fc9065c4b3aa361fab31a16ed5bd
parentBug 2062933 - Accept passwords for some xmlrpc calls so that some shipped lib... (diff)
downloadbugzilla-a6d001f1bc82d74f2bd7ead178c9aab560883c24.tar.gz
bugzilla-a6d001f1bc82d74f2bd7ead178c9aab560883c24.tar.bz2
bugzilla-a6d001f1bc82d74f2bd7ead178c9aab560883c24.zip
Release Version 5.0.4-rh69Release-5.0.4-rh69
Change-Id: Ic306bd2c8413bb938cf90546f01dd163ad334ec3
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl16
2 files changed, 17 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index d1765c539..83ccaeb4f 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.rh68";
+use constant BUGZILLA_VERSION => "5.0.4.rh69";
# 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 930596352..38851a7e0 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,19 @@
+<h3 id='5.0.4-rh69'>5.0.4-rh69</h3>
+<ul>
+ <li><a href="https://bugzilla.redhat.com/2005729">Bug 2005729</a> foreign key constraint error when creating accounts</li>
+ <li><a href="https://bugzilla.redhat.com/2019603">Bug 2019603</a> Update roles with team edit access</li>
+ <li><a href="https://bugzilla.redhat.com/2020060">Bug 2020060</a> Extend restriction on reopening CLOSED ERRATA bugs to whole of Red Hat Classification</li>
+ <li><a href="https://bugzilla.redhat.com/2021370">Bug 2021370</a> use Log::Log4perl::Layout::JSON for log formatting</li>
+ <li><a href="https://bugzilla.redhat.com/2021692">Bug 2021692</a> FTS search should order by relevance</li>
+ <li><a href="https://bugzilla.redhat.com/2024122">Bug 2024122</a> Exporting selections to CSV/EXCEL do not populate POOL Column</li>
+ <li><a href="https://bugzilla.redhat.com/2056724">Bug 2056724</a> When repudiating accounts, also hide comments made by those accounts</li>
+ <li><a href="https://bugzilla.redhat.com/2056825">Bug 2056825</a> List accounts failing due to recent LDAP changes</li>
+ <li><a href="https://bugzilla.redhat.com/2060158">Bug 2060158</a> can't detect authenticated user login with API key authentication, 'whoami' needed</li>
+ <li><a href="https://bugzilla.redhat.com/2061215">Bug 2061215</a> Add API calls to list visible and editable teams</li>
+ <li><a href="https://bugzilla.redhat.com/2062933">Bug 2062933</a> Accept passwords for some xmlrpc calls so that some shipped libreport-based code continues to function</li>
+
+</ul>
+
<h3 id='5.0.4-rh68'>5.0.4-rh68</h3>
<ul>
<li><a href="https://bugzilla.redhat.com/2056825">Bug 2056825</a> List accounts failing due to recent LDAP changes</li>