From: Timo Sirainen Date: Fri, 30 May 2008 19:55:36 +0000 (+0300) Subject: Released v1.1.rc7. X-Git-Tag: 1.1.rc7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22939746fe125c3a2faa13f71eaeaa1a1040d708;p=thirdparty%2Fdovecot%2Fcore.git Released v1.1.rc7. --HG-- branch : HEAD --- diff --git a/NEWS b/NEWS index 412ed8699c..8858d7ff92 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v1.1.rc7 2008-05-30 Timo Sirainen + + - Fixed compiling problems with non-Linux OSes + v1.1.rc6 2008-05-30 Timo Sirainen * Index file format changed a bit. If an older Dovecot v1.1 reads diff --git a/configure.in b/configure.in index 8b784aadeb..ea78784e33 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([dovecot],[1.1.rc6],[dovecot@dovecot.org]) +AC_INIT([dovecot],[1.1.rc7],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE