diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-26 16:47:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-26 16:47:02 +0000 |
commit | 1b85bc93327fe20e04dacd558e4b68b8e87cab40 (patch) | |
tree | 7229e877adf880a70b7dabb3af7fa6c66661b721 /CHANGES | |
parent | 95870264a95e112dd40286515a64b619d7529491 (diff) | |
download | ports-1b85bc93327fe20e04dacd558e4b68b8e87cab40.tar.gz ports-1b85bc93327fe20e04dacd558e4b68b8e87cab40.zip |
Notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |