aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2015-02-04 13:45:13 +0000
committerAlex Dupre <ale@FreeBSD.org>2015-02-04 13:45:13 +0000
commit96a0c9b12b05af5e9630b9b8b8cb405887a5fa38 (patch)
tree467613ef4fb4444a2a9410e1149fb263d0ba98ce /UPDATING
parent1a909a09cf16e8470be3a6059ebd769aea7bee73 (diff)
downloadports-96a0c9b12b05af5e9630b9b8b8cb405887a5fa38.tar.gz
ports-96a0c9b12b05af5e9630b9b8b8cb405887a5fa38.zip
Switch default MySQL version to 5.6.
PR: 195604 Approved by: portmgr
Notes
Notes: svn path=/head/; revision=378400
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e427522c5dbc..499220eb5342 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,28 @@ 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.
+20150204:
+ AFFECTS: users of databases/mysql55-(server|client)
+ AUTHOR: ale@FreeBSD.org
+
+ The default MySQL version has been updated from 5.5 to 5.6.
+
+ If you compile your own ports you may keep 5.5 as the default version by
+ adding the following lines to your /etc/make.conf file:
+
+ #
+ # Keep MySQL 5.5 as default version
+ #
+ DEFAULT_VERSIONS+=mysql= 5.5
+
+ If you wish to update to the new default version, you need to first stop any
+ running server instance. Then, you will need to follow these steps, depending
+ on intalled packages.
+
+ # pkg set -o databases/mysql55-client:databases/mysql56-client
+ # pkg set -o databases/mysql55-server:databases/mysql56-server
+ # pkg upgrade
+
20150118:
AFFECTS: users of www/thttpd
AUTHOR: danfe@FreeBSD.org