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 | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index fea87972a..bfcea79d2 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -213,7 +213,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.4.rh77"; +use constant BUGZILLA_VERSION => "5.0.4.rh78"; # 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 45582ebf9..64c49383c 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,10 @@ +<h3 id='5.0.4-rh78'>5.0.4-rh78</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/2139140">Bug 2139140</a> XMLRPC started to provide external link ID as integer (instead of string)</li> + <li><a href="https://bugzilla.redhat.com/2139168">Bug 2139168</a> '---' not recognized for fields with product specific values</li> + +</ul> + <h3 id='5.0.4-rh77'>5.0.4-rh77</h3> <ul> <li><a href="https://bugzilla.redhat.com/1136014">Bug 1136014</a> query.cgi: a blank row is added to Custom Search each time the user clicks Back on buglist.cgi</li> |