aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 1510286e9a17..0029f7ec9e01 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+20101211:
+ AFFECTS: users of databases/mysql-proxy
+ AUTHOR: Florian Smeets <flo@smeets.im>
+
+ The parameters --admin-username and --admin-password are mandatory now.
+ Add something like the following to rc.conf
+
+ mysql_proxy_args="--admin-username admin --admin-password somepassword"
+
20101210:
AFFECTS: users of multimedia/avidemux2
AUTHOR: nox@FreeBSD.org