diff options
author | Jeff Fearn <jfearn@redhat.com> | 2022-02-11 10:50:09 +1000 |
---|---|---|
committer | Jeff Fearn <jfearn@redhat.com> | 2022-02-11 10:50:09 +1000 |
commit | c12c5c88ddf4f6b874f15d6606ef872a8d20eb26 (patch) | |
tree | f363b1805c43a1fc6e07ca7abe1ddce9c76d88d7 | |
parent | Bug 2053321 - Admin UI has insufficient ACLs (diff) | |
download | bugzilla-Release-5.0.4-rh67.tar.gz bugzilla-Release-5.0.4-rh67.tar.bz2 bugzilla-Release-5.0.4-rh67.zip |
Release Version 5.0.4-rh67Release-5.0.4-rh67
Change-Id: I7bca177ad074f6b18ea210b6c23772d69b44e128
-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 88b0d98b9..5a7e3d5a3 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.rh66"; +use constant BUGZILLA_VERSION => "5.0.4.rh67"; # 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 bcaa01670..510bd22ce 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-rh67'>5.0.4-rh67</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/2053321">Bug 2053321</a> Admin UI has insufficient ACLs</li> + +</ul> + <h3 id='5.0.4-rh66'>5.0.4-rh66</h3> <ul> <li><a href="https://bugzilla.redhat.com/1831386">Bug 1831386</a> roles evaluation triggering kill switch when role not set</li> |