From 1a6f37dc86f0a951a8da0555b03abb62e833d045 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Sun, 14 Jun 2020 06:28:38 +0200 Subject: [PATCH] NEWS: update repo URI --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6ae407ba9..fca178f43 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ This documents significant changes in the 93u+m branch of AT&T ksh93. -For full details, see the git log at: - https://github.com/modernish/ksh +For full details, see the git log at: https://github.com/ksh93/ksh Any uppercase BUG_* names are modernish shell bug IDs. 2020-06-13: + - Fixed a timezone name determination bug on FreeBSD that caused the output from `LC_ALL=C printf '%T' now` to print the wrong time zone name.