diff options
author | Jeff Fearn <jfearn@redhat.com> | 2021-09-16 10:20:30 +1000 |
---|---|---|
committer | Jeff Fearn <jfearn@redhat.com> | 2021-09-16 10:20:30 +1000 |
commit | c120c4e22f307a793081d28ca01edd89320cd08f (patch) | |
tree | b7cd3611e730ee87529535b5d70a315ec2c5c421 | |
parent | Merge branch 'devel' (diff) | |
download | bugzilla-Release-5.0.4-rh61.tar.gz bugzilla-Release-5.0.4-rh61.tar.bz2 bugzilla-Release-5.0.4-rh61.zip |
Release Version 5.0.4-rh61Release-5.0.4-rh61
Change-Id: I445c04292956dc3bf01851abeebb23345499e76b
-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 4d9458786..028060b8a 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.rh60"; +use constant BUGZILLA_VERSION => "5.0.4.rh61"; # 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 79baca033..d9189550c 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-rh61'>5.0.4-rh61</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/1347097">Bug 1347097</a> Add ajax to DataTables to allow fetching subsets of data</li> + <li><a href="https://bugzilla.redhat.com/1833585">Bug 1833585</a> Use a system wide parameter to prevent non-standard authentication</li> + <li><a href="https://bugzilla.redhat.com/1859958">Bug 1859958</a> Trailing comma in json example</li> + <li><a href="https://bugzilla.redhat.com/1902672">Bug 1902672</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/1951470">Bug 1951470</a> Validate key supplied by user covers their email address</li> + <li><a href="https://bugzilla.redhat.com/1965641">Bug 1965641</a> Cannot update any roles for agile team member</li> + <li><a href="https://bugzilla.redhat.com/1984702">Bug 1984702</a> Link to bot policy invalid</li> + <li><a href="https://bugzilla.redhat.com/1989366">Bug 1989366</a> Typo on error pages</li> + <li><a href="https://bugzilla.redhat.com/1991359">Bug 1991359</a> Cannot read attachments of private bugs</li> + <li><a href="https://bugzilla.redhat.com/1995385">Bug 1995385</a> Support using Authorization header to supply API_KEY</li> + <li><a href="https://bugzilla.redhat.com/1998909">Bug 1998909</a> show success messages for team changes</li> + <li><a href="https://bugzilla.redhat.com/2001741">Bug 2001741</a> Better bug details on planning page</li> + <li><a href="https://bugzilla.redhat.com/2002108">Bug 2002108</a> Dragging and dropping bug on the planning page creates duplicate pool orders</li> + <li><a href="https://bugzilla.redhat.com/2003511">Bug 2003511</a> Searching with multiple values in some fields displays no bugs</li> + <li><a href="https://bugzilla.redhat.com/2003793">Bug 2003793</a> DTM and ITM 'i' no longer shows link between number and date/description</li> + <li><a href="https://bugzilla.redhat.com/2003865">Bug 2003865</a> Pool is not visible on bulk edit form</li> + <li><a href="https://bugzilla.redhat.com/2003900">Bug 2003900</a> Add count of total results to Bug.search</li> + <li><a href="https://bugzilla.redhat.com/2003906">Bug 2003906</a> Parsing response via xmlrpc fails</li> + <li><a href="https://bugzilla.redhat.com/2004014">Bug 2004014</a> Exporting a search to CSV format returns a document with headings only</li> + <li><a href="https://bugzilla.redhat.com/2004318">Bug 2004318</a> False positives on internal user check</li> + <li><a href="https://bugzilla.redhat.com/2004580">Bug 2004580</a> Potential Cross-Site Scripting vulnerability in Bug summary</li> + +</ul> + <h3 id='5.0.4-rh60'>5.0.4-rh60</h3> <ul> <li><a href="https://bugzilla.redhat.com/1347097">Bug 1347097</a> Add ajax to DataTables to allow fetching subsets of data</li> |