diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-27 19:13:50 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-27 19:13:50 +0100 |
commit | 0bd5bfb9b40bd81c546e7ae7a0a9ab281f308709 (patch) | |
tree | f45c25a2a345ba7f462a8ce2f44e3bc5527f3f4c /template/en/default/pages | |
parent | 4f5dacee63a55d07309b82bf0404469d0aa49842 (diff) | |
download | bugs-0bd5bfb9b40bd81c546e7ae7a0a9ab281f308709.tar bugs-0bd5bfb9b40bd81c546e7ae7a0a9ab281f308709.tar.gz bugs-0bd5bfb9b40bd81c546e7ae7a0a9ab281f308709.tar.bz2 bugs-0bd5bfb9b40bd81c546e7ae7a0a9ab281f308709.tar.xz bugs-0bd5bfb9b40bd81c546e7ae7a0a9ab281f308709.zip |
Bug 964113: Digest::SHA 5.82 and newer always croak on wide characters, preventing saved searched from being displayed
r=dkl a=justdave
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index ef6090c41..f214bda0a 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -61,6 +61,9 @@ <li>An error about <kbd>longdescs.comment_id</kbd> was thrown by MySQL 5.0 and 5.1 when upgrading to Bugzilla 4.4 or 4.4.1. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=870369">[% terms.Bug %] 870369</a>)</li> + <li>Saved searches containing Unicode characters in their name could not + be run if Digest::SHA 5.82 or newer is installed. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=964113">[% terms.Bug %] 964113</a>)</li> <li>A regression in Bugzilla 4.4.1 caused <kbd>email_in.pl</kbd> to fail with an "invalid token" error message. (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=928331">[% terms.Bug %] 928331</a> and |