diff options
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 786f640d3..88b0d98b9 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.rh65"; +use constant BUGZILLA_VERSION => "5.0.4.rh66"; # 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 8e774c8ef..bcaa01670 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,29 @@ +<h3 id='5.0.4-rh66'>5.0.4-rh66</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/1831386">Bug 1831386</a> roles evaluation triggering kill switch when role not set</li> + <li><a href="https://bugzilla.redhat.com/1868134">Bug 1868134</a> "Subcomponet is mandatory" error even when subcomponent provided</li> + <li><a href="https://bugzilla.redhat.com/1881348">Bug 1881348</a> Provide "Link Summary" as a drop down option in custom search</li> + <li><a href="https://bugzilla.redhat.com/1886829">Bug 1886829</a> Reinstate session limits</li> + <li><a href="https://bugzilla.redhat.com/1933606">Bug 1933606</a> Ctrl+C in a bugzilla comment breaks xmlrpc</li> + <li><a href="https://bugzilla.redhat.com/1960475">Bug 1960475</a> Utilize team membership to watch internal bot accounts</li> + <li><a href="https://bugzilla.redhat.com/1972460">Bug 1972460</a> authentication errors hidden from users</li> + <li><a href="https://bugzilla.redhat.com/1994169">Bug 1994169</a> CC all approvers on a request</li> + <li><a href="https://bugzilla.redhat.com/1999932">Bug 1999932</a> field defs cache time needs to be shared between web heads</li> + <li><a href="https://bugzilla.redhat.com/2005292">Bug 2005292</a> Red Hat Bugzilla doesn't allow to specify only comments ids in query's include_fields</li> + <li><a href="https://bugzilla.redhat.com/2005455">Bug 2005455</a> "File a new bug" link missing from bugz.fedoraproject.org/foo buglist redirect</li> + <li><a href="https://bugzilla.redhat.com/2007262">Bug 2007262</a> Page number is preserved when switching between bug lists</li> + <li><a href="https://bugzilla.redhat.com/2011046">Bug 2011046</a> No api/"webservice" available to access/change the extra groups in private comments</li> + <li><a href="https://bugzilla.redhat.com/2015439">Bug 2015439</a> save report in Preferences throws javascript error about selectize</li> + <li><a href="https://bugzilla.redhat.com/2018416">Bug 2018416</a> Add note about hiding comment edit history to edit form</li> + <li><a href="https://bugzilla.redhat.com/2019234">Bug 2019234</a> Block creation of accounts for unsupported mail addresses</li> + <li><a href="https://bugzilla.redhat.com/2023136">Bug 2023136</a> Log user name for account disabled log entry</li> + <li><a href="https://bugzilla.redhat.com/2027575">Bug 2027575</a> email_in adds comment as attachment</li> + <li><a href="https://bugzilla.redhat.com/2030560">Bug 2030560</a> Links to create bugs for components not setting component</li> + <li><a href="https://bugzilla.redhat.com/2039562">Bug 2039562</a> Customise error page for an inaccessible bug to refer to Group Worklow page</li> + <li><a href="https://bugzilla.redhat.com/2039577">Bug 2039577</a> Make it clearer how to create an account when SSO login doesn't find one</li> + +</ul> + <h3 id='5.0.4-rh65'>5.0.4-rh65</h3> <ul> <li><a href="https://bugzilla.redhat.com/1871666">Bug 1871666</a> Component Mapping Report to slow</li> |