* Things fixed in emil-2.0.4

  - Added the format "transparent" so that transparent delivery
    (no conversions at all) can be specified in emil.cf. See
    emil.cf for a short example.

  - Fixed bug that made qp encoding sometimes mess up the end
    of lines.

  - Changed %i to %d in all printf.

  - Made memory allocation a little more lean, also added free
    on unused data areas. This gives significantly less memory
    usage.

  - Added check on unchanged text on charset conversion.

  - Made emil handle arbitrary length of lines.

  - Added chmod's to installed files.
 
  - Added changes supplied by hagberg@mail.med.cornell.edu (Eric Hagberg)
    to make emil work under A/UX.

* 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.
