diff --git a/NEWS b/NEWS index 903c70373f99339cc273b8119757afd74b4ab2c3..dc547c4faccb2857bd733b44638f8f2bfe99b943 100644 --- a/NEWS +++ b/NEWS @@ -8,13 +8,21 @@ v0.4.8 xx-05-2015 Stephan Bosch <stephan@rename-it.nl> 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@rename-it.nl> diff --git a/configure.ac b/configure.ac index 120dc5ae919f5e58b6b8e534b91dffac9f20e8a8..a46af27c90d2041f22521b4d3be6ca0324c23648 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Pigeonhole], [0.4.8.rc2], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) +AC_INIT([Pigeonhole], [0.4.8.rc3], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])