aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2011-03-19 21:13:47 +0800
committerale <ale@FreeBSD.org>2011-03-19 21:13:47 +0800
commitdd1f152da98dde00bc4f784ead96ba7b7f6ab220 (patch)
tree04570ed4cbf1308859a41475b6cd037ca27730ad /UPDATING
parentf50713d665b61364e26f9324cb0ac990f4466298 (diff)
downloadfreebsd-ports-gnome-dd1f152da98dde00bc4f784ead96ba7b7f6ab220.tar.gz
freebsd-ports-gnome-dd1f152da98dde00bc4f784ead96ba7b7f6ab220.tar.zst
freebsd-ports-gnome-dd1f152da98dde00bc4f784ead96ba7b7f6ab220.zip
Update MySQL to 5.5.10 release (shared library bumped).
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 79e75fc87489..19d39e9a72ad 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20110319:
+ AFFECTS: users of databases/mysql55-client
+ AUTHOR: ale@FreeBSD.org
+
+ The shared library version of the client library was increased to reflect
+ ABI changes, and avoid compatibility problems with the client library
+ in MySQL 5.1, so client programs that use the 5.5 client library should
+ be recompiled against the 5.5.10 client library.
+ This can be achieved with:
+
+ # portmaster -r mysql-client-5.5
+ or
+ # portupgrade -fr mysql-client-5.5
+
20110318:
AFFECTS: users of www/node and www/node-devel
AUTHOR: araujo@FreeBSD.org