summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-12-28 12:24:52 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-12-28 12:25:11 -0800
commit0a87e8fe2f19bd17db27735b61415deaf9b24d56 (patch)
tree0632d948f1beb776663941d5019c66b7ebdf85c6 /template/en/default/pages/release-notes.html.tmpl
parentMerge remote-tracking branch 'upstream/4.4' (diff)
parentRevert "Bug 1230932 - Providing a condition as an ID to the webservice result... (diff)
downloadbugzilla-0a87e8fe2f19bd17db27735b61415deaf9b24d56.tar.gz
bugzilla-0a87e8fe2f19bd17db27735b61415deaf9b24d56.tar.bz2
bugzilla-0a87e8fe2f19bd17db27735b61415deaf9b24d56.zip
Merge remote-tracking branch 'upstream/release-4.4-stable'gentoo-4.4.11
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'template/en/default/pages/release-notes.html.tmpl')
-rw-r--r--template/en/default/pages/release-notes.html.tmpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index d810688a5..7763413bf 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -45,6 +45,25 @@
<h2 id="v44_point">Updates in this 4.4.x Release</h2>
+<h3>4.4.11</h3>
+
+<p>This release fixes two security issues. 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