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(+)
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
From 128fe6cd6b8139e496c3be50bb70d1df933ef6ca Mon Sep 17 00:00:00 2001
From: David Lawrence
Date: Fri, 16 Feb 2018 11:39:07 -0500
Subject: Bumped version to 5.0.4
---
Bugzilla/Constants.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 479212686..b4d22f8bf 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.3+";
+use constant BUGZILLA_VERSION => "5.0.4";
# A base link to the current REST Documentation. We place it here
# as it will need to be updated to whatever the current release is.
--
cgit v1.2.1
From 37784703eba80cb61d1734a11e09b62fa0eaeae9 Mon Sep 17 00:00:00 2001
From: David Lawrence
Date: Fri, 16 Feb 2018 14:24:54 -0500
Subject: Bumped versions post-release
---
Bugzilla/Constants.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index b4d22f8bf..edaa8baa5 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.4";
+use constant BUGZILLA_VERSION => "5.0.4+";
# A base link to the current REST Documentation. We place it here
# as it will need to be updated to whatever the current release is.
--
cgit v1.2.1