diff options
author | Jeff Fearn <jfearn@redhat.com> | 2020-10-13 09:27:05 +1000 |
---|---|---|
committer | Jeff Fearn <jfearn@redhat.com> | 2020-10-13 09:27:05 +1000 |
commit | abbe3077caeda60050e975f481065f09af880b2d (patch) | |
tree | 01099b9fe06379cee5561fb4fed6f013f81c115d | |
parent | Bug 1886889 - dependent products trigger failure in flag mail (diff) | |
download | bugzilla-abbe3077caeda60050e975f481065f09af880b2d.tar.gz bugzilla-abbe3077caeda60050e975f481065f09af880b2d.tar.bz2 bugzilla-abbe3077caeda60050e975f481065f09af880b2d.zip |
Release Version 5.0.4-rh50
Change-Id: I64a173b864950300258fa834fb47ad6532bd63f9
-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 79bf3c8b4..44b419a57 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.rh49"; +use constant BUGZILLA_VERSION => "5.0.4.rh50"; # 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 eab4255ea..343c619ca 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-rh50'>5.0.4-rh50</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/1886889">Bug 1886889</a> dependent products trigger failure in flag mail</li> + +</ul> + <h3 id='5.0.4-rh49'>5.0.4-rh49</h3> <ul> <li><a href="https://bugzilla.redhat.com/1886783">Bug 1886783</a> Rules that set keywords trigger the kill switch</li> |