aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-05-26 16:47:02 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-05-26 16:47:02 +0000
commit1b85bc93327fe20e04dacd558e4b68b8e87cab40 (patch)
tree7229e877adf880a70b7dabb3af7fa6c66661b721 /CHANGES
parent95870264a95e112dd40286515a64b619d7529491 (diff)
downloadports-1b85bc93327fe20e04dacd558e4b68b8e87cab40.tar.gz
ports-1b85bc93327fe20e04dacd558e4b68b8e87cab40.zip
Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10 Differential Revision: https://reviews.freebsd.org/D2639 Reviewed by: sunpoet, mva
Notes
Notes: svn path=/head/; revision=387491
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 19442d133e9b..5c8a641921fe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20150526:
+AUTHOR: antoine@FreeBSD.org
+
+ PYTHON_REL has been switched from a 3 digits number to a 4 digits number to
+ handle python 2.7.10. Ports checking for python 2.7.9 should compare
+ PYTHON_REL against 2709 and ports checking for python 2.7.10 should compare
+ PYTHON_REL against 2710.
+
20150521:
AUTHOR: mat@FreeBSD.org