From 69b650137ac57221a5fbaaf4d6e1511191f1143a Mon Sep 17 00:00:00 2001 From: Lefteris Chatzimparmpas Date: Sun, 22 Jul 2012 16:25:41 +0300 Subject: [PATCH] Prepare release v2.5.3. --- NEWS | 5 +++++ src/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d539dff..9b0010a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +IMAPFilter 2.5.3 - 22 Jul 2012 + - New implementation for international mailbox names. + - Bug fix; wrong variable name in one of the examples on extending. + - Bug fix; an OpenSSL compilation warning. + 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. diff --git a/src/version.h b/src/version.h index 26ef526..3ddb054 100644 --- a/src/version.h +++ b/src/version.h @@ -3,7 +3,7 @@ /* Program's version number. */ -#define VERSION "2.5.2" +#define VERSION "2.5.3" /* Program's copyright. */ #define COPYRIGHT "Copyright (c) 2001-2012 Eleftherios Chatzimparmpas"