diff options
author | Jeff Fearn <jfearn@redhat.com> | 2021-10-25 09:47:55 +1000 |
---|---|---|
committer | Jeff Fearn <jfearn@redhat.com> | 2021-10-25 09:47:55 +1000 |
commit | b36ce6806aff8499ab94812f10a80a71e2b8d419 (patch) | |
tree | 095736847698b19dc2eb37187fc7867000fa2199 | |
parent | Merge branch 'devel' (diff) | |
download | bugzilla-Release-5.0.4-rh65.tar.gz bugzilla-Release-5.0.4-rh65.tar.bz2 bugzilla-Release-5.0.4-rh65.zip |
Release Version 5.0.4-rh65Release-5.0.4-rh65
Change-Id: I68b049eadfa65c2a9afed6804a0b32cc6acea107
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index f59a28a67..786f640d3 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.rh64"; +use constant BUGZILLA_VERSION => "5.0.4.rh65"; # 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 407945ef1..8e774c8ef 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,23 @@ +<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> + <li><a href="https://bugzilla.redhat.com/1944441">Bug 1944441</a> Expose basic job data in UI</li> + <li><a href="https://bugzilla.redhat.com/2001031">Bug 2001031</a> custom field conditions being processed before they are validated</li> + <li><a href="https://bugzilla.redhat.com/2004788">Bug 2004788</a> Slow load on create bug page</li> + <li><a href="https://bugzilla.redhat.com/2005153">Bug 2005153</a> Add option to Bug.search to allow fetching only bug IDs</li> + <li><a href="https://bugzilla.redhat.com/2005409">Bug 2005409</a> summary hyperlinks missing</li> + <li><a href="https://bugzilla.redhat.com/2005448">Bug 2005448</a> Authentication typo in docs for the API_KEY header</li> + <li><a href="https://bugzilla.redhat.com/2005744">Bug 2005744</a> Clean up unit tests</li> + <li><a href="https://bugzilla.redhat.com/2006361">Bug 2006361</a> Unable to move bugs with sub-components to other products</li> + <li><a href="https://bugzilla.redhat.com/2006460">Bug 2006460</a> Can not change bug assignee if new comment is marked private</li> + <li><a href="https://bugzilla.redhat.com/2008921">Bug 2008921</a> flags missing from bulk edit UI</li> + <li><a href="https://bugzilla.redhat.com/2009400">Bug 2009400</a> Target Release and Milestone missing from bulk edit UI</li> + <li><a href="https://bugzilla.redhat.com/2009544">Bug 2009544</a> cannot remove string from multi select</li> + <li><a href="https://bugzilla.redhat.com/2011730">Bug 2011730</a> Provide shareable links for shared searches in footer</li> + <li><a href="https://bugzilla.redhat.com/2013258">Bug 2013258</a> custom fields that are not visible on a bug return empty-string</li> + +</ul> + <h3 id='5.0.4-rh64'>5.0.4-rh64</h3> <ul> <li><a href="https://bugzilla.redhat.com/2015454">Bug 2015454</a> Reflected Cross-Site Scripting in search parameters</li> |