diff --git a/NEWS b/NEWS index 5eb748694b6dc97c74d73fdca8bd762c6ccff1a4..1516c5e470cd44d89448eb4aa5793454cad8719f 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 8f638d76ca64463d0efc781b7faa41e0a6095283..93a725a626f924e92551a027b00eafef9f94636a 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