aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2013-09-05 00:52:16 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2013-09-05 00:52:16 +0000
commit4877522e76584e83f36cf92a6294c91c049d0236 (patch)
tree0b01e169b904d731be53390e088d81929a48b698 /UPDATING
parent04ba6e5086d7cafad0244ee4fbad7c8e2129a869 (diff)
downloadsrc-4877522e76584e83f36cf92a6294c91c049d0236.tar.gz
src-4877522e76584e83f36cf92a6294c91c049d0236.zip
Advise a full buildworld, because of the recent Capsicum changes.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=255225
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 8 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index aafbcf8d8f74..104422526083 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20130905:
+ The API and ABI related to the Capsicum framework was modified
+ in backward incompatible way. The userland libraries and programs
+ have to be recompiled to work with the new kernel. This includes the
+ following libraries and programs, but the whole buildworld is
+ advised: libc, libprocstat, dhclient, tcpdump, hastd, hastctl,
+ kdump, procstat, rwho, rwhod, uniq.
+
20130827:
Thomas Dickey (vendor author thereof) reports that dialog(1) since
2011/10/18 has a bug in handling --hline. Testers and I noticed the