diff --git a/NEWS b/NEWS index 46b2f946683b5306c4658852b7e27a58f8a8b252..d2d57b96d20d1b8d946c5a6df5c9e41ad6643241 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 f817f9b41f6ade5ea84648935f5f6892d673cfd3..02171ecc2a83810c00ac31a99b438bdfe4937bfb 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