aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2020-05-26 10:13:16 +0000
committerBernard Spil <brnrd@FreeBSD.org>2020-05-26 10:13:16 +0000
commitdf65d8043217685c16b9112475dedf415b5f9a50 (patch)
treec9d251768bd9206a400a30879876fcc41b77739d /UPDATING
parent312744bd9bf63494c38ae5e3c125a0c7b2d9d768 (diff)
downloadports-df65d8043217685c16b9112475dedf415b5f9a50.tar.gz
ports-df65d8043217685c16b9112475dedf415b5f9a50.zip
UPDATING: Notify users about changes in MariaDB 10.4 config
MFH: 2020Q2
Notes
Notes: svn path=/head/; revision=536604
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0d5651578073..99e2867db998 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,14 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20200526:
+ AFFECTS: users of databases/mariadb104-client, databases/mariadb104-server
+ AUTHOR: brnrd@FreeBSD.org
+
+ The ports now add sample configuration files to /usr/local/etc/mysql. You
+ must merge your client configation with the conf.d/client.cnf and your
+ server configuration with conf.d/server.cnf.
+
20200518:
AFFECTS: users of converters/libiconv
AUTHOR: zeising@FreeBSD.org