bump version and add release notes for 5.0.6

parent 3d061531
...@@ -200,7 +200,7 @@ use Memoize; ...@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS # CONSTANTS
# #
# Bugzilla version # 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 # 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. # as it will need to be updated to whatever the current release is.
......
...@@ -43,6 +43,10 @@ ...@@ -43,6 +43,10 @@
<h2 id="point">Updates in this 5.0.x Release</h2> <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> <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. <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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment