]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bump version and add release notes for 5.0.6 release-5.0.6
authorDylan William Hardison <dylan@hardison.net>
Sat, 9 Feb 2019 21:01:45 +0000 (16:01 -0500)
committerDylan William Hardison <dylan@hardison.net>
Sat, 9 Feb 2019 21:01:45 +0000 (16:01 -0500)
Bugzilla/Constants.pm
template/en/default/pages/release-notes.html.tmpl

index ca8787170715c27e71f9ca2c2a6dfe0f62fb42c3..a9a5e0eaac965250c562356d38e5f475560c7be1 100644 (file)
@@ -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.
index d1380b067d44fca3a0963eeb829582cbc514db08..fd6c9e00d9f2c49e67fa9f0e9479e5721f000870 100644 (file)
 
 <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.