dovecot-2.1-pigeonhole: Released v0.3.6 for Dovecot v2.1.17.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Thu Sep 26 22:42:26 EEST 2013


details:   http://hg.rename-it.nl/dovecot-2.1-pigeonhole/rev/87d8f0aae957
changeset: 1700:87d8f0aae957
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Thu Sep 26 21:41:24 2013 +0200
description:
Released v0.3.6 for Dovecot v2.1.17.

diffstat:

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

diffs (28 lines):

diff -r aadc77880254 -r 87d8f0aae957 NEWS
--- a/NEWS	Mon Sep 16 00:55:29 2013 +0200
+++ b/NEWS	Thu Sep 26 21:41:24 2013 +0200
@@ -1,3 +1,15 @@
+v0.3.6 26-09-2013 Stephan Bosch <stephan at 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 at rename-it.nl>
 
 	- Sieve editheader extension: fixed interaction with the Sieve body extension.
diff -r aadc77880254 -r 87d8f0aae957 configure.in
--- a/configure.in	Mon Sep 16 00:55:29 2013 +0200
+++ b/configure.in	Thu Sep 26 21:41:24 2013 +0200
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.3.5], [dovecot at dovecot.org], [dovecot-2.1-pigeonhole])
+AC_INIT([Pigeonhole], [0.3.6], [dovecot at dovecot.org], [dovecot-2.1-pigeonhole])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])


More information about the dovecot-cvs mailing list