1Version 1.6 - 09 February 2002
2	Fixes a bug in the spelling of February in the time parsing
3	code.
4
5	Added support for c-style string escapes to the custom format
6	parsing code. Also, removed the implicit carriage return before
7	the printing of custom codes. This allows delay to integrate
8	with programs like osd_cat, using a command line like:
9
10	./delay -c '%02h:%02m:%02s\n' 1h | osd_cat
11
12Version 1.5 - 19 August 2001
13	This version fixes a bug in getopt., and removes support for
14	building debian packages and rpms. (Those are best done by the
15	various distro maintainers, anyway.)
16
17Version 1.4 - 30 December 1999
18	This version adds support for big ugly curses numbers. This
19	support can be enabled using the '-C' option.
20
21Version 1.3 - 29 June 1999
22	This version allows delay to take a command on the command
23	line which specifies a program to run when the countdown
24	is complete. (This way, people no longer have to use a
25	construct like "delay 1m; command" which runs the command
26	if delay is interrupted.)
27
28Version 1.2a - 2 March 1999
29	This version fixes support for Solaris, which was broken in
30	the BSD fixes.
31
32Version 1.2 - 1 March 1999
33	This version adds sleep-compatability and fractional-second
34	delaying, and is the first public release with the FreeBsd
35	patches.
36
37Version 1.1b - 24 February 1999
38	This includes a minor rewrite in the gmt code, so that it works
39	with FreeBsd. And this time it actually works!
40
41Version 1.1a - 23 February 1999
42	This includes a minor rewrite in the gmt code, so that it works
43	with FreeBsd.
44
45Version 1.1 - 31 January 1999
46	This release adds support for a "delay until" feature, the ability
47	to ring a bell when time runs out, and a changed default format
48
49Version 1.0 - 26 January 1999
50	Initial release.
51
52