aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-10-14 19:50:00 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-10-14 19:50:00 +0000
commit7fca73cfefd653cbd9de6188f2d203c1027830c6 (patch)
treedd2319c6695940f52d2fc48d290041ec5eaec443 /UPDATING
parentdfdf66728e6f52ceb48cd43f49a9bdcdc58bbbfa (diff)
downloadports-7fca73cfefd653cbd9de6188f2d203c1027830c6.tar.gz
ports-7fca73cfefd653cbd9de6188f2d203c1027830c6.zip
Change the default version of python3 from 3.4 to 3.5
Thanks to Ruslan Makhmatkhanov for doing all the fixes PR: 204519 With hat: portmgr
Notes
Notes: svn path=/head/; revision=423986
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