[% IF release.data %]
+ [% IF release.eos_date %]
+
[% terms.Bugzilla %] [%+ release.branch_version FILTER html %] will
+ no longer receive security updates after [% release.eos_date FILTER html %].
+ You are highly encouraged to upgrade in order to keep your
+ system secure.
+ [% END %]
[% IF release.deprecated %]
[% terms.Bugzilla %] [%+ release.deprecated FILTER html %] is no longer
supported. You are highly encouraged to upgrade in order to keep your
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 92d9ce6bb..bcec5a13e 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -45,6 +45,188 @@
Updates in this 4.4.x Release
+
4.4.14
+
+
This release fixes two security issues. See the
+ Security Advisory
+ for details.
+
+
+This will be the last release of the [% terms.Bugzilla %] 4.4 branch unless
+further security issues are found before the EOL date passes.
+[%+ terms.Bugzilla %] 4.4 will reach end of life 4 months after the release of
+Version 4.4.14. Please take the opportunity to upgrade to version 5.2 or newer.
+
+
+
This release also contains the following [% terms.bug %] fixes:
+
+
+ - The Email::MIME module changed the way it set content types on emails in
+ version 1.949, causing [% terms.Bugzilla %] to throw an error and preventing
+ emails from being correctly delivered to recipients. We now set the content
+ type correctly on emails.
+ ([% terms.Bug %] 1657496)
+
+ - Template Toolkit versions 2.28 through 3.007 are blacklisted due to a
+ compatibility issue. Versions 2.22 through 2.27 and 3.008 and later are
+ still supported.
+ ([% terms.Bug %] 1560873)
+
+ - [% terms.Bugzilla %] has a dependency on the Email::Address Perl module
+ which was unstated in the dependency list because it was also a dependency of
+ Email::Sender which [% terms.Bugzilla %] also uses. Newer versions of
+ Email::Sender stopped depending on Email::Address, so [% terms.Bugzilla %]
+ now needs to depend on it explicitly.
+ ([% terms.Bug %] 1851352)
+
+
+
+
4.4.13
+
+
This release fixes one security issue. See the
+ Security Advisory
+ for details.
+
+
This release also contains the following [% terms.bug %] fix:
+
+
+ - All the time entries in the 'when' column had the correct date but the time
+ was fixed to 00:00 when using Sqlite.
+ ([% terms.Bug %] 1303702)
+
+
+
4.4.12
+
+
This release fixes one security issue. See the
+ Security Advisory
+ for details.
+
+
This release also contains the following [% terms.bug %] fixes:
+
+
+ - The Encode module changed the way it encodes strings, causing
+ email addresses in emails sent by [%terms.Bugzilla %] to be encoded,
+ preventing emails from being correctly delivered to recipients.
+ We now encode email headers correctly.
+ ([% terms.Bug %] 1246228)
+ - When exporting a buglist as a CSV file, fields starting with either
+ "=", "+", "-" or "@" are preceded by a space to not trigger formula
+ execution in Excel.
+ ([% terms.Bug %] 1259881)
+ - An extension which allows user-controlled data to be used as a link in
+ tabs could trigger XSS if the data is not correctly sanitized.
+ [%+ terms. Bugzilla %] no longer relies on the extension to do the sanity
+ check. A vanilla installation is not affected as no tab is user-controlled.
+ ([% terms.Bug %] 1250114)
+
+
+
4.4.11
+
+
This release fixes two security issues. See the
+ Security Advisory
+ for details.
+
+
This release also contains the following [% terms.bug %] fix:
+
+
+
+
4.4.10
+
+
This release fixes one security issue. See the
+ Security Advisory
+ for details.
+
+
This release also contains the following [% terms.bug %] fixes:
+
+
+ - The email_enabled attribute passed to the User.update
+ WebService method was incorrectly taken into account. Its logic was reversed.
+ ([% terms.Bug %] 1162334)
+ - The DateTime::TimeZone::Local::Win32 Perl module is now required
+ on Windows to correctly determine the local timezone.
+ ([% terms.Bug %] 1124401)
+ - [% terms.Bugzilla %] is now protected against the billion laughs attack
+ which could cause a denial of service when using the XML-RPC API.
+ ([% terms.Bug %] 1031035)
+
+
+
4.4.9
+
+
This release contains the following [% terms.bug %] fixes:
+
+
+ - Users who are not in the insidergroup were able to determine if some
+ specific user made a private comment in [% terms.bugs %].
+ ([% terms.Bug %] 1151290)
+ - Due to a regression caused by
+ [% terms.bug %] 1090275, the WebService methods B[%%]ug.get_bugs and
+ B[%%]ug.get_history were no longer allowed.
+ ([% terms.Bug %] 1154099)
+ - [% terms.Bugzilla %] now supports the new .htaccess format from Apache 2.4.
+ ([% terms.Bug %] 1121477)
+ - A regression in [% terms.Bugzilla %] 4.4.3 due to CVE-2014-1517 caused the admin's password
+ to be ignored when starting a sudo session.
+ ([% terms.Bug %] 1132887)
+
+
+
4.4.8
+
+
This release contains the following [% terms.bug %] fix:
+
+
+
+
4.4.7
+
+
This release contains fixes for a couple of security issues.
+ See the
+ Security Advisory for details.
+
+
In addition, the following important fixes have been made in the release:
+
+
+ - The B[%%]ug.add_comment WebService method now returns the correct
+ ID for the newly created [% terms.bug %] comment.
+ ([% terms.Bug %] 1111043)
+ - Fixing a regression caused by CVE-2014-1571
+ ([% terms.bug %] 1064140),
+ comments made while setting a flag from the attachment details page are again
+ included in the flag notification email.
+ ([% terms.Bug %] 1082887)
+
+
+
4.4.6
+
+
This release fixes several security issues. See the
+ Security Advisory
+ for details.
+
+
4.4.5
+
+
This release fixes a security issue. See the
+ Security Advisory
+ for details.
+
+
4.4.4
+
+
This release fixes one regression introduced in [% terms.Bugzilla %] 4.4.3 by
+ security [% terms.bug %] 968576:
+ URLs in [% terms.bug %] comments are displayed correctly again.
+ ([% terms.Bug %] 998323)
+
4.4.3
This release fixes two security issues. See the
@@ -2298,7 +2480,7 @@
[% BLOCK db_req %]
[% SET m = DB_MODULE.$db %]
-
For [% m.name FILTER html %] Users
+
For [% m.name FILTER html %] Users