diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-03-19 13:13:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-03-19 13:13:47 +0000 |
commit | 1835bd6a5d44db05fcf261521b0f4f80aa018d63 (patch) | |
tree | eb6e0c99a6d2f80826ab23194d24101fe798cce8 /UPDATING | |
parent | 1b921f37791c2841ed1c1155f8adcc45b3eeda14 (diff) |
Update MySQL to 5.5.10 release (shared library bumped).
Notes
Notes:
svn path=/head/; revision=271308
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 |