aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-18 22:09:05 +0000
committerMario <mario@mariovavti.com>2024-03-18 22:09:05 +0000
commit651a3f838081bd61eb6f1988f21bf6924a5e21db (patch)
treed4d8b46bddda06c5f48c6d7dc494857e6e113231
parent40714ecdd0ab339bc433bd7fb94bfa85d8ef264f (diff)
downloadvolse-hubzilla-651a3f838081bd61eb6f1988f21bf6924a5e21db.tar.gz
volse-hubzilla-651a3f838081bd61eb6f1988f21bf6924a5e21db.tar.bz2
volse-hubzilla-651a3f838081bd61eb6f1988f21bf6924a5e21db.zip
docu
-rw-r--r--CHANGELOG2
-rw-r--r--install/INSTALL.txt6
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 464178f25..0bdd1a064 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -34,7 +34,7 @@ Hubzilla 9.0 (2024-??-??)
- Added CI job for MariaDB 10.6
- Store the original announce actor (the one that pushed the item into our stream first) in source_xchan instead of owner_xchan to preserve the original owner
- Added optional circle person avatar
- - Added min supported DB backends to administrator docs: MySql v >= 8.0.22, MariaDB v >= 10.4, PostgreSql v >= 12
+ - Added min supported DB backends to administrator docs: MySql v >= 8.0.22, MariaDB v >= 10.6, PostgreSql v >= 12
- Added CI job for MySql 8.0
- Improved validate_email()
- Implement fep-8b32 - object integrity proofs
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index e5b51e5f5..0d1f7d0ee 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -90,13 +90,13 @@ web server platforms.
exec() and proc_open().
- curl, gd (with at least jpeg and png support), mysqli, mbstring, xml,
- xmlreader (FreeBSD), zip and openssl extensions. The imagick extension MAY be used
- instead of gd, but is not required and MAY also be disabled via
+ xmlreader (FreeBSD), zip, openssl, iconv, intl, sodium, bcmath (or gmp) extensions.
+ The imagick extension MAY be used instead of gd, but is not required and MAY also be disabled via
configuration option.
- some form of email server or email gateway such that PHP mail() works.
- - Mysql 5.5.3 or later or MariaDB or postgres database server.
+ - MySql version >= 8.0.22 or MariaDB version >= 10.6 or PostgreSql version >= 12 database server
- ability to schedule jobs with cron.