From e66c58926f5305b9e0f93dd7c55bea415e02a27f Mon Sep 17 00:00:00 2001 From: Lefteris Chatzimparmpas Date: Thu, 23 Feb 2012 19:18:59 +0100 Subject: [PATCH] Prepare release v2.5. --- NEWS | 18 ++++++++++++++++++ src/version.h | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c488c42..9bb3cba 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +IMAPFilter 2.5 - 23 Feb 2012 + - Support for recovery of a session when a network failure is encountered, + and other robustness improvements. + - Informational messages are printed also for the fetch and append methods. + - Lua 5.2 compatibility, while the codebase can still be compiled with + version 5.1. + - The OpenSSL library is now a mandatory build requirement. + - Bug fix; unrecoverable login failures did not result in aborting of the + execution of the configuration. + - Bug fix; when messages were appended to a mailbox that did not exist, it + failed to create the mailbox and then retry the appending. + - Bug fix; misleading errors were printed on some SSL failures. + - Bug fix; protected call of the commands to execute in the daemon function + could hide important failures. + - Bug fix; the man page had an incorrect description of the -d option. + * Support for the old deprecated 1.x configuration format has been removed, + and the current 2.x format can only be executed from now on. + IMAPFilter 2.4.2 - 19 Jan 2012 - Bug fix; some ASCII characters in mailbox names were incorrectly converted to UTF-7. diff --git a/src/version.h b/src/version.h index c33c8cf..e196bc8 100644 --- a/src/version.h +++ b/src/version.h @@ -3,7 +3,7 @@ /* Program's version number. */ -#define VERSION "2.4.2" +#define VERSION "2.5" /* Program's copyright. */ #define COPYRIGHT "Copyright (c) 2001-2012 Eleftherios Chatzimparmpas"