diff options
author | Jeff Fearn <jfearn@redhat.com> | 2022-11-02 21:45:25 +1000 |
---|---|---|
committer | Jeff Fearn <jfearn@redhat.com> | 2022-11-02 21:45:25 +1000 |
commit | 0bd0c16b5bd11028856e7a28c40fc39a56650b92 (patch) | |
tree | bf2a12dc52d060658acf351eda6d7514ebcbcddd | |
parent | Bug 2139335 - XMLRPC started to provide external link ID as integer (instead ... (diff) | |
download | bugzilla-0bd0c16b5bd11028856e7a28c40fc39a56650b92.tar.gz bugzilla-0bd0c16b5bd11028856e7a28c40fc39a56650b92.tar.bz2 bugzilla-0bd0c16b5bd11028856e7a28c40fc39a56650b92.zip |
Release Version 5.0.4-rh79Release-5.0.4-rh79
Change-Id: Id51add4427f4c24bb9d3c33008f392f9c63f5a2c
-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 bfcea79d2..1d49b8d6a 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.rh78"; +use constant BUGZILLA_VERSION => "5.0.4.rh79"; # 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 4e4f4523c..1f2223b0f 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-rh79'>5.0.4-rh79</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/2139335">Bug 2139335</a> XMLRPC started to provide external link ID as integer (instead of string)</li> + +</ul> + <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> |