diff options
author | David S. Miller <davem@davemloft.net> | 2012-12-13 15:40:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-13 15:40:06 -0500 |
commit | 85429b1a8f40b5c9175802957fb7217310988104 (patch) | |
tree | 64cc1459fcdcd883ff48f271a7ff3efe3282e967 | |
parent | d283e35378c41d6c9dea166991426625132544dd (diff) | |
download | glibc-85429b1a8f40b5c9175802957fb7217310988104.tar glibc-85429b1a8f40b5c9175802957fb7217310988104.tar.gz glibc-85429b1a8f40b5c9175802957fb7217310988104.tar.bz2 glibc-85429b1a8f40b5c9175802957fb7217310988104.zip |
Mention IFUNC enhancements to testsuite in NEWS.
* NEWS: Mention IFUNC testsuite enhancements.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -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. @@ -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. |