aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarko Myllynen <myllynen@redhat.com>2016-05-30 07:52:15 +0300
committerMike Frysinger <vapier@gentoo.org>2016-06-11 01:37:04 -0400
commit6a54bcda7a2a64e465992a9984785443fd594743 (patch)
tree367a918b9004147383e60a539ed6b95b50d3d300 /NEWS
parent686db256f640372df81242bf20d458f54e069f56 (diff)
downloadglibc-6a54bcda7a2a64e465992a9984785443fd594743.zip
glibc-6a54bcda7a2a64e465992a9984785443fd594743.tar.gz
glibc-6a54bcda7a2a64e465992a9984785443fd594743.tar.bz2
localedef: drop unused --old-style
The --old-style option for localedef is a no-op and has been for 16 years. Delete the code.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d6ac56..4334578 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,9 @@ Version 2.24
* The deprecated __malloc_initialize_hook variable has been removed from the
API.
+* The long unused --old-style flag has been removed. It hasn't done anything
+ in over 16 years. Scripts using this flag can safely drop it.
+
Security related changes:
* An unnecessary stack copy in _nss_dns_getnetbyname_r was removed. It