summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2007-05-13 14:41:48 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2007-05-13 14:41:48 +0000
commitc4bc02eac151da2e444ed4aabb874403f1af5583 (patch)
treed4b8a4ce1b202e1d318c6b4324e506111f2c2d29 /UPDATING
parent38d1ff05866a9903ee299a18c5216c2e89453949 (diff)
downloadsrc-test2-c4bc02eac151da2e444ed4aabb874403f1af5583.tar.gz
src-test2-c4bc02eac151da2e444ed4aabb874403f1af5583.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7373da6ef26f..6c58f6fabeb7 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,