diff options
| author | Warner Losh <imp@FreeBSD.org> | 2020-08-07 16:26:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2020-08-07 16:26:56 +0000 |
| commit | 33176cdc87a6c7d2993b4e6b95e9ce8b016454b4 (patch) | |
| tree | c4b9f2f7c4519cdc515542695b5ffc0b2e800aa0 /UPDATING | |
| parent | 1f325602e470231d230d79526e98c4000403ca41 (diff) | |
Notes
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +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 |
