From 890ae8e715fdfcc3f332149f85e55e28beb58edc Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Thu, 30 Oct 2014 23:25:07 +0100 Subject: [PATCH] Released v0.4.5 for Dovecot v2.2.15. --- NEWS | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e265527d4..7a4938d7f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +v0.4.5 30-10-2014 Stephan Bosch <stephan@rename-it.nl> + + + Added a Pigeonhole version banner to doveconf output. This way, future + bug reports will also include Pigeonhole version information. + - Fixed handling of implicit keep. Last version erroneously reported that + implicit keep succeeded after an earlier failure, while it in fact had + failed. Particularly occurred for mailbox quota errors. + - Fixed segfault occurring on SunOS systems when there is no active script. + v0.4.4 28-10-2014 Stephan Bosch <stephan@rename-it.nl> * Added support for Japanese mail addresses with dots at non-standard places diff --git a/configure.ac b/configure.ac index 9b3b6710f..7ff3f0701 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Pigeonhole], [0.4.4], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) +AC_INIT([Pigeonhole], [0.4.5], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4]) -- GitLab