diff options
author | Jeff Fearn <jfearn@redhat.com> | 2021-06-17 08:28:33 +1000 |
---|---|---|
committer | Jeff Fearn <jfearn@redhat.com> | 2021-06-17 08:28:33 +1000 |
commit | 3970dcec30c8c29da8af7fb285c71673cb5c0c68 (patch) | |
tree | 07d74005af5db917eb12bfd1455a93b4aa1bfa06 | |
parent | Bug 1951867 - Allow grace period before stopping mail (diff) | |
download | bugzilla-3970dcec30c8c29da8af7fb285c71673cb5c0c68.tar.gz bugzilla-3970dcec30c8c29da8af7fb285c71673cb5c0c68.tar.bz2 bugzilla-3970dcec30c8c29da8af7fb285c71673cb5c0c68.zip |
Release Version 5.0.4-rh57Release-5.0.4-rh57
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 523ddec36..0b3c18452 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.rh56"; +use constant BUGZILLA_VERSION => "5.0.4.rh57"; # 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 01bb5751a..0d3deef04 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,26 @@ +<h3 id='5.0.4-rh57'>5.0.4-rh57</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/1676959">Bug 1676959</a> Add management page for reports</li> + <li><a href="https://bugzilla.redhat.com/1834142">Bug 1834142</a> Comment edit can not be marked as minor update</li> + <li><a href="https://bugzilla.redhat.com/1845811">Bug 1845811</a> Going backwards lost previously written comment</li> + <li><a href="https://bugzilla.redhat.com/1898364">Bug 1898364</a> Allow external members of private groups to make a private comment</li> + <li><a href="https://bugzilla.redhat.com/1933916">Bug 1933916</a> Allow multiple actions when hovering over a user name</li> + <li><a href="https://bugzilla.redhat.com/1937776">Bug 1937776</a> Replace hard coding of RHEL components that default to private with configurable defaults / opt-in</li> + <li><a href="https://bugzilla.redhat.com/1940265">Bug 1940265</a> Allow radius login for redhat.com email addresses using +suffix</li> + <li><a href="https://bugzilla.redhat.com/1944439">Bug 1944439</a> Termination job failing to move bugs</li> + <li><a href="https://bugzilla.redhat.com/1951536">Bug 1951536</a> default attachments to private</li> + <li><a href="https://bugzilla.redhat.com/1951867">Bug 1951867</a> Allow grace period before stopping mail</li> + <li><a href="https://bugzilla.redhat.com/1953802">Bug 1953802</a> On component list page DataTables limited to 5K rows</li> + <li><a href="https://bugzilla.redhat.com/1956252">Bug 1956252</a> add "Last changed from" condition to BRE</li> + <li><a href="https://bugzilla.redhat.com/1958441">Bug 1958441</a> Bot account FAQ entry lists obsolete mailing list mechanism</li> + <li><a href="https://bugzilla.redhat.com/1959199">Bug 1959199</a> Hyperlinks to bugs missing in recent release notes</li> + <li><a href="https://bugzilla.redhat.com/1961330">Bug 1961330</a> Rule engine triggers kill switch attempting to close Group Membership Membership Review bugs</li> + <li><a href="https://bugzilla.redhat.com/1961373">Bug 1961373</a> Rule failing to match bugs with flags in flag group unset</li> + <li><a href="https://bugzilla.redhat.com/1961410">Bug 1961410</a> Exclude already-closed accounts from Group Membership review</li> + <li><a href="https://bugzilla.redhat.com/1964187">Bug 1964187</a> Bot check preventing password change for real users</li> + +</ul> + <h3 id='5.0.4-rh56'>5.0.4-rh56</h3> <ul> <li><a href="https://bugzilla.redhat.com/1955079">Bug 1955079</a> - internal bot regex is wrong</li> |