]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in NEWS
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 14 Jan 2017 11:07:41 +0000 (16:37 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 14 Jan 2017 11:07:41 +0000 (16:37 +0530)
The ip6-bytestring resolver corresponds to the RES_USEBSTRING flag and
not RES_NOIP6DOTINT.  Thank you Michael Kerrisk for noticing and
pointing it out.

ChangeLog
NEWS

index 52ad8d865009603e293aba8a781f73cac9f46d0f..d1b04bbcbd330002c28eb4b9ffeb51429fbbaf7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-14  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * NEWS: Fix typo.
+
 2016-01-13  Torvald Riegel  <triegel@redhat.com>
 
        * nptl/descr.h (ENQUEUE_MUTEX_BOTH, DEQUEUE_MUTEX): Add compiler
diff --git a/NEWS b/NEWS
index 12880faffa315eb752b1816595d164ade9a58b87..27841fd5485760220f061cd97cac36fb8d8fc195 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -139,7 +139,7 @@ Version 2.25
   “no-ip6-dotint” had already been the default, and support for the
   “ip6-dotint” option was removed from the Internet in 2006.
 
-* The "ip6-bytestring" resolver option and the corresponding RES_NOIP6DOTINT
+* The "ip6-bytestring" resolver option and the corresponding RES_USEBSTRING
   flag from <resolv.h> have been removed.  The option relied on a
   backwards-incompatible DNS extension which was never deployed on the
   Internet.