Update WHATSNEW and prep for 06.01.00 release.

This commit is contained in:
Dianne Skoll
2025-09-08 12:27:27 -04:00
parent 928f65ae47
commit 3d8bd47be0

View File

@@ -1,11 +1,17 @@
CHANGES TO REMIND
* VERSION 6.1 Patch 0 - 2025-??-??
* VERSION 6.1 Patch 0 - 2025-09-08
- MAJOR NEW FEATURE: remind: The TZ keyword lets you specify a time
zone for a REM command. All trigger calculations are performed in
the named time zone.
- DOCUMENTATION: Update README.md to document prerequisites for readline
support.
- DOCUMENTATION: remind.1: Document system variables such as $T that can
have multiple types.
- BUG FIX: remind: If Remind was run interactively ("remind -c -" with
readline support enabled) it would not properly cache the input
file, but would keep asking for interactive input. This has been