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 | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 83ccaeb4f..1fc00a8d6 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.rh69"; +use constant BUGZILLA_VERSION => "5.0.4.rh70"; # 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 7e75b62a7..43e2c3dd4 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-rh70'>5.0.4-rh70</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/1330770">Bug 1330770</a> Rules engine last edit page is slow</li> + <li><a href="https://bugzilla.redhat.com/1693111">Bug 1693111</a> When changing products keep component and sub-component if they are valid on the new product</li> + <li><a href="https://bugzilla.redhat.com/1925351">Bug 1925351</a> Allow internal SSO users to reactivate their account</li> + <li><a href="https://bugzilla.redhat.com/1926164">Bug 1926164</a> Too easy to accidentally submit a bug before having entered all the relevant information</li> + <li><a href="https://bugzilla.redhat.com/1991079">Bug 1991079</a> Make it easier to change order of BRE rules</li> + <li><a href="https://bugzilla.redhat.com/2001747">Bug 2001747</a> Team planning page should show status icons</li> + <li><a href="https://bugzilla.redhat.com/2019778">Bug 2019778</a> Add prefer public description feature for products</li> + <li><a href="https://bugzilla.redhat.com/2021565">Bug 2021565</a> Empty Atom feeds for bug searches</li> + <li><a href="https://bugzilla.redhat.com/2021627">Bug 2021627</a> Pools without a team break UI display</li> + <li><a href="https://bugzilla.redhat.com/2033441">Bug 2033441</a> CSV export includes spaces in column names</li> + <li><a href="https://bugzilla.redhat.com/2039558">Bug 2039558</a> Improve text and layout of group request page</li> + <li><a href="https://bugzilla.redhat.com/2040108">Bug 2040108</a> bulk edit form missing close as duplicate</li> + <li><a href="https://bugzilla.redhat.com/2042216">Bug 2042216</a> Cannot update sub-component on multiple bugs in API</li> + <li><a href="https://bugzilla.redhat.com/2042227">Bug 2042227</a> Bulk Edit Form always changes values</li> + <li><a href="https://bugzilla.redhat.com/2052786">Bug 2052786</a> User mark up fails for empty QA contact</li> + <li><a href="https://bugzilla.redhat.com/2065491">Bug 2065491</a> CSV export includes client side markup</li> + <li><a href="https://bugzilla.redhat.com/2072826">Bug 2072826</a> Support preventing password use for specified accounts</li> + <li><a href="https://bugzilla.redhat.com/2073237">Bug 2073237</a> GitLab pull doesn't support nested projects</li> + +</ul> + <h3 id='5.0.4-rh69'>5.0.4-rh69</h3> <ul> <li><a href="https://bugzilla.redhat.com/2005729">Bug 2005729</a> foreign key constraint error when creating accounts</li> |