summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-05-13 14:41:48 +0000
committerdeischen <deischen@FreeBSD.org>2007-05-13 14:41:48 +0000
commitc4002b69ba8375a5265702808c120fd34360ea50 (patch)
treed4b8a4ce1b202e1d318c6b4324e506111f2c2d29 /UPDATING
parent363415899c13d38b60f4a26caadcfa6fa9f5caca (diff)
downloadFreeBSD-src-c4002b69ba8375a5265702808c120fd34360ea50.zip
FreeBSD-src-c4002b69ba8375a5265702808c120fd34360ea50.tar.gz
Add some notes about symbol versioning and the switch to libthr.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7373da6..6c58f6f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,19 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20070513:
+ Symbol versioning is enabled by default. To disable it, use
+ option WITHOUT_SYMVER. It is not advisable to attempt to
+ disable symbol versioning once it is enabled; your installworld
+ will break because a symbol version-less libc will get installed
+ before the install tools. As a result, the old install tools,
+ which previously had symbol dependencies to FBSD_1.0, will fail
+ because the freshly installed libc will not have them.
+
+ The default threading library has been changed to libthr. If
+ you wish to have libpthread as your default, use option
+ DEFAULT_THREAD_LIB=libpthread for the buildworld.
+
20070423:
The ABI breakage in sendmail(8)'s libmilter has been repaired
so it is no longer necessary to recompile mail filters (aka,
OpenPOWER on IntegriCloud