>From 1c5204b4508e4d4da4c40ee31a0d58f72287a52c Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Tue, 25 Nov 2014 12:08:03 -0800
Subject: [PROPOSED PATCH 2/2] * NEWS: Document POSIX awk fixes.

---
 NEWS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 7559381..8b184c6 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,8 @@ Unreleased, experimental changes
     that tzset always has, by replacing invalid bytes with '_' and by
     shortening too-long abbreviations.
 
-    tzselect no longer mishandles POSIX TZ settings when GNU awk is used.
+    tzselect ports to POSIX awk implementations, and no longer
+    mishandles POSIX TZ settings when GNU awk is used.
     (Thanks to Stefan Kuhn.)
 
   Changes affecting build procedure
-- 
1.9.3

