Re: [PATCH] NEWS: mention more recent developments
Florian Weimer <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <[email protected]> |
* Andreas K. Hüttel: > Signed-off-by: Andreas K. Hüttel <[email protected]> > --- > NEWS | 28 +++++++++++++++++++++++++--- > 1 file changed, 25 insertions(+), 3 deletions(-) > > diff --git a/NEWS b/NEWS > index ed83b27356..30637df766 100644 > --- a/NEWS > +++ b/NEWS > @@ -9,6 +9,9 @@ Version 2.44 > > Major new features: > > +* Support for reading system-wide tunables from /etc/tunables.conf has > + been added. Should we caution that tunable syntax and perhaps even the file name is not a stable interface? I think it's well-understood (at least among us developers) that the tunables are not ABI, but what about the file syntax and location? Thanks, Florian