summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEric van Gyzen <vangyzen@FreeBSD.org>2020-05-28 22:05:33 +0000
committerEric van Gyzen <vangyzen@FreeBSD.org>2020-05-28 22:05:33 +0000
commit0d0f3cdf587b2a3d1249401bbb03a1d7d0ca4ba9 (patch)
tree6a186eb93cf4b5f5ce8d7464e81ac4e5d49a86b5 /UPDATING
parent824214da6434b1f0a361f6e8b94e7668db306beb (diff)
downloadsrc-test-0d0f3cdf587b2a3d1249401bbb03a1d7d0ca4ba9.tar.gz
src-test-0d0f3cdf587b2a3d1249401bbb03a1d7d0ca4ba9.zip
Add an UPDATING entry for r360964
Reported by: rpokala Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=361606
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d2bee7f40492a..6d9e2578fb19f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -32,6 +32,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
information about prerequisites and upgrading, if you are not already
using clang 3.5.0 or higher.
+20200512:
+ Support for obsolete compilers has been removed from the build system.
+ Clang 6 and GCC 6.4 are the minimum supported versions.
+
20200424:
closefrom(2) has been moved under COMPAT12, and replaced in libc with a
stub that calls close_range(2). If using a custom kernel configuration,