dovecot-1.2-sieve: Prepared NEWS file for next release.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Sep 5 17:38:27 EEST 2010


details:   http://hg.rename-it.nl/dovecot-1.2-sieve/rev/80ec0a0d054f
changeset: 1273:80ec0a0d054f
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sun Sep 05 16:38:20 2010 +0200
description:
Prepared NEWS file for next release.

diffstat:

 NEWS |  33 ++++++++++++++++++++++++++-------
 1 files changed, 26 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 3d40475727a3 -r 80ec0a0d054f NEWS
--- a/NEWS	Fri Sep 03 17:58:02 2010 +0200
+++ b/NEWS	Sun Sep 05 16:38:20 2010 +0200
@@ -1,8 +1,27 @@
-v0.1.17 19-06-2010 Stephan bosch <stephan at rename-it.nl>
-	- Made sure source code positions for compiler messages are recorded at start of
-	  tokens.
-	- Fixed a few potential memory leaks in the Sieve compiler and the spam/virustest
-	  extensions.
+v0.1.18 [TO BE RELEASED] Stephan Bosch <stephan at rename-it.nl>
+	- Imap4flags: fixed bug in setflag command; when parameter was a stringlist,
+	  only the last item was actually set
+	- Prevented assertion failure due to currupt binary string representation.
+	  If the string were missing a final \0 character an assertion was produced in
+	  stead of a binary corruption error.
+	- Multiscript: fixed duplicate implicit keep caused by erroneous execution
+	  state update.
+	- Fixed Sieve script name checking to properly handle length limit and added
+	  0x00ff as invalid character.
+	- Removed spurious old stdio.h (top) includes; these caused compile issues on
+	  specific systems.
+	- Fixed default Sieve capability (as reported by ManageSieve): extra
+	  extensions spamtest, spamtestplus and virustest were enabled by default.
+	  These should, however, only be enabled when properly configured and there
+	  is no default configuration.
+	- Variables extension: fixed :length set modifier to recognize utf8 characters
+	  in stead of octets.
+
+v0.1.17 19-06-2010 Stephan Bosch <stephan at rename-it.nl>
+	- Made sure source code positions for compiler messages are recorded at start
+	  of tokens.
+	- Fixed a few potential memory leaks in the Sieve compiler and the
+	  spam/virustest extensions.
 	- Made command line tools return proper exit status upon failure.
 
 v0.1.16 30-04-2010 Stephan Bosch <stephan at rename-it.nl>
@@ -20,8 +39,8 @@
 	  documentation. 
 	- Accidentally omitted 'extern' in two declarations of global variables in
 	  header files, causing compile failures on certain systems.
-	- Deprecated imapflags extension: fixed implicit assignment of flags. Turns out
-	  this never really worked, but the effect of this bug was obscured by the
+	- Deprecated imapflags extension: fixed implicit assignment of flags. Turns
+	  out this never really worked, but the effect of this bug was obscured by the
 	  removeflag bug fixed in the previous release.
 	- Fixed various memset argument mixups in enotify extension. This caused 
 	  warnings on certain systems, but luckily no adverse effects at runtime.


More information about the dovecot-cvs mailing list