[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.3-113-g8808e38d7c
? sunnavy
sunnavy at bestpractical.com
Fri Dec 14 15:12:29 EST 2018
The branch, 4.4-trunk has been updated
via 8808e38d7c0c3acf1790826df6cd3991c3c39b49 (commit)
via 9c60d4393f7b144b47f5daa40f652941da318416 (commit)
from 17a2acaafc7c747cd301d4ab944721a16f246c4f (commit)
Summary of changes:
README | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 9c60d4393f7b144b47f5daa40f652941da318416
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Dec 14 12:01:54 2018 -0500
Update database version notes
New versions of MySQL (version 8) and MariaDB (10.2, 10.3)
have introduced incompatible changes such that the "or later"
language is no longer true for this version of RT.
Pg and Oracle versions are also bumped to catch up the EOL
diff --git a/README b/README
index dbbb3c47bc..9a4d93be16 100644
--- a/README
+++ b/README
@@ -20,10 +20,10 @@ o Perl 5.10.1 or later (http://www.perl.org).
o A supported SQL database
- Currently supported: MySQL 5.1 or later with InnoDB support.
- MariaDB 10.0 or later with InnoDB support.
- Postgres 8.4 or later; 9.0 or later suggested
- Oracle 9iR2 or later.
+ Currently supported: MySQL 5.1 - 5.7 with InnoDB support
+ MariaDB 10.0 - 10.1 with InnoDB support
+ Postgres 9.0 or later
+ Oracle 11g or later
SQLite 3.0 or later; for testing only, no
upgrade path guaranteed
commit 8808e38d7c0c3acf1790826df6cd3991c3c39b49
Merge: 17a2acaafc 9c60d4393f
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Dec 15 04:11:27 2018 +0800
Merge branch '4.4/update-readme-db-info' into 4.4-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list