aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2019-02-09 16:01:45 -0500
committerDylan William Hardison <dylan@hardison.net>2019-02-09 16:01:45 -0500
commite59bafbe0d6bade76b620f58eb91eab0409bb198 (patch)
treefd6eb42935ae5367ffdede4f2e025edaa84188b4
parentBug 1526703 - Increase the size of the flagtype id column (diff)
downloadbugzilla-e59bafbe0d6bade76b620f58eb91eab0409bb198.tar.gz
bugzilla-e59bafbe0d6bade76b620f58eb91eab0409bb198.tar.bz2
bugzilla-e59bafbe0d6bade76b620f58eb91eab0409bb198.zip
bump version and add release notes for 5.0.6release-5.0.6
-rw-r--r--Bugzilla/Constants.pm2
-rw-r--r--template/en/default/pages/release-notes.html.tmpl4
2 files changed, 5 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index ca8787170..a9a5e0eaa 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.6";
# 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.
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index d1380b067..fd6c9e00d 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -43,6 +43,10 @@
<h2 id="point">Updates in this 5.0.x Release</h2>
+<h3>5.0.6</h3>
+<p>This release contains a schema change to the flagtypes table, allowing for many more flagtypes.</p>.
+<p>The flagtypes table should have been using a mediumint for several releases, but due to a bug in the schema migration code this never happened.</p>
+
<h3>5.0.5</h3>
<p>This release reformats the code according to the same conventions as the popular Mojolicious product and includes a <code>.perltidyrc</code> to do the same.