From 726dbd97cdf46a766ba8da6959594833ee03d65a Mon Sep 17 00:00:00 2001
From: Gervase Markham
Date: Fri, 8 Sep 2017 12:08:34 +0100
Subject: Bug 1398100 - tiny tweaks to release notes
---
template/en/default/pages/release-notes.html.tmpl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'template')
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index 358298bc8..c2be24619 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -69,7 +69,7 @@
([% 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
+ [%+ 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)
Extensions can now easily override the favicon used for the
@@ -205,6 +205,7 @@
you.
+
New Features and Improvements
--
cgit v1.2.1
From 842ac4647276ba5354289082adbdca75e0b19107 Mon Sep 17 00:00:00 2001
From: Vitaly Belekhov
Date: Thu, 4 Jan 2018 22:50:05 +0700
Subject: Bug 1301887 - File::Slurp triggers warnings on perl 5.24 (#53)
* Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is recommended to not use it (#21)
r=mtyson
* Fix for vrite in aa735d4
* Added https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=ca7bfc9c485c959fad2aee1f7c1dbc0fb484553b
---
template/en/default/pages/release-notes.html.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'template')
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index c2be24619..a7e545bf1 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -174,7 +174,7 @@
Required Perl Modules
[% INCLUDE req_table reqs = REQUIRED_MODULES
- new = ['File-Slurp','JSON-XS', 'Email-Sender']
+ new = ['JSON-XS', 'Email-Sender']
updated = ['DateTime', 'DateTime-TimeZone',
'Template-Toolkit', 'URI'] %]
--
cgit v1.2.1
From b89a3486d5abfa506b80c7efe4a2b3ba17afa53c Mon Sep 17 00:00:00 2001
From: David Lawrence
Date: Fri, 16 Feb 2018 11:38:33 -0500
Subject: Bug 1438593: Release notes for Bugzilla 5.0.4 r/a=dylan
---
template/en/default/pages/release-notes.html.tmpl | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
(limited to 'template')
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index a7e545bf1..b89e3a61d 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -43,6 +43,27 @@
Updates in this 5.0.x Release
+5.0.4
+
+This release fixes one security issue. See the
+ Security Advisory
+ for details.
+
+This release also contains the following [% terms.bug %] fixes:
+
+
+ - checksetup.pl would fail to update Chart storage during pre-3.6 to 5.0 upgrade.
+ ([% terms.Bug %] 1273846)
+ - editflagtypes.cgi would crash when classifications are enabled and
+ the user did not have global editcomponents privileges.
+ ([% terms.Bug %] 1310728)
+ - The File::Slurp would trigger warnings on perl 5.24.
+ ([% terms.Bug %] 1301887)
+ - 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)
+
+
5.0.3
This release fixes one security issue. See the
--
cgit v1.2.1