From f95a87c88b16a360ff3bc7498cfaae57be70bfa3 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Fri, 15 May 2015 20:22:20 +0200 Subject: [PATCH] Released v0.4.8 for Dovecot v2.2.18. --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4ba322834..d779ada25 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v0.4.8 xx-05-2015 Stephan Bosch <stephan@rename-it.nl> +v0.4.8 15-05-2015 Stephan Bosch <stephan@rename-it.nl> * LDA Sieve plugin: Dovecot changed the deliver_log_format setting to include %{delivery_time}. This prompted changes in Pigeonhole that make this release diff --git a/configure.ac b/configure.ac index 7efc0b556..d802991c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Pigeonhole], [0.4.8.rc3], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) +AC_INIT([Pigeonhole], [0.4.8], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4]) -- GitLab