summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-08-07 18:14:41 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-08-07 18:14:41 +0000
commite53daa1d6484f84ba0569bfe1e97fe09382ed399 (patch)
treeb0edd1406ee3c29276893c72883cb4d19ea41ff1 /UPDATING
parent9a282b3eb9721633bcc02925bad40fe1569f3fac (diff)
parenteef7327a689b9c748707e59dab3dc0c454b0f29e (diff)
downloadsrc-test2-e53daa1d6484f84ba0569bfe1e97fe09382ed399.tar.gz
src-test2-e53daa1d6484f84ba0569bfe1e97fe09382ed399.zip
Merge ^/head r363989 through r364034.
Notes
Notes: svn path=/projects/clang1100-import/; revision=364035
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3471020593f7..9e12bded35d5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -32,6 +32,12 @@ 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.
+20200807:
+ Makefile.inc has been updated to work around the issue documented in
+ 20200729. It was a case where the optimization of using symbolic links
+ to point to binaries created a situation where we'd run new binaries
+ with old libraries starting midway through the installworld process.
+
20200729:
r363679 has redefined some undefined behavior in regcomp(3); notably,
extraneous escapes of most ordinary characters will no longer be