* 970430:
  For the Beltane celebrations :-)
  Release of version 0.96

* 970430:
  TODO reality check

* 970312:
  Released version 0.95c (pre 0.96). This is a test release for public
  testing. It's expected to be replaced by 0.96 soon.

* 970312:
  Changed COPYING:
  Replace GPL 2 by a more permissive licence (BSD style).

* 970312:
  bsmtp.c.in:
  fseek(...,0,SEEK_END) after acquiring the lock.
  (suggestion from Christian von Roques <roques@pond.sub.org>)

* 970312:
  Makefile.in:
  Install fixup (create directories as needed)
  (suggestion from Brian Candler <B.Candler@pobox.com>)

* 970312:
  batcher.c.in, bsmtp.c.in:
  Locking changes:
  - Lockfile locking:
    Avoid endless loop when the queue directory isn't writable (but
    only in the C sources)
    (Noted by Brian Candler <B.Candler@pobox.com>)
  - flock():
    Bug detected and fixed (flock doesn't return errno codes :-) ).
    Trap unknown errno codes, too.
    (The latter is due to a suggestion by Christian von Roques
    <roques@pond.sub.org>)

* 970312:
  bsmtp.m4.8.8.in, batcher.c.in, batcher.in, config.in, Makefile.in:
  Support of sendmail 8.8.x (using the 8.7 mailer description)
  More configurability for the batcher (how to find out hostname,
  static hostname, what to append to hostnames without domain).
  (The latter is due to a suggestion from Brian Candler <B.Candler@pobox.com>)

* 970219:
  Release of Version 0.95b

* 970219:
  bsmtp.c.in: Bug fix (lock released a bit to early, opening a race).
    Don't explicitly release the lock, so it is released implicitly
    during fclose() *after* having flushed the stdio buffers.

* 961023:
  Release of Version 0.95a
  (Bug fixes, a contribution)

* 961023:
  Makefile.in: Bourne shell braindeadness detected -- fixed
    (Bourne shells treat || and && as of the same priority, which
     hosed my install target)
  Makefile.in: Installation glitch fixed (it installed bsmtp.m4 as
    bsmtp.m4.8.7 [or ...m4.8.6])
  batcher.c.in: There seem to be different understandings of
    setpgrp () around. BSD likes it with two parameters,
    Linux (and I suppose, most System V's) with none.
    They have setpgid() instead.
    => BSD considers setpgrp() obsolete altogether
    => changed to setpgid().
  configure: Also configure contrib/andyr/deliver.pl
  bsmtp.lsm: Got that from a ftp server. Changed to current version.
    Don't know, if the format is really correct.

* 961021:
  Release of Version 0.95
  (Fixes, new locking scheme, changes in the configuration scheme)

* 961021:
  bsmtp.c.in: Additional locking scheme (flock style)
              Requires the batcher written in C
              Fixed a few -Wall warnings
  batcher.c.in: New batcher in C, w/ optional flock locking style
  configure: Add comment feature for config.in
  config.in: Added comments, reordered a bit
  Makefile.in: Some changes for new locking scheme

* 960825:
  bsmtp.c.in: Changed exit codes to values from .../sendmail/src/sysexits.h
  configure: --redo added (dashes may be omitted, redo may be
             abbreviated). Reconfigures the package with old values

* 960708:
  Release of Version 0.94

* 960708:
  batcher.in: grep doesn't seem to understand -q everywhere. Fixed.

* 960626:
  Release of Version 0.93

* 960626:
  The mini-package bqueue (a program which lists the bsmtp queues)
  is now included here.

* 960626:
  Change in batcher.in: If the program hostname returns a hostname
  without domain, batcher appends ".UUCP".

* 960208:
  Release of Version 0.92 (adapted to sendmail 8.7)

* 960208:
  bsmtp.m4.in adapted for sendmail 8.7 - old file is still available
  (and installed, if the according option is set during configuration)

* 951206:
  Release of Version 0.91

* 951206:
  Added creation of shell archive into dist script

* 951206:
  Fixed a typo in transmitter.g-rgsmtp.in

* 951205:
  Release of Version 0.9, after a bit of testing in a small environment
  and some debugging.
