diff options
author | Jeff Fearn <jfearn@redhat.com> | 2020-06-19 18:45:47 +1000 |
---|---|---|
committer | Jeff Fearn <jfearn@redhat.com> | 2020-07-17 09:26:28 +1000 |
commit | 687c2bd5c5f59e807e72765e0794e188dbdfa7bd (patch) | |
tree | b5bf1f560c3e229198568cb66187f30201f9c509 | |
parent | Bug 1848776 - message bug filtering inadequate (diff) | |
download | bugzilla-687c2bd5c5f59e807e72765e0794e188dbdfa7bd.tar.gz bugzilla-687c2bd5c5f59e807e72765e0794e188dbdfa7bd.tar.bz2 bugzilla-687c2bd5c5f59e807e72765e0794e188dbdfa7bd.zip |
Release Version 5.0.4-rh46Release-5.0.4-rh46
Change-Id: Id783b0588607f650f8ad35a2cd9378ecf1b74311
-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> |