mirror of
https://github.com/moparisthebest/imapfilter
synced 2024-12-21 23:28:49 -05:00
Prepare release v2.5.1.
This commit is contained in:
parent
7496761c25
commit
a4616e5ca5
5
NEWS
5
NEWS
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user