File Release Notes and Changelog
Release Name: 4.5.0
Notes:
Download: http://www.courier-mta.org/download.php#imap
Changes:
* Log more fatal errors on stderr
* GnuTLS: add support for chained certs
* Completely empty MIME entities incorrectly match any SEARCH request.
* Some performance optimizations in header parsing
* Incorrect reference to POP3_STLS in po3pdserver.c - should be POP3_TLS.
Changes:
2009-05-09 Sam Varshavchik <mrsam@courier-mta.com>
* Documentation refresh.
2009-03-23 Fernando Gozalo <fgozalo@csi.uned.es>
* pop3dserver.c: s/POP3_STLS/POP3_TLS/, for correct logging.
2008-12-02 Sam Varshavchik <mrsam@courier-mta.com>
* imaprefs.c (dorefcreate): Clean up usage of rfc822_threadsearchmsg().
A malloc() failure wasn't checked correctly.
2008-10-11 Dmitry Osipov <ffar@mail.ru>
* rfc2045/rfc2045_fromfd.c: Optimize header parsing.
2008-09-20 Sam Varshavchik <mrsam@courier-mta.com>
* search.c: Empty MIME entities would always match any SEARCH. Reported
by Dmitry Osipov.
2008-09-18 Federico Cuello <fedux@lugmen.org.ar>
* tcpd/configure.in: --without-gnutls forces suppression of GnuTLS when
OpenSSL is not present.
2008-08-26 Alessandro Vesely <vesely@tana.it>
* tcpd/libcouriergnutls.c (tls_connect): Fix client certificate request
settings.
2008-08-24 Mr. Sam <mrsam@courier-mta.com>
* tcpd/libcouriergnutls.c (set_cert): Add support for certificates
signed by an intermediate CA.
2008-07-17 Mr. Sam <mrsam@courier-mta.com>
* imapwrite.c (write_error_exit): Dump fatal errors to stderr.