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 1fc00a8d6..efdb9342a 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.rh70"; +use constant BUGZILLA_VERSION => "5.0.4.rh71"; # 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 43e2c3dd4..ed45a83e3 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-rh71'>5.0.4-rh71</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/2084015">Bug 2084015</a> Unable to add tags to bug comments</li> + +</ul> + <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> |