aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2017-04-12 15:51:13 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2017-04-12 15:51:13 +0000
commited84edccde8bff0e823df2474d73d7b9210f3f95 (patch)
treedbf9feb93fd6589867144dcdf07442c839b4e9ea /UPDATING
parentcd3a45672c21219dc64d413124fd81102c0039b6 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 35a1733fb16b..c992d0e2b83f 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.
+20170412:
+ AFFECTS: users of sysutils/ansible
+ AUTHOR: lifanov@FreeBSD.org
+
+ The default value for ansible_python_interpreter has been changed
+ to match the upstream /usr/bin/python. If managing FreeBSD systems,
+ adjust the hosts database to explicitly set a valid python interpreter:
+
+ [freebsd]
+ host1
+
+ [freebsd_vars]
+ ansible_python_interpreter=/usr/local/bin/python2.7
+
20170411:
AFFECTS: users of security/libressl
AUTHOR: brnrd@FreeBSD.org