From cef2176083a860b86fd3f830952e2441918d04b5 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sun, 4 Oct 2015 23:13:50 +0200 Subject: [PATCH] Released v0.4.9 for Dovecot v2.2.19. --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ef722ba75..47dae058a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v0.4.9 xx-10-2015 Stephan Bosch <stephan@rename-it.nl> +v0.4.9 04-10-2015 Stephan Bosch <stephan@rename-it.nl> * Properly implemented checking of ABI version for Sieve interpreter plugins, much like Dovecot itself does for plugins. This will prevent plugin ABI @@ -21,7 +21,7 @@ v0.4.9 xx-10-2015 Stephan Bosch <stephan@rename-it.nl> keep when there is an explicit default destination folder. This caused message duplication. - lib-sieve: Fixed bug in RFC5322 header folding. Words longer than the - optimal line length caused empty lines in the output, which would break the + optimal line length caused empty lines in the output, which would break the resulting message header. This surfaced in References: headers with very long message IDs. diff --git a/configure.ac b/configure.ac index d112e8af9..c64f3dabe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Pigeonhole], [0.4.9.rc1], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) +AC_INIT([Pigeonhole], [0.4.9], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) AC_DEFINE_UNQUOTED([PIGEONHOLE_ABI_VERSION], "0.4.ABIv1($PACKAGE_VERSION)", [Pigeonhole ABI version]) AC_CONFIG_AUX_DIR([.]) -- GitLab