]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mention IFUNC enhancements to testsuite in NEWS.
authorDavid S. Miller <davem@davemloft.net>
Thu, 13 Dec 2012 20:40:06 +0000 (15:40 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Dec 2012 20:40:06 +0000 (15:40 -0500)
* NEWS: Mention IFUNC testsuite enhancements.

ChangeLog
NEWS

index 66bc6fbaa099d05697e649dd872cbaaa5506b9e5..7f65deb5052c692460d7c7723936f5246c5e80e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-12-13  David S. Miller  <davem@davemloft.net>
 
+       * NEWS: Mention IFUNC testsuite enhancements.
+
        * po/pl.po: Update from translation team.
        * po/bg.po: Likewise.
 
diff --git a/NEWS b/NEWS
index 439b3cd0259502f70a93530f31903dacb68bc248..bd66e75b0a306d3733ed912525cc3872fb79f179 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,10 @@ Version 2.17
 * Improved support for cross-compilation, including cross-testing and
   bootstrap builds without a previously built glibc.
 
+* Several testsuite tests are now able to test multiple IFUNC variants of an
+  interface, rather than just testing the one that would be choosen by
+  default.
+
 * New configure options --with-bugurl and --with-pkgversion, for
   distributors to use to embed their bug-reporting and package version
   information in --help and --version output.