aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2010-12-12 12:33:28 +0800
committerswills <swills@FreeBSD.org>2010-12-12 12:33:28 +0800
commitf1e2bc2fc0ebef6c53bb61f86ef689756cb57d31 (patch)
tree2b5e432c6e788a85920ec1581d89aa29ebcf8e12 /UPDATING
parentf0cca285a139271a73e84fd0560770c8c9362e27 (diff)
downloadfreebsd-ports-gnome-f1e2bc2fc0ebef6c53bb61f86ef689756cb57d31.tar.gz
freebsd-ports-gnome-f1e2bc2fc0ebef6c53bb61f86ef689756cb57d31.tar.zst
freebsd-ports-gnome-f1e2bc2fc0ebef6c53bb61f86ef689756cb57d31.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)
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