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 5a7e3d5a3..d1765c539 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.rh67"; +use constant BUGZILLA_VERSION => "5.0.4.rh68"; # 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 510bd22ce..930596352 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-rh68'>5.0.4-rh68</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/2056825">Bug 2056825</a> List accounts failing due to recent LDAP changes</li> + +</ul> + <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> |