Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2013 21:51:34 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r259277 - stable/10/release/doc/en_US.ISO8859-1/relnotes
Message-ID:  <201312122151.rBCLpY6E000705@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312122151.rBCLpY6E000705>