diff options
author | Jeff Fearn <jfearn@redhat.com> | 2020-06-30 19:53:32 +1000 |
---|---|---|
committer | Jeff Fearn <jfearn@redhat.com> | 2020-07-17 09:29:12 +1000 |
commit | 9c0dd286229d11d19923ed4229301c7eeac7d1be (patch) | |
tree | 2b322f3fd84a1a7ec7a4ea6fe051439a13017f2a | |
parent | Bug 1821023 - Provide a mechanism to require password changes (diff) | |
download | bugzilla-Release-5.0.4-rh47.tar.gz bugzilla-Release-5.0.4-rh47.tar.bz2 bugzilla-Release-5.0.4-rh47.zip |
Release Version 5.0.4-rh47Release-5.0.4-rh47
Change-Id: I586762c1e9c52e6f99af084c477bde5e315f83e1
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl | 26 |
2 files changed, 27 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index eee1de081..dd7e9ca44 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.rh46"; +use constant BUGZILLA_VERSION => "5.0.4.rh47"; # 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 6bc075c89..b5ac02db9 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,29 @@ +<h3 id='5.0.4-rh47'>5.0.4-rh47</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/1795439">Bug 1795439</a> Expose audit report</li> + <li><a href="https://bugzilla.redhat.com/1811844">Bug 1811844</a> Add "owner idle time" to Page 2 comparison options</li> + <li><a href="https://bugzilla.redhat.com/1811888">Bug 1811888</a> Query button "show other bugs for this sub-component" doesnot work for multi-level sub-components</li> + <li><a href="https://bugzilla.redhat.com/1816873">Bug 1816873</a> Allow flag change by flag group</li> + <li><a href="https://bugzilla.redhat.com/1821023">Bug 1821023</a> Provide a mechanism to require password changes</li> + <li><a href="https://bugzilla.redhat.com/1826374">Bug 1826374</a> Kill switch repeatedly activating</li> + <li><a href="https://bugzilla.redhat.com/1827524">Bug 1827524</a> JS still doesn't seem to be updated properly after an upgrade</li> + <li><a href="https://bugzilla.redhat.com/1827881">Bug 1827881</a> Searching the resolution field for '---' never succeeds</li> + <li><a href="https://bugzilla.redhat.com/1828943">Bug 1828943</a> Add a notes field next to team members</li> + <li><a href="https://bugzilla.redhat.com/1830443">Bug 1830443</a> Agile team roles</li> + <li><a href="https://bugzilla.redhat.com/1832118">Bug 1832118</a> debug message at error level</li> + <li><a href="https://bugzilla.redhat.com/1832133">Bug 1832133</a> reassess trace in logs and UI</li> + <li><a href="https://bugzilla.redhat.com/1837811">Bug 1837811</a> Account lock mail should only be sent the first time an account is locked</li> + <li><a href="https://bugzilla.redhat.com/1837822">Bug 1837822</a> Serialization Error message should got to logs not the error list</li> + <li><a href="https://bugzilla.redhat.com/1837825">Bug 1837825</a> Missed CGI scripts when open sourcing</li> + <li><a href="https://bugzilla.redhat.com/1840892">Bug 1840892</a> Unable to add an active flag to a bug using the UI unless it is requestable</li> + <li><a href="https://bugzilla.redhat.com/1843335">Bug 1843335</a> User.update not updating users</li> + <li><a href="https://bugzilla.redhat.com/1843744">Bug 1843744</a> Add variable name reuse check to perl critic tests</li> + <li><a href="https://bugzilla.redhat.com/1847818">Bug 1847818</a> notequals date comparison fails if field being checked isn't set</li> + <li><a href="https://bugzilla.redhat.com/1848776">Bug 1848776</a> message bug filtering inadequate</li> + <li><a href="https://bugzilla.redhat.com/478886">Bug 478886</a> Open Source Red Hat Bugzilla</li> + +</ul> + <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> |