From a9ac2cf100dfb536e2872c98a8c210349473ade5 Mon Sep 17 00:00:00 2001 From: Lefteris Chatzimparmpas Date: Wed, 29 Feb 2012 21:16:07 +0100 Subject: [PATCH] Prepare release v2.5.2. --- NEWS | 5 +++++ src/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 42da79e..d539dff 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/src/version.h b/src/version.h index a5c59b5..26ef526 100644 --- a/src/version.h +++ b/src/version.h @@ -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"