diff options
author | Cy Schubert <cy@FreeBSD.org> | 2016-09-20 03:41:59 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2016-09-20 03:41:59 +0000 |
commit | 46c4da63c2d58cb1a9b4f7d0c8838870669c1623 (patch) | |
tree | fd50dadd0934f14b4f1f8aaed5cad9a55988077e /UPDATING | |
parent | 0272de7cf0c9d222be29356b3c5f20c31b206b54 (diff) |
net/vtun: Document the removal of the VTUN_EXTENDED_MODE build time
option and replacing it with the -e command line option.
Notes
Notes:
svn path=/head/; revision=422482
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ 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. +20160919: + AFFECTS: users of net/vtun + AUTHOR: cy@FreeBSD.org + + The VTUN_EXTENDED_MODE option has been replaced by -e command line + option. + 20160914: AFFECTS: users of www/nginx-devel AUTHOR: osa@FreeBSD.org |