diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-12-11 19:45:48 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-12-11 19:45:48 +0100 |
commit | ddee4cd2816a4394eddcb33ecfc0294f6b2424aa (patch) | |
tree | d15239abe20eb874d9b62117e5bf7a6a34e66248 /template/en | |
parent | 6abbd9dea1d47ef9a4659ac948eeb5120d0da11c (diff) | |
download | bugzilla-ddee4cd2816a4394eddcb33ecfc0294f6b2424aa.tar.gz bugzilla-ddee4cd2816a4394eddcb33ecfc0294f6b2424aa.tar.xz |
Release notes for Bugzilla 5.0.2
r=dkl
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index be44b962a..cc8e493d5 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -43,6 +43,33 @@ <h2 id="point">Updates in this 5.0.x Release</h2> +<h3>5.0.2</h3> + +<p>This release fixes one security issue. See the + <a href="https://www.bugzilla.org/security/4.2.15/">Security Advisory</a> + for details.</p> + +<p>This release also contains the following [% terms.bug %] fixes:</p> + +<ul> + <li>mod_perl now works correctly with mod_access_compat turned off on + Apache 2.4. To regenerate the <kbd>.htaccess</kbd> files, you must first + delete all existing ones in subdirectories: + <pre>find . -mindepth 2 -name .htaccess -exec rm -f {} \;</pre> + You must then run <kbd>checksetup.pl</kbd> again to recreate them with + the correct syntax. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1223790">[% terms.Bug %] 1223790</a>)</li> + <li>Emails sent by [% terms.Bugzilla %] are now correctly encoded as UTF-8. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=714724">[% terms.Bug %] 714724</a>)</li> + <li>Strawberry Perl is now fully supported on Windows. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1089448">[% terms.Bug %] 1089448</a> + and <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=987742">[% terms.bug %] 987742</a>)</li> + <li>The XML-RPC API now works with IIS on Windows. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=708252">[% terms.Bug %] 708252</a>)</li> + <li>Some queries should now be faster on PostgreSQL. + (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1184431">[% terms.Bug %] 1184431</a>)</li> +</ul> + <h3>5.0.1</h3> <p>This release fixes one security issue. See the |