diff options
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rwxr-xr-x | extensions/RedHat/bin/release.pl | 2 | ||||
-rw-r--r-- | extensions/RedHat/template/en/default/hook/pages/release-notes-updates_top.html.tmpl | 25 |
3 files changed, 27 insertions, 2 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 51acb55d0..b151e02eb 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.rh52"; +use constant BUGZILLA_VERSION => "5.0.4.rh53"; # 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/bin/release.pl b/extensions/RedHat/bin/release.pl index 5cff53a63..8e2a110c9 100755 --- a/extensions/RedHat/bin/release.pl +++ b/extensions/RedHat/bin/release.pl @@ -48,7 +48,7 @@ my $email = qx/git config --get user.email/; chomp($email); $cmd - = qq{git log $curr_tag..HEAD --no-merges --format=" <li>%s</li>" | grep -P 'li>Bug \\d+' | sort -u }; + = qq{git log $curr_tag..HEAD --no-merges --format=" <li>%s</li>" | grep -E 'li>Bug \\d+' | sort -u }; my $html_log = qx/$cmd/; $html_log =~ s{Bug (\d+)}{<a href="https://bugzilla.redhat.com/$1">Bug $1</a>}g; $html_log =~ s{a>\s*-\s*}{a> }g; 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 bc6b941d7..ac150225c 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,28 @@ +<h3 id='5.0.4-rh53'>5.0.4-rh53</h3> +<ul> + <li><a href="https://bugzilla.redhat.com/1658655">Bug 1658655</a> Attachments can't be simply viewed</li> + <li><a href="https://bugzilla.redhat.com/1815017">Bug 1815017</a> cannot link to private issues</li> + <li><a href="https://bugzilla.redhat.com/1838861">Bug 1838861</a> Offer to email manager an account creation invitation</li> + <li><a href="https://bugzilla.redhat.com/1840943">Bug 1840943</a> let users manage the preferences of bot & list users</li> + <li><a href="https://bugzilla.redhat.com/1866954">Bug 1866954</a> Prevent bug mail being sent to invalid users</li> + <li><a href="https://bugzilla.redhat.com/1881255">Bug 1881255</a> Catch failed CGI creation</li> + <li><a href="https://bugzilla.redhat.com/1881275">Bug 1881275</a> Bugzilla_saml_choice cookies should not be used on saml CGIs</li> + <li><a href="https://bugzilla.redhat.com/1882200">Bug 1882200</a> Let BRE specify which groups private comment can be seen by</li> + <li><a href="https://bugzilla.redhat.com/1886590">Bug 1886590</a> bugzilla report keeps loading</li> + <li><a href="https://bugzilla.redhat.com/1886846">Bug 1886846</a> cached JS/CSS files can generate 404s</li> + <li><a href="https://bugzilla.redhat.com/1887393">Bug 1887393</a> Assignee popup lacks email addresses</li> + <li><a href="https://bugzilla.redhat.com/1888499">Bug 1888499</a> Provide a pop-up box for custom fields with large descriptions</li> + <li><a href="https://bugzilla.redhat.com/1888882">Bug 1888882</a> "Bug has been updated" popup no longer working</li> + <li><a href="https://bugzilla.redhat.com/1891868">Bug 1891868</a> Attempt to add user to an invitation-only fails</li> + <li><a href="https://bugzilla.redhat.com/1891896">Bug 1891896</a> The Addition of a "GitHub - Private" tracker type makes "github.com" URL no longer unique</li> + <li><a href="https://bugzilla.redhat.com/1893371">Bug 1893371</a> The %%field%% evaluation only works once per string</li> + <li><a href="https://bugzilla.redhat.com/1916517">Bug 1916517</a> Add support for True-Client-IP header</li> + <li><a href="https://bugzilla.redhat.com/1917235">Bug 1917235</a> Preferences page is blank</li> + <li><a href="https://bugzilla.redhat.com/1917686">Bug 1917686</a> Editing private comments sends emails to CC recipients, even public users</li> + <li><a href="https://bugzilla.redhat.com/1923261">Bug 1923261</a> Recursive Action Detection having false positives</li> + +</ul> + <h3 id='5.0.4-rh52'>5.0.4-rh52</h3> <ul> <li><a href="https://bugzilla.redhat.com/1886846">Bug 1886846</a> cached JS/CSS files can generate 404s</li> |