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 | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index d91ec3147..f59a28a67 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.rh63"; +use constant BUGZILLA_VERSION => "5.0.4.rh64"; # 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 958efa715..407945ef1 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,9 @@ +<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> + +</ul> + <h3 id='5.0.4-rh63'>5.0.4-rh63</h3> <ul> <li><a href="https://bugzilla.redhat.com/2014250">Bug 2014250</a> Internal error when search term includes the string LIMIT</li> |