Add an UPDATING entry for r360964

Reported by:	rpokala
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Eric van Gyzen 2020-05-28 22:05:33 +00:00
parent 824214da64
commit 0d0f3cdf58
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361606

View File

@ -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,