From: Timo Sirainen Date: Fri, 16 Mar 2012 16:48:40 +0000 (+0200) Subject: Released v2.1.3. X-Git-Tag: 2.1.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9036e51900ff450135fae5b1dcafca9bd49a783;p=thirdparty%2Fdovecot%2Fcore.git Released v2.1.3. --- diff --git a/NEWS b/NEWS index 1dbd510673..9560161081 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v2.1.3 2012-03-16 Timo Sirainen + + - mdbox was broken in v2.1.2 + v2.1.2 2012-03-15 Timo Sirainen + Initial implementation of dsync-based replication. For now this diff --git a/configure.in b/configure.in index 274dbca59e..0a61930a40 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([Dovecot],[2.1.2],[dovecot@dovecot.org]) +AC_INIT([Dovecot],[2.1.3],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE([foreign])