]> sourceware.org Git - glibc.git/commitdiff
Add NEWS item for tunables
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 31 Dec 2016 18:12:48 +0000 (23:42 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 31 Dec 2016 18:19:24 +0000 (23:49 +0530)
NEWS

diff --git a/NEWS b/NEWS
index 994ff5940d6615756d3b2f2e4f528d56d0b7ea7d..7ebce44ca1396c5037f705c3256316e20a7958ce 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -184,6 +184,11 @@ Version 2.25
   printers show various pthread variables in human-readable form when read
   using the 'print' or 'display' commands in gdb.
 
+* Tunables feature added to allow tweaking of the runtime for an application
+  program.  This feature can be enabled with the '--enable-tunables' configure
+  flag.  The GNU C Library manual has details on usage and README.tunables has
+  instructions on adding new tunables to the library.
+
 Security related changes:
 
   On ARM EABI (32-bit), generating a backtrace for execution contexts which
This page took 0.044786 seconds and 5 git commands to generate.