>From 7552a09780799df15c1885127a3d9a3b0f274a92 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed, 26 Nov 2014 11:36:03 -0800
Subject: [PROPOSED PATCH 2/2] * NEWS: Mention tzselect fix for POSIX TZ
 reporting.

---
 NEWS | 6 +++---
 1 file 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
 
-- 
1.9.3

