summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-11-26 11:36:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-11-26 11:36:03 -0800
commit7552a09780799df15c1885127a3d9a3b0f274a92 (patch)
tree616088f4cf59a305675418f955329c7f77f81de7
parent276f85ddd2a9865af41908f2ea260cab97f14b69 (diff)
downloadtz-7552a09780799df15c1885127a3d9a3b0f274a92.tar.gz
* NEWS: Mention tzselect fix for POSIX TZ reporting.
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 254ccd9..1b50ba1 100644
--- a/NEWS
+++ b/NEWS
@@ -21,9 +21,9 @@ Unreleased, experimental changes
that tzset always has, by replacing invalid bytes with '_' and by
shortening too-long abbreviations.
- tzselect ports to POSIX awk implementations, and no longer
- mishandles POSIX TZ settings when GNU awk is used.
- (Thanks to Stefan Kuhn.)
+ tzselect ports to POSIX awk implementations, no longer mishandles
+ POSIX TZ settings when GNU awk is used, and reports POSIX TZ
+ settings to the user. (Thanks to Stefan Kuhn.)
Changes affecting build procedure