* Things fixed in emil-2.0.3

  - Changed definition of the mailer specification in emil(8).

  - Fixed bug in rfc1522 header decoding routines (did not
    always work).

  - Fixed case insensitive match of addresses in emil.cf.

  - Fixed bug in qp.c of quoting lines ending with white-space.
    
  - Added check for empty input in char conversion routines.

  - Added the needed sysexits in emil.h.

* Things fixed in emil-2.0.2

  - Fixed some mailtool problems.

  - Fixed bug in rfc1522.c that disabled conversion of headers
    on some systems.

  - Added -d debug flag if compiled with DEBUG defined.

  - Tuned handling of linefeeds.

  - Added headerlines in mailtool.c.

  - Added test scripts.

  - Fixed bug in out.c. Unix from lines got a colon appended.

  - Added -g flag to test matching group name of emil.cf.

  - Corrected template emil.cf.

  - Added a check in out.c to suppress quoting UNIX from header
    lines on failure.

  - Changed the Makefiles to accept passing CFLAGS and LDFLAGS
    on the command line with make. Plus some other details.

  - Changed string-match routines so that they (hopefully) will be 
    more portable.

* Things fixed in emil-2.0.1

  - In emil.man: Fixed incorrect information for connecting emil
    to sendmail.

  - In out.c: print_rheader(): Did not remove '>' before From 
    in header lines before sending message. Caused message to 
    be sent as a file and not as a message.

  - In header.c: add_header(): Made changed headerfields null
    terminated.

  - In rfc1522.c: h_tocharset(): Caused all headers to be 
    7bit converted.

  - In header.c: load_header(): Did not recognize TAB as
    start of folded header line.

  - In Makefile.in: Changed install to keep previously installed
    configuration file.

  - In mime.c: decode_mime(): Did not recognize any multipart
    content type.

  - In main.c: remove some erroneous assignments to char_fd.

  - In load.c: Zero all allocations and assert that is is room
    for a terminating zero byte.

  - In charset/strncnv.c: Changed declaration of char_fd to FILE *.


* Emil v2.0 is a complete rewrite of Emil v1.1.
