From ba82a8f110bdea5936f2800d62a6e60da8d92e89 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Tue, 13 Sep 2011 22:42:06 +0200
Subject: [PATCH] Released v0.2.4 for Dovecot v2.0.14.

---
 NEWS         | 5 ++++-
 configure.in | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index d421e5754..ccbb61a5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,12 @@
-v0.2.4 29-08-2011 Stephan Bosch <stephan@rename-it.nl>
+v0.2.4 13-09-2011 Stephan Bosch <stephan@rename-it.nl>
 
 	+ Vacation extension: finally added support for using the original recipient
 	  in vacation address check. It is also possible to disable the recipient
 	  address check entirely. Check doc/vacation.txt for configuration
 	  information.
+	+ Include extension: made limits on the include depth and the total number of
+	  included scripts configurable. Check doc/include.txt for configuration
+	  information.
 	+ Implemented ihave extension. This allows checking for the availability
 	  of Sieve language extensions at 'runtime'. Actually, this is checked
 	  at compile time. At runtime the interpreter checks whether extensions
diff --git a/configure.in b/configure.in
index 54d1b0d71..7e3a73dd5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.2.3], [dovecot@dovecot.org], [dovecot-2.0-pigeonhole])
+AC_INIT([Pigeonhole], [0.2.4], [dovecot@dovecot.org], [dovecot-2.0-pigeonhole])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])
-- 
GitLab