summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-02-12 18:16:56 +0000
committerdim <dim@FreeBSD.org>2014-02-12 18:16:56 +0000
commit8394a072090ce7033ac2cf98b5b2cd40a84e66a3 (patch)
treebfd81276fa7a7674aa79cab61c2284c212347b59 /UPDATING
parent5c48f599e6cca1a5840b03ef326e580c002e997f (diff)
downloadFreeBSD-src-8394a072090ce7033ac2cf98b5b2cd40a84e66a3.zip
FreeBSD-src-8394a072090ce7033ac2cf98b5b2cd40a84e66a3.tar.gz
Add a note to UPDATING about the ABI compatibility fix done in r261801.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f29b94b..da22342 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20140212:
+ An ABI incompatibility crept into the libc++ 3.4 import in r261283.
+ This could cause certain C++ applications using shared libraries built
+ against the previous version of libc++ to crash. The incompatibility
+ has now been fixed, but any C++ applications or shared libraries built
+ between r261283 and r261801 should be recompiled.
+
20140128:
The libelf and libdwarf libraries have been updated to newer
versions from upstream. Shared library version numbers for
OpenPOWER on IntegriCloud