From 325fceab3b4ffa871777bacc420e0e8efcb0afb9 Mon Sep 17 00:00:00 2001 From: dana Date: Sat, 5 Jan 2019 00:03:07 -0600 Subject: unposted: Update for 5.6.2-test-3 --- ChangeLog | 4 ++++ Config/version.mk | 4 ++-- NEWS | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 138336e59..df09afd95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-01-05 dana + + * unposted: Config/version.mk, NEWS: Update for 5.6.2-test-3 + 2018-01-04 dana * 43974: Completion/Unix/Command/_git: Always offer -F/-m for diff --git a/Config/version.mk b/Config/version.mk index 099b9bb58..8d59d6dc4 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=5.6.2-test-2 -VERSION_DATE='December 19, 2018' +VERSION=5.6.2-test-3 +VERSION_DATE='January 5, 2019' diff --git a/NEWS b/NEWS index fd8ff2837..650f26b15 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ highlighting. On 88 and 256 colour terminals, a new zsh/nearcolor module allows colours specified with hex triplets to be matched against the nearest available colour. +The zsh/datetime module's strftime builtin now accepts an argument +specifying the nanoseconds time component; both arguments can be omitted +to use the current time. + Changes from 5.6.1 to 5.6.2 --------------------------- -- cgit 1.4.1