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 | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index b151e02eb..767ba2f85 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.rh53"; +use constant BUGZILLA_VERSION => "5.0.4.rh54"; # 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 ac150225c..b851581e4 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,17 @@ +<h3 id='5.0.4-rh54'>5.0.4-rh54</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/1900485">Bug 1900485</a> Comments marked as spam can not be expanded</li> + <li><a href="https://bugzilla.redhat.com/1931300">Bug 1931300</a> Custom field editor using GET instead of POST</li> + <li><a href="https://bugzilla.redhat.com/1931315">Bug 1931315</a> The mail suspended mail should specify the account name</li> + <li><a href="https://bugzilla.redhat.com/1931694">Bug 1931694</a> Internal link update inefficient</li> + <li><a href="https://bugzilla.redhat.com/1932169">Bug 1932169</a> Allow radius to be used for all redhat.com accounts</li> + <li><a href="https://bugzilla.redhat.com/1933938">Bug 1933938</a> Only admins can terminate accounts with api_keys</li> + <li><a href="https://bugzilla.redhat.com/1934328">Bug 1934328</a> Remove reference to fake.3.js</li> + <li><a href="https://bugzilla.redhat.com/1934461">Bug 1934461</a> Bugzilla doesn't allow GitHub links</li> + <li><a href="https://bugzilla.redhat.com/1935547">Bug 1935547</a> warning check needs to be case insensitive</li> + +</ul> + <h3 id='5.0.4-rh53'>5.0.4-rh53</h3> <ul> <li><a href="https://bugzilla.redhat.com/1658655">Bug 1658655</a> Attachments can't be simply viewed</li> |