dovecot-2.2-pigeonhole: Released v0.4.8.rc3 for Dovecot v2.2.17.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed May 13 20:52:00 UTC 2015


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/7b154d69394f
changeset: 2065:7b154d69394f
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed May 13 22:50:46 2015 +0200
description:
Released v0.4.8.rc3 for Dovecot v2.2.17.

diffstat:

 NEWS         |  10 +++++++++-
 configure.ac |   2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r ff3ab88205a6 -r 7b154d69394f NEWS
--- a/NEWS	Wed May 13 19:52:51 2015 +0200
+++ b/NEWS	Wed May 13 22:50:46 2015 +0200
@@ -8,13 +8,21 @@
 	  them and store a private adjusted version. This could also be achieved by
 	  copying the default script into the user's script storage, but that way
 	  updates to the global sieve_default script would be ignored.
+	+ ManageSieve: Implemented support for reporting command statistics at
+	  disconnect. Statistics include the number of bytes and scripts uploaded/
+	  downloaded/checked and the number of scripts deleted/renamed.
 	- Fixed problem in address test: erroneously decoded mime-encoded words in
 	  address headers.
 	- extprograms plugin: Fixed failure occurring when connecting to script
 	  service without the need to read back the output from the external program.
 	- Fixed bug in script storage path normalization occurring with relative
 	  symbolic links below root.
-  - Fixed and updated various parts of the documentation 
+	- Fixed and updated various parts of the documentation 
+	- ManageSieve: Used "managesieve" rather than "sieve" as login service name,
+	  which means that all managesieve-specific settings where ignored.
+	- Managesieve: Storage quota was not always enforced properly for scripts
+	  uploaded as quoted string. Nobody uses that, but it is allowed in the
+	  specification and we support it, so it should work properly.
 
 v0.4.7 19-03-2015 Stephan Bosch <stephan at rename-it.nl>
 
diff -r ff3ab88205a6 -r 7b154d69394f configure.ac
--- a/configure.ac	Wed May 13 19:52:51 2015 +0200
+++ b/configure.ac	Wed May 13 22:50:46 2015 +0200
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.4.8.rc2], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
+AC_INIT([Pigeonhole], [0.4.8.rc3], [dovecot at dovecot.org], [dovecot-2.2-pigeonhole])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])


More information about the dovecot-cvs mailing list