From cf2ad5bb4612e4e7958fdea4276196fc94bf87f1 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Wed, 26 Nov 2008 20:49:50 +0100
Subject: [PATCH] Released v0.1.2 for Dovecot v1.2.alpha4.

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

diff --git a/NEWS b/NEWS
index be4d4809e..c5ec8387d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
-v0.1.1 14-11-2008  Stephan Bosch <stephan@rename-it.nl>
+v0.1.2 26-11-2008  Stephan Bosch <stephan@rename-it.nl>
+
+	- Fixed important bug in the redirect action (and probably other actions like
+	  reject and vacation that only send messages). This was a bug in the handling
+	  of context information during the exection of actions. It caused the sieve 
+	  interpreter to crash with a segfault when redirect was executed. 
+
+v0.1.1 24-11-2008  Stephan Bosch <stephan@rename-it.nl>
 
 	* Re-enabled support for compiling against dovecot headers. Much like 
 	  cmusieve, command line tools like sievec and sieved are not compiled in this 
diff --git a/configure.in b/configure.in
index d2de7fcaf..225094d01 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([Dovecot Sieve], [0.1.1], [dovecot@dovecot.org], [dovecot-1.2-sieve])
+AC_INIT([Dovecot Sieve], [0.1.2], [dovecot@dovecot.org], [dovecot-1.2-sieve])
 AC_CONFIG_SRCDIR([src])
 
 # Autoheader is not needed and does more harm than good for this package. However, it is 
-- 
GitLab