Prepare release v2.5.5.

This commit is contained in:
Lefteris Chatzimparmpas 2013-06-08 11:25:04 +02:00
parent 38f5f428c4
commit ef03d60ba3
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
IMAPFilter 2.5.5 - 8 Jun 2013
- Work-around for some servers that send an unexpected APPEND response.
- The serial number of the certificates is taken into account, because some
servers send different certificates with the same subject and issuer.
- Details of the stored certificates are written to the certificates file, in
order to make it easier to distinguish each of them.
- Support for TLS versions 1.1 and 1.2 for secure connections.
IMAPFilter 2.5.4 - 9 Apr 2013
- Some server responses are now parsed less stricly.
- More detailed information is now printed when there's an error.

View File

@ -3,7 +3,7 @@
/* Program's version number. */
#define VERSION "2.5.4"
#define VERSION "2.5.5"
/* Program's copyright. */
#define COPYRIGHT "Copyright (c) 2001-2013 Eleftherios Chatzimparmpas"