aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e95e6e9d3a88..9f828c235e7e 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.
+20161014:
+ AFFECTS: users of lang/python3
+ AUTHOR: antoine@FreeBSD.org
+
+ The default version of python3 has changed from 3.4 to 3.5.
+ If you wish to stick with older version, add "python3=3.4" to your
+ DEFAULT_VERSIONS variable in /etc/make.conf. To upgrade:
+
+ If using portupgrade:
+ # portupgrade -o lang/python35 lang/python34
+
+ If using portmaster:
+ # portmaster -o lang/python35 lang/python34
+
20161011:
AFFECTS: Users of net-im/ejabberd
AUTHOR: ashish@FreeBSD.org