diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-10-14 18:31:15 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-10-14 18:31:15 +0000 |
commit | ae7fa1acd1316044df859e20bad035b5d6583874 (patch) | |
tree | 3698b019f785a221127f30af9ea27b156fed6f67 /UPDATING | |
parent | 7a70d69a08a5f4ff9895f70f638ff44cf2b4c81a (diff) | |
download | FreeBSD-src-ae7fa1acd1316044df859e20bad035b5d6583874.zip FreeBSD-src-ae7fa1acd1316044df859e20bad035b5d6583874.tar.gz |
Rename libbsdyml to libyaml, make private, and bump
SHLIB_MAJOR to 1.0
Suggested by: des
Approved by: bapt
MFC after: 1 week
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -31,6 +31,15 @@ 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".) +20131014: + libbsdyml has been renamed to libyaml and moved to /usr/lib/private. + This will break ports-mgmt/pkg. Rebuild the port, or upgrade to pkg + 1.1.4_8 and verify bsdyml not linked in, before running "make + delete-old-libs": + # make -C /usr/ports/ports-mgmt/pkg build deinstall install clean + or + # pkg install pkg; ldd /usr/local/sbin/pkg | grep bsdyml + 20131010: The rc.d/jail script has been updated to support jail(8) configuration file. The "jail_<jname>_*" rc.conf(5) variables |