Prepare release v2.5.2.

This commit is contained in:
Lefteris Chatzimparmpas 2012-02-29 21:16:07 +01:00
parent 3690506986
commit a9ac2cf100
2 changed files with 6 additions and 1 deletions

5
NEWS
View File

@ -1,3 +1,8 @@
IMAPFilter 2.5.2 - 29 Feb 2012
- Persistent errors or connection failures are now ignored when running in
daemon mode, and a reconnection is attempted during the next loop iteration.
- Bug fix; problems with failure handling during login/logout.
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.

View File

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