Prepare release v2.5.1.

This commit is contained in:
Lefteris Chatzimparmpas 2012-02-27 22:53:47 +01:00
parent 7496761c25
commit a4616e5ca5
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
IMAPFilter 2.5.1 - 27 Feb 2012
- Support for recovery of a session after a BYE response is received.
- Option to control in which cases a terminated session will be restored.
- Bug fix; a BYE response could sometimes get incorrectly ignored.
IMAPFilter 2.5 - 23 Feb 2012
- Support for recovery of a session when a network failure is encountered,
and other robustness improvements.

View File

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