From e59bafbe0d6bade76b620f58eb91eab0409bb198 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sat, 9 Feb 2019 16:01:45 -0500 Subject: [PATCH] bump version and add release notes for 5.0.6 --- Bugzilla/Constants.pm | 2 +- template/en/default/pages/release-notes.html.tmpl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index ca87871707..a9a5e0eaac 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 d1380b067d..fd6c9e00d9 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -43,6 +43,10 @@

Updates in this 5.0.x Release

+

5.0.6

+

This release contains a schema change to the flagtypes table, allowing for many more flagtypes.

. +

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.

+

5.0.5

This release reformats the code according to the same conventions as the popular Mojolicious product and includes a .perltidyrc to do the same. -- 2.47.3