svn commit: r259277 - stable/10/release/doc/en_US.ISO8859-1/relnotes

Craig Rodrigues rodrigc at FreeBSD.org
Thu Dec 12 21:51:34 UTC 2013


Author: rodrigc
Date: Thu Dec 12 21:51:33 2013
New Revision: 259277
URL: http://svnweb.freebsd.org/changeset/base/259277

Log:
  MFC r259274
  
  Mention BIND removal in release notes.
  
  Submitted by: skreuzer

Modified:
  stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Thu Dec 12 20:47:18 2013	(r259276)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Thu Dec 12 21:51:33 2013	(r259277)
@@ -328,6 +328,13 @@
   <sect2 xml:id="userland">
     <title>Userland Changes</title>
 
+    <para role="merged">BIND has been replaced by &man.unbound.8; for
+      local dns resolution in the base system.  With this change, nslookup
+      and dig are no longer a part of the base system.  Users should
+      instead use &man.host.1; and &man.drill.1; Alternatively,
+      nslookup and dig can be obtained by installing the
+      dns/bind-tools port.</para>
+
     <para role="merged">The &man.adduser.8; utility now supports
       a <option>-M</option> option to set the mode of a new user's
       home directory.</para>


More information about the svn-src-all mailing list