From 1dd42d50a66648cdf630207a47f75dcf8773b0b8 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sat, 21 Mar 2009 15:56:15 +0100 Subject: [PATCH] Released v0.1.4 for Dovecot v1.2.beta3. --- NEWS | 12 ++++++------ configure.in | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 5eb748694..1516c5e47 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,15 @@ -v0.1.4 xx-3-2009 Stephan Bosch <stephan@rename-it.nl> - * Started work on the sieve-filter tool. With this command lin tool it will be - possible to (re-)apply Sieve filters on a mail folder. - + Added custom debug extension that adds the possibility to print debug - messages from the Sieve tools. +v0.1.4 21-3-2009 Stephan Bosch <stephan@rename-it.nl> + * Started work on the sieve-filter tool. With this command line tool it will be + possible to (re-)apply Sieve filters on a mail folder. It is currently + undocumented and far from functional. + + Added a custom debug extension that provides the possibility to print debug + messages from scripts executed by the Sieve tools. - Fixed issue with opening relative paths as a mail file. Bug reported by Ian P. Christian. - Fixed MAC OSX compile problem. Turns out the extern modifier was missing at multiple places. Bug reported by Edgar Fuss. - Fixed Solaris compile problem: removed unecessary and unportable linker flags that caused compile to fail. Bug reported by Andrés Yacopino. - v0.1.3 12-2-2009 Stephan Bosch <stephan@rename-it.nl> diff --git a/configure.in b/configure.in index 8f638d76c..93a725a62 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Dovecot Sieve], [0.1.3], [dovecot@dovecot.org], [dovecot-1.2-sieve]) +AC_INIT([Dovecot Sieve], [0.1.4], [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