diff options
author | ale <ale@FreeBSD.org> | 2011-03-19 21:13:47 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-03-19 21:13:47 +0800 |
commit | dd1f152da98dde00bc4f784ead96ba7b7f6ab220 (patch) | |
tree | 04570ed4cbf1308859a41475b6cd037ca27730ad /UPDATING | |
parent | f50713d665b61364e26f9324cb0ac990f4466298 (diff) | |
download | freebsd-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-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |