Minimalist 2.2(2)		(March 5, 2001)

 . Added directive 'delay'. It defines pause between calls to sendmail and
    with 'maxrcpts' can be used for slow down process of generating
    messages.
 . Added directive 'from' - it is possible to set 'From:' header of
    outgoing mail to some predefined value.

Minimalist 2.2			(October 25, 2000)

 . Added support for external delivery of processed message. Check new
    directive 'delivery' in minimalist.conf-sample. Useful when using bulk
    mailers (for example ftp://cs.utk.edu/pub/moore/bulk_mailer/)
 . Added support for write-only subscribe. If user sends request with
    suffix '-writers' in list name, he will be able to send messages to
    list, but will receive nothing from list.

Minimalist 2.1(2)		(October 3, 2000)

 . Fixed security hole, which affects all versions of Minimalist - if
    spammer uses "|" at the end of From: header, he can write to list even
    if this list closed or he doesn't subscribed to it.
 . Fixed typo in code, which support authentication for subscribe and
    unsubscribe requests.
 . Added functionality to "domain" directive - it is possible to call
    external program (for determine domain name) by prepending "|" before
    program name.
 . Changed default admin's email - it is now postmaster@primary_domain (was
    root@primary_domain)
 . Removed "-w" key from Perl's command line.

Minimalist 2.1 (Patience)	(September 22, 2000)

 Changes from RC are minimal:

  . Added '-d <path_to_conf>' directive, which points to directory, where
     is main configuration file (minimalist.conf) located.
  . If domain doesn't contain a dot, Minimalist tries to use "domainname"
     command to add domain to hostname. It is useful for SunOS system.
  . Added "Precedence: list" header to message. It used by vacation and
     similar programs for identify mails from robots.
  . Added check for SysV-style "From " header in message. It is used (among
     with other methods) for preventing robot wars.

Minimalist 2.1RC (Barcelona)	(***************)
 
 There are couple of changes, which users should note:

 . License has changed from GPL to BSD. This license is more free for
    developers and the same, as GPL, for end users.
 . Directive 'auth valid' has changed to 'request valid'.
 . Directive 'trusted' removed - see description for new directive 'auth'
    below.
 . Logfile's format has changed.
 . Prior to version 2.0.2 Minimalist didn't adding header 'Sender:' if
    there wasn't this header in original message. In 2.0.2 this was changed
    to add it (see last item in the announce for 2.0.2 below) and now this
    feature completely removed as quite unuseful.
 . Administrator can write to the list even if he isn't member of the list.
 . Directive 'list' (it was aliased to 'who') removed.

 There are changes to authentication scheme for administrative requests. As
 said above, directive 'trusted' removed. New scheme is: there is global
 administrative password - it gives ability to make administrative requests
 and changes to all lists, hosted on particular server (directive
 'password' in global configuration file). For lists there is new directive
 'auth' - see minimalist.conf-sample for syntax.

 
Minimalist 2.0.2 (Banana) (November 6, 1999)

 . Added directive 'maxsize'. It limits maximum message size, including
    headers.
 . Added directive 'errors to'. All error messages from MTA can be dropped
    (default behaviour) or can be sent to administrator or sender of
    original message. See minimalist.conf-sample for further details.
 . Added some paranoid checks for revealing administrator's errors.
 . Slightly changed behaviour, when replying with authentication request:
    command 'auth' now appears in a subject of message, so user can just do
    Reply, without ugly cut-n-paste from body to subject.
 . If there isn't 'Sender' header in original message, Minimalist creates
    it in the final message and fills it with value from 'From' header.

Minimalist 2.0.1 (Black Sea) (August 22, 1999)

 . Fixed stupid error, which could cause incorrect message
    creation. Thanks to Jerome Mouton for pointing to this
    problem.

Minimalist 2.0 (Eclipse) (August 11, 1999)

 . Added code for authentication subscribe/unsubscribe requests.
 . Added support for blacklists
 . Added activity logging
 . Added locking files before writing (thanks to Carlo Strozzi for
    pointing to this problem)
 . Many of minor corrections/additions/code cleanups.

Minimalist 1.3.5-pl3 (June 29, 1999)

 . Fixed bug in headers handling. Thanks to Craig Lamparter for
   reporting it.

Minimalist 1.3.5-pl2 (June 7, 1999)

 . Fixed bug in headers handling. It appears in all versions of
    Minimalist.
 . Backported from 2.0-devel new command 'which' - get
    subscription list for specified user. See README for details.

Minimalist 1.3.5-pl1 (June 6, 1999)

 . Fixed error in handling archiving strategy
 . Fixed typo in minimalist.conf-sample
 . Some code cleanups

Minimalist 1.3.5 (May 29, 1999)

 This release made by Carlo Strozzi, big thanks for this great job.

 . Added archiving to pipe to external program (by C.Strozzi)
 . Improved code readability (by C.Strozzi)
 . English corrections (by C.Strozzi)

Minimalist 1.3.4 (April 30, 1999; tiny fixes May 4)

 . Minimalist now sends a couple of small mails instead of one big.
    Directive 'maxrcpts' controls this behaviour.
 . Trusted user's password don't save in archive.
 . Documentation changes
 . Some code cleanups

Minimalist 1.3.3 (March 17, 1999)

 . Subscribers don't want to receive rejects from remote mailers due
    to miscellaneous delivery failures, do it? They now will not
    receive rejects.
 . Changed behaviour of 'modify subject' directive. It is less aggressive
    by default. Value 'more' makes modification more deep. See
    minimalist.conf-sample for details.

Minimalist 1.3.2 (March 16, 1999)

 This is maintenance release, without new features, bug-fixes only. Big
 thanks to Patrick Bundi for lots of suggestions and extensive beta
 testing.

 . Fixed bug in handling headers, which was appear under rare
    circumstances. Thanks to Patrick Bundi for help in discovering this
    problem.
 . Fixed bug in handling macroses \a, \o, \d, \l. Thanks to Steven Filling
    for reporting this problem.
 . Some non-critical errors fixes.
 . Added short manual 'Virtual domains and Minimalist 1.3', written by
    Patrick Bundi.

Minimalist 1.3 (March 12, 1999)

 . Fixed bug in handling multiline headers. Thanks to Michael Rohleder for
    reporting it.
 . Improved security: trusted users must now supply password for privileged
    commands.
 . Improved support for virtual hosts:
   * all directives except 'directory' and 'admin' now may be used in
     private list's configs
   * directive 'reply-to list' now may contain full e-mail address
 . Added functionality to directive 'status' - status now can be mixed. See
    minimalist.conf-sample for details.
 . Added directive 'maxusers' for limiting subscribers per list.
 . Documentation changes

Minimalist 1.2 (March 02, 1999)

 . Added two new directives:
   * 'reply-to list'
   * 'modify subject'
 . Documentation changes

Minimalist 1.1 (January 28, 1999)

 . Added new directive 'copy to sender'
 . Some optimization
 . Some code cleanups

Minimalist 1.0

 . First public release
