aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2010-12-12 04:33:28 +0000
committerSteve Wills <swills@FreeBSD.org>2010-12-12 04:33:28 +0000
commit17bb8b877042ec6c07914c72aac9bc9bfb958a17 (patch)
tree4c10f2e8f5b98c85365279f93b0b0de1e51bb653 /UPDATING
parentc4938d8e9a81af40d8345f9a68e299e1de9aa036 (diff)
downloadports-17bb8b877042ec6c07914c72aac9bc9bfb958a17.tar.gz
ports-17bb8b877042ec6c07914c72aac9bc9bfb958a17.zip
- Update to 0.8.1 [1]
- Rename rc script - Add path to mysql_config PR: ports/152368 [1] Submitted by: Florian Smeets <flo at smeets.im> [1] Approved by: pgollucci (mentor)
Notes
Notes: svn path=/head/; revision=266105
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