Update version to 03.01.01; document changes in WHATSNEW

This commit is contained in:
David F. Skoll
2007-08-22 15:31:17 -04:00
parent b40d5d7984
commit 95b0fc7480
3 changed files with 29 additions and 2 deletions

View File

@@ -1,5 +1,32 @@
CHANGES TO REMIND
* Version 3.1 Patch 1 - 23 August 2007
+ MAJOR ENHANCEMENTS
- Added the "nonomitted" function that solves a number of
moving-reminder-in-response-to-holiday problems. The real-world
problems solved are the "moving-garbage-day" problem and the
"six-day-school-cycle" problem.
+ MINOR ENHANCEMENTS
- A few minor performance improvements in response to profiling runs.
+ BUG FIXES
- Prevent compilation failure with gcc 2.95.
- Fix trailing "s" bug with -k option. This was fixed in Debian's release,
but the Debian maintainer never bothered to let me know.
- Removed obsolete scripts: kall, rem, remind-all.
- Made "-n" output always use "/" as date separator for consistency with
"-p" and "-s".
- Various man-page fixes.
* Version 3.1 Patch 0 - 14 August 2007
+ MAJOR ENHANCEMENTS

View File

@@ -1,7 +1,7 @@
# Makefile.in for REMIND
#
VERSION=03.01.00
VERSION=03.01.01
SHELL= /bin/sh
BETA = 1
srcdir=@srcdir@

View File

@@ -10,4 +10,4 @@
/* */
/***************************************************************/
#define VERSION "03.01.00"
#define VERSION "03.01.01"