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 | 27 |
2 files changed, 28 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index ac02c5c28..31bc7a11f 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.rh72"; +use constant BUGZILLA_VERSION => "5.0.4.rh73"; # 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 25d9f71f2..a5a7c4bc6 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,30 @@ +<h3 id='5.0.4-rh73'>5.0.4-rh73</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/1142506">Bug 1142506</a> Add queue statistics to job report page</li> + <li><a href="https://bugzilla.redhat.com/1167530">Bug 1167530</a> Improve description of Grant Group in the documentation</li> + <li><a href="https://bugzilla.redhat.com/1865757">Bug 1865757</a> Enable DataTables searchPanes extension on bug lists</li> + <li><a href="https://bugzilla.redhat.com/1882298">Bug 1882298</a> Admin can create requests for groups the user isn't eligible for</li> + <li><a href="https://bugzilla.redhat.com/1886537">Bug 1886537</a> Allow user to cancel change of email address on Account Information tab</li> + <li><a href="https://bugzilla.redhat.com/1927035">Bug 1927035</a> Do not enforce sub-components on CLOSED bugs</li> + <li><a href="https://bugzilla.redhat.com/1932520">Bug 1932520</a> trim whites space from urls</li> + <li><a href="https://bugzilla.redhat.com/1970774">Bug 1970774</a> X-Bugzilla-Who header often not set</li> + <li><a href="https://bugzilla.redhat.com/2052784">Bug 2052784</a> don't email me when I cancel a flag I requested</li> + <li><a href="https://bugzilla.redhat.com/2075768">Bug 2075768</a> selecting the 'Component' at the end, cleares the 'Description'</li> + <li><a href="https://bugzilla.redhat.com/2081004">Bug 2081004</a> Broken link for playing with advanced search</li> + <li><a href="https://bugzilla.redhat.com/2086767">Bug 2086767</a> Explain the changed check boxes on the bulk edit form</li> + <li><a href="https://bugzilla.redhat.com/2092666">Bug 2092666</a> Add a privacy tab to user preferences</li> + <li><a href="https://bugzilla.redhat.com/2094129">Bug 2094129</a> Allow admins to reset timers on stuck jobs</li> + <li><a href="https://bugzilla.redhat.com/2094134">Bug 2094134</a> Serialization error when many termination jobs are running</li> + <li><a href="https://bugzilla.redhat.com/2094136">Bug 2094136</a> Some groups on bugs prevent the termination process from completing</li> + <li><a href="https://bugzilla.redhat.com/2098101">Bug 2098101</a> Highlighting a user exposes e-mail to unregistered visitors</li> + <li><a href="https://bugzilla.redhat.com/2099423">Bug 2099423</a> Enable DataTables RowGroups extension on bug lists</li> + <li><a href="https://bugzilla.redhat.com/2099910">Bug 2099910</a> Not all errors get displayed to users</li> + <li><a href="https://bugzilla.redhat.com/2101549">Bug 2101549</a> API returning generic 404 instead of full error message</li> + <li><a href="https://bugzilla.redhat.com/2104516">Bug 2104516</a> invite_manager fails with network error</li> + <li><a href="https://bugzilla.redhat.com/2114626">Bug 2114626</a> Extend Group.get to provide full information to insiders</li> + +</ul> + <h3 id='5.0.4-rh72'>5.0.4-rh72</h3> <ul> <li><a href="https://bugzilla.redhat.com/1826976">Bug 1826976</a> inconsistent API responses, bugs exist with incorrect state</li> |