From 8687fe89089f33509bc329ae34db5f075bf80d3d Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Thu, 22 Jan 2009 21:55:27 +0100
Subject: [PATCH] Prepared NEWS file for next release.

---
 NEWS | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index c5ec8387d..6711a5b08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,39 @@
+v0.1.3 22-01-2009  Stephan Bosch <stephan@rename-it.nl>
+	
+	+ Finished enotify extension. Currently, only the mailto notification method
+	  is implemented. All still needs to be tested thoroughly.
+	+ Implemented multiscript support. It is now possible to execute multiple
+	  Sieve scripts sequentially. Administrator-controlled scripts can be
+	  executed before and after the user's script. Still needs to be tested
+	  thoroughly.
+	+ Compiler now warns about invalid header field names used for the header and
+	  address tests.
+	+ Vacation extension now properly generates a References header for the 
+	  response message.
+	+ Implemented support for configuring the available Sieve extensions.
+	+ Added testing of basic result execution to the test suite.
+	+ Included execution of the actual result in the sieve-test command line tool.
+	  The undocumented sieve-exec tool that existed for this is now removed as 
+	  planned.
+	+ Made the subaddress extension (partially) configurable using the
+	  sieve_subaddress_sep setting, which allows specifying a (multi-charater)
+	  separator other than '+'.
+	- Fixed bug in the regex extension. If an optional match value did not in fact
+	  match, subsequent match values would get unexpected indexes. 
+	- Fixed bug in the use of the :from agrument for the vacation command. If this
+	  address included a phrase part, the response would not be a valid RFC822
+	  message.
+	- Plugged a theoretical security hole occuring when a directory is opened as a 
+	  Sieve binary.
+	- Cleaned up and fixed various log messages.
+	- Fixed bug in the outgoing address verification. Addresses ending in ',' 
+	  were erroneously accepted.
+
 v0.1.2 26-11-2008  Stephan Bosch <stephan@rename-it.nl>
 
 	- Fixed important bug in the redirect action (and probably other actions like
 	  reject and vacation that only send messages). This was a bug in the handling
-	  of context information during the exection of actions. It caused the sieve 
+	  of context information during the execution of actions. It caused the sieve 
 	  interpreter to crash with a segfault when redirect was executed. 
 
 v0.1.1 24-11-2008  Stephan Bosch <stephan@rename-it.nl>
-- 
GitLab