diff options
author | Dylan William Hardison <dylan@hardison.net> | 2019-01-30 20:38:37 -0500 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2019-01-30 20:38:37 -0500 |
commit | 62bb8a5941cc69f8b994b591e8595d9585189749 (patch) | |
tree | 0d5d87844541a6b564efcd2929374b23c4b1f005 | |
parent | Bug 981487 - change bugs_fulltext from myisam to innodb (diff) | |
download | bugzilla-62bb8a5941cc69f8b994b591e8595d9585189749.tar.gz bugzilla-62bb8a5941cc69f8b994b591e8595d9585189749.tar.bz2 bugzilla-62bb8a5941cc69f8b994b591e8595d9585189749.zip |
update release notesrelease-5.0.5
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 9 |
1 files changed, 9 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..d1380b067 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -43,6 +43,15 @@ <h2 id="point">Updates in this 5.0.x Release</h2> +<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 |