diff --git a/NEWS b/NEWS
index be4d4809e69a9ee872d0d98514ec537cbc278513..c5ec8387d5c97ce83faf4d7508818db8e4812df8 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 d2de7fcaf8d5f1cb5ae7c6a9b6db530fc98b16c7..225094d01cc1a9d2a2c444180b71fa1f43682ce3 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