diff options
| author | Eric van Gyzen <vangyzen@FreeBSD.org> | 2020-05-28 22:05:33 +0000 |
|---|---|---|
| committer | Eric van Gyzen <vangyzen@FreeBSD.org> | 2020-05-28 22:05:33 +0000 |
| commit | 0d0f3cdf587b2a3d1249401bbb03a1d7d0ca4ba9 (patch) | |
| tree | 6a186eb93cf4b5f5ce8d7464e81ac4e5d49a86b5 | |
| parent | 824214da6434b1f0a361f6e8b94e7668db306beb (diff) | |
Notes
| -rw-r--r-- | UPDATING | 4 |
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, |
