From 5d3a336f44003e1747fe257578da95f97f1034c1 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Mon, 27 Sep 2010 01:43:24 +0200 Subject: [PATCH] Released v0.2.1 for Dovecot v2.0.4. --- NEWS | 14 ++++++++++++++ configure.in | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 43678b1ee..c14b47c06 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +v0.2.1 27-09-2010 Stephan Bosch <stephan@rename-it.nl> + + + Incorporated distinction between original and final envelope recipient in + Sieve interpreter, as recently introduced in Dovecot. + + Regex extension: added support for regex keys composed from variables. + - LDA Sieve plugin: added _version symbol to enable Dovecot's plugin version + check. Without this check, people can forget to recompile the plugin, which + can lead to unexpected effects. + - LDA Sieve plugin: turned debug message about an unconfigured home directory + into a proper error and added script path information. + - Fixed unnecessary reporting of dummy extensions in ManageSieve SIEVE + capability; the comparator-i;octet and comparator-i;ascii-numeric + 'extensions' were reported explicitly. + v0.2.0 10-09-2010 Stephan Bosch <stephan@rename-it.nl> * Merged Sieve and ManageSieve packages into a single Pigeonhole package. diff --git a/configure.in b/configure.in index f4c1ca9e3..22525b62c 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Pigeonhole], [0.2.0], [dovecot@dovecot.org], [dovecot-2.0-pigeonhole]) +AC_INIT([Pigeonhole], [0.2.1], [dovecot@dovecot.org], [dovecot-2.0-pigeonhole]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4]) -- GitLab