aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2011-03-19 13:13:47 +0000
committerAlex Dupre <ale@FreeBSD.org>2011-03-19 13:13:47 +0000
commit1835bd6a5d44db05fcf261521b0f4f80aa018d63 (patch)
treeeb6e0c99a6d2f80826ab23194d24101fe798cce8 /UPDATING
parent1b921f37791c2841ed1c1155f8adcc45b3eeda14 (diff)
downloadports-1835bd6a5d44db05fcf261521b0f4f80aa018d63.tar.gz
ports-1835bd6a5d44db05fcf261521b0f4f80aa018d63.zip
Update MySQL to 5.5.10 release (shared library bumped).
Notes
Notes: svn path=/head/; revision=271308
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