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 d7824d978..eee1de081 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -209,7 +209,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.4.rh45"; +use constant BUGZILLA_VERSION => "5.0.4.rh46"; # 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 e4c334cd6..6bc075c89 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-rh46'>5.0.4-rh46</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/1848776">Bug 1848776</a> message bug filtering inadequate</li> + +</ul> + <h3 id='5.0.4-rh45'>5.0.4-rh45</h3> <ul> <li><a href="https://bugzilla.redhat.com/1843335">Bug 1843335</a> User.update not updating users</li> |