diff options
author | mtm <mtm@FreeBSD.org> | 2004-10-07 05:45:39 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2004-10-07 05:45:39 +0000 |
commit | c95a2c6f6bf4e40d41002823be820a44ab459a90 (patch) | |
tree | 938216deed1d6656565e92b847ae9e6578a16ef1 /UPDATING | |
parent | e85209d12c9d48104ca3785a1e822f84c8f92e5d (diff) | |
download | FreeBSD-src-c95a2c6f6bf4e40d41002823be820a44ab459a90.zip FreeBSD-src-c95a2c6f6bf4e40d41002823be820a44ab459a90.tar.gz |
Note libthr ABI breakage.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -23,6 +23,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20041007: + One of the syscalls the 1:1 threading library libthr uses has + changed, thus breaking ABI compatibility. Make sure you rebuild + this library with the kernel. + 20041001: The following libraries had their version number bumped up: /lib/libm.so.2 -> libm.so.3 |