summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-10-23 18:07:07 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-10-23 18:07:07 +0000
commit817f3323c4ae6c5685c1bde18aeac92153ab3fd5 (patch)
tree47e4fd285018bf253ae3123264842b80717aed61 /UPDATING
parentcaa64dbe94775328829119d3737c0b4e2bbd543c (diff)
downloadFreeBSD-src-817f3323c4ae6c5685c1bde18aeac92153ab3fd5.zip
FreeBSD-src-817f3323c4ae6c5685c1bde18aeac92153ab3fd5.tar.gz
MFC r256450:
Rename libbsdyml to libyaml, make private, and bump SHLIB_MAJOR to 1.0 Approved by: bapt Approved by: re (glebius)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4802987..db0298e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,15 @@ from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+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
OpenPOWER on IntegriCloud