From e32682d665acf25ed54c93e66f4ac6d61dae3514 Mon Sep 17 00:00:00 2001
From: Frédéric Buclin
Date: Thu, 10 Sep 2015 00:00:20 +0200
Subject: Bug 1191924: Release notes for Bugzilla 5.0.1 r=dkl
---
template/en/default/pages/release-notes.html.tmpl | 43 +++++++++++++++++++++++
1 file changed, 43 insertions(+)
(limited to 'template/en/default')
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 7d030dd9b..e5ccf4d5a 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -41,6 +41,49 @@
your version and this one, particularly the Upgrading section of each
version's release notes.
+Updates in this 5.0.x Release
+
+5.0.1
+
+This release fixes one security issue. See the
+ Security Advisory
+ for details.
+
+This release also contains the following [% terms.bug %] fixes:
+
+
+ - Users whose login name is not an email address could not log in on
+ installations which use LDAP to authenticate users.
+ ([% terms.Bug %] 1179160)
+ - If a mandatory custom field was hidden, it was not possible to create
+ a new [% terms.bug %] or to edit existing ones.
+ ([% terms.Bug %] 1183398
+ and [% terms.bug %] 1196969)
+ - A user editing his login name to point to a non-existent email address
+ could cause Bugzilla to stop working, causing a denial of service.
+ ([% terms.Bug %] 1194987)
+ - Emails generated during a transaction made PostgreSQL stop working.
+ ([% terms.Bug %] 1186700)
+ - [% terms.Bugs %] containing a comment with a reference to a [% terms.bug %]
+ ID larger than 2^31 could not be displayed anymore using PostgreSQL.
+ ([% terms.Bug %] 1191937)
+ - Emails sent by [% terms.Bugzilla %] are now correctly encoded as UTF-8.
+ ([% terms.Bug %] 714724)
+ - The date picker in the "Time Summary" page was broken.
+ ([% terms.Bug %] 1181649)
+ - If Test::Taint or any other Perl module required to use the
+ JSON-RPC API was not installed or was too old, the UI to tag comments was
+ displayed anyway, you could tag comments, but tags were not persistent
+ (they were lost on page reload). Now the UI to tag comments is not displayed
+ at all until the missing Perl modules are installed and up-to-date.
+ ([% terms.Bug %] 1183227)
+ - Custom fields of type INTEGER now accept negative integers.
+ ([% terms.Bug %] 1198659)
+ - On Windows, the checksetup.pl installation script no longer
+ asks for a SMTP server. It can be set after the installation is complete.
+ ([% terms.Bug %] 1191255)
+
+
Minimum Requirements
Any requirements that are new since 4.4 will look like
--
cgit v1.2.3-24-g4f1b