diff --git a/NEWS b/NEWS index e265527d46b78b5cbb0f6cb417042ef057d0c10f..7a4938d7f81ef8a9c9da7c974c893914bb9feddf 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 9b3b6710fdb87cdb7222c68eba694f006fa383bd..7ff3f07017504271a9ae663cecbe05a40ecc540a 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])