diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-11 14:33:32 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-11 14:33:32 -0400 |
commit | b7a9b7b05b6c5b4da16975065e37d6e0b8401a6c (patch) | |
tree | 2b9a2ab136dbcd17b47be2273ba18dbda442a53f | |
parent | 31d0a4fa646db8b8c97ce24e0ec0a7b73de4fca1 (diff) | |
download | glibc-b7a9b7b05b6c5b4da16975065e37d6e0b8401a6c.zip glibc-b7a9b7b05b6c5b4da16975065e37d6e0b8401a6c.tar.gz glibc-b7a9b7b05b6c5b4da16975065e37d6e0b8401a6c.tar.bz2 |
NEWS: clarify localedef --old-style update
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -36,8 +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. +* The long unused localedef --old-style option has been removed. It hasn't + done anything in over 16 years. Scripts using this option can safely + drop it. Security related changes: |