diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-01-27 13:12:36 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-01-27 13:13:19 -0800 |
commit | c1ddf99fe3ca365adabae0b64f2b1eb9cd95e77c (patch) | |
tree | 8bd404f3de72b7275d531997a130a971db52f8e8 /template/en | |
parent | Merge commit '7f3a749d7bd78a3e4aee163f562d7e95b0954b44' into bugstest (diff) | |
parent | bump version and add release notes for 5.0.6 (diff) | |
download | bugzilla-c1ddf99fe3ca365adabae0b64f2b1eb9cd95e77c.tar.gz bugzilla-c1ddf99fe3ca365adabae0b64f2b1eb9cd95e77c.tar.bz2 bugzilla-c1ddf99fe3ca365adabae0b64f2b1eb9cd95e77c.zip |
Merge tag 'release-5.0.6' into bugstest
Merge upstream 5.0.6 release, now without conflicts after the
problematic code reformatting change.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index b89e3a61d..fd6c9e00d 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -43,6 +43,19 @@ <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. +You may use whatever coding style you want, but all files commited to the repo must be reformatted according to those rules.</p> + +<p>Additionally, we no longer follow the same release process as before. Releases will be more frequent.</p> + +<p>As it is now 2019, the bugs_fulltext table is now InnoDB instead of MyISAM. This may cause upgrade headaches.</p> + <h3>5.0.4</h3> <p>This release fixes one security issue. See the |