]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Release notes for Bugzilla 4.4.11
authorFrédéric Buclin <LpSolit@gmail.com>
Fri, 11 Dec 2015 18:47:50 +0000 (19:47 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 11 Dec 2015 18:47:50 +0000 (19:47 +0100)
r=dkl

template/en/default/pages/release-notes.html.tmpl

index d810688a5107cd338a9e884122e7ac3d1605ebee..4ae767df086f5ed7c52ab8b702b1587d19092853 100644 (file)
 
 <h2 id="v44_point">Updates in this 4.4.x Release</h2>
 
+<h3>4.4.11</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 %] fix:</p>
+
+<ul>
+  <li>mod_perl now works correctly with mod_access_compat turned off on
+    Apache 2.4. The (incorrect) fix implemented in [% terms.Bugzilla %] 4.4.9
+    has been backed out. 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>
+</ul>
+
 <h3>4.4.10</h3>
 
 <p>This release fixes one security issue. See the