diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-19 14:09:52 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-19 14:11:44 -0400 |
commit | bc148ca1b1d9305b198e402c3c9c08ff80403d50 (patch) | |
tree | 7159a9886a20e77a669961372332c44e7ec90346 | |
parent | 2028f49dabb94bd56a85a7be16141bee4853aae6 (diff) | |
download | glibc-bc148ca1b1d9305b198e402c3c9c08ff80403d50.tar.gz glibc-bc148ca1b1d9305b198e402c3c9c08ff80403d50.tar.xz glibc-bc148ca1b1d9305b198e402c3c9c08ff80403d50.zip |
timezone: document new --disable-timezone-tools option
Reported-by: Joseph Myers <joseph@codesourcery.com>
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS index d7404f41a6..c189bada06 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,11 @@ Version 2.23 19050, 19059, 19071, 19074, 19076, 19077, 19078, 19079, 19085, 19086, 19088, 19094, 19095, 19124, 19125, 19129, 19134, 19137. +* There is now a --disable-timezone-tools configure option for disabling the + building and installing of the timezone related utilities (zic, zdump, and + tzselect). This is useful for people who build the timezone data and code + independent of the GNU C Library. + * The LD_POINTER_GUARD environment variable can no longer be used to disable the pointer guard feature. It is always enabled. |