From 4ad40fc1b8a213bdd25830247c305b2165b75c88 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Tue, 18 Sep 2012 21:29:11 +0200
Subject: [PATCH] Released v0.3.3 for Dovecot v2.1.10.

---
 NEWS         | 5 +++++
 configure.in | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 61d41ec07..e07b758bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+v0.3.3 18-09-2012 Stephan Bosch <stephan@rename-it.nl>
+
+	- Fixed compile against installed Dovecot headers. This was broken by the
+	  ld.gold fix in the previous release.
+
 v0.3.2 18-09-2012 Stephan Bosch <stephan@rename-it.nl>
 
 	+ sieve-refilter tool: improved man page documentation by explicitly
diff --git a/configure.in b/configure.in
index 9f9faf308..c12a3f5b5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.3.2], [dovecot@dovecot.org], [dovecot-2.1-pigeonhole])
+AC_INIT([Pigeonhole], [0.3.3], [dovecot@dovecot.org], [dovecot-2.1-pigeonhole])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])
-- 
GitLab