CHANGES in BeroList
===================
v0.1.0
------
Misc   - Initial (beta) release

v0.1.1
------
Bugfix - 0.1.0 allocated too less memory for some strings.
Bugfix - Welcome messages may now have a ':' in the first line
New    - Now adds information to mailer-daemon error messages
Change - Moved some code from main() to sub-routines

v1.0.0
------
Bugfix - 0.1.1 still allocated too less memory for some strings. :)
Bugfix - Welcome files may now be longer than 1 kB
Bugfix - In previous releases, an e-mail address had to be specified
         in the same form the user's mailer sends it.
Bugfix - If sender was set to the listname, wrong addresses in the members
         list caused mail loops.
Bugfix - Removed a derelict line from the README file.
New    - Every list can have its own logfile. (Makes it much easier for
         systems with lists operated by different people...)
Change - Changed the format of logfiles. Looks better now. :)
New    - If HOST is not defined in the header file, BeroList automatically
         detects the hostname.
Change - Added some more comments to the program code to make it easier
         to understand.
Change - Users may now subscribe using the subject 'subscribe email@host'
         if email@host is the own address
New    - New .config option: sender=list
Opt    - Some code optimizations
Misc   - First non-beta release

v1.0.1
------
Change - Now includes the sender's original address in a message
         (if sender != original)
Change - Now includes the mailing list address in a message
         (if sender != list)
Bugfix - Removed a wrong comment from list.h
Bugfix - Now works on systems that won't permit strcasecmp(x,NULL)

v1.0.2
------
Bugfix - Fixed a bug that prevented messages without a subject from
         being sent.

v1.0.3
------
Bugfix - Fixed a bug mistaking "reply-to:" for "to:"
New    - Added a way for non-root users to create lists in the documentation

v1.0.4
------
Change - List filenames now have to be lowercase, to make the list program
         case insensitive.
Bugfix - Finally fixed the "signal 13" bug - it occured when the "To:" field
         didn't contain an @ sign.
New    - "make 586" option in Makefile.

v2.0.0
------
New    - Implemented a new way of sending messages, which doesn't require
         an external mailer and is significantly faster, especially for
         large messages.
Change - changed Makefile to generate smaller code. Also made the Makefile
         more portable.
Bugfix - fixed a bug that let users subscribe to newusers=no lists
New    - Added the file PROBLEMS which describes the most common problems
         and their solutions.
Change - Prevented users from subscribing to the same list several times
