From 1d85222730b514853e7a4d39825c7b6e6a92f8bf Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Thu, 26 Sep 2013 21:41:24 +0200
Subject: [PATCH] Released v0.3.6 for Dovecot v2.1.17.

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

diff --git a/NEWS b/NEWS
index 9c0842d7c..7634983f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+v0.3.6 26-09-2013 Stephan Bosch <stephan@rename-it.nl>
+
+	- Fixed a binary code read problem in the `set' command of the Sieve variables
+	  extension. Using the set command with a modifier and an empty string value
+	  would cause code corruption problems while running the script.
+	- Various fixes for compiler and static analyzer warnings, as reported
+	  by CLang.
+	- ManageSieve: Fixed '[' ']' stupidity for response codes (only happened
+	  before login).
+	- Fixed setting name in example-config/conf.d/20-managesieve.conf.
+	- Fixed messed up hex output for sieve-dump tool.
+
 v0.3.5 09-05-2013 Stephan Bosch <stephan@rename-it.nl>
 
 	- Sieve editheader extension: fixed interaction with the Sieve body extension.
diff --git a/configure.in b/configure.in
index 834aa4166..0dd1ec240 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.3.5], [dovecot@dovecot.org], [dovecot-2.1-pigeonhole])
+AC_INIT([Pigeonhole], [0.3.6], [dovecot@dovecot.org], [dovecot-2.1-pigeonhole])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])
-- 
GitLab