diff --git a/NEWS b/NEWS index 30ff0f9f88b0f933a58792d1223b646d83232929..90b0e002220b858594fceff72a9e3cf21254673f 100644 --- a/NEWS +++ b/NEWS @@ -26,8 +26,8 @@ v0.4.7 xx-03-2015 Stephan Bosch <stephan@rename-it.nl> dropped. This was a problem reported by Debian lintian. - Fixed bug in handling of binary errors for action side-effects and message overrides. - - file script storage: Restructured storage initialization to address backwards - compatibility issues. + - file script storage: Restructured storage initialization to address + backwards compatibility issues. - dict script storage: Fixed small memory allocation bug. v0.4.6 02-11-2014 Stephan Bosch <stephan@rename-it.nl> diff --git a/configure.ac b/configure.ac index 196897cdcc772b19e9c9834f0ddbd17b3497be26..77a31405a6d9116e84c1be6bfc79f21eb848c0f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Pigeonhole], [0.4.7.rc2], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) +AC_INIT([Pigeonhole], [0.4.7.rc3], [dovecot@dovecot.org], [dovecot-2.2-pigeonhole]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4])