From 798f21811c3168a99e2821413380615a7013905d Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sat, 18 Apr 2009 19:54:33 +0200 Subject: [PATCH] Released v0.1.5 for Dovecot v1.2.rc3. --- NEWS | 5 ++++- configure.in | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 46b2f9466..d2d57b96d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v0.1.5 --2009 Stephan Bosch <stephan@rename-it.nl> +v0.1.5 18-4-2009 Stephan Bosch <stephan@rename-it.nl> * Ported the implementation of the Sieve include extension to the latest draft. This means that the import and export commands are replaced by a new command called global. The import and export commands are now DEPRICATED and @@ -12,6 +12,9 @@ v0.1.5 --2009 Stephan Bosch <stephan@rename-it.nl> a global default is missing. + Provided basic support for the environment extension. Currenly, the name, version and host items are useful. Others are pending. + + Improved error message that is presented when an unknown Sieve extension is + provided as argument to the require command. It now notifies the user that + Sieve core commands do not need to be specified in require. - Fixed bug in includes at levels deeper than one. - Fixed bug in address matching that was caused by the failure to handle group specifications. In dovecot, these are marked by address items with NULL diff --git a/configure.in b/configure.in index f817f9b41..02171ecc2 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([Dovecot Sieve], [0.1.4], [dovecot@dovecot.org], [dovecot-1.2-sieve]) +AC_INIT([Dovecot Sieve], [0.1.5], [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