changeset 13994:0f10b3ed5c18 2.1.rc5

Released v2.1.rc5.
author Timo Sirainen <tss@iki.fi>
date Thu, 26 Jan 2012 00:44:04 +0200
parents 8f25ff7e0e78
children 67f12146691c
files NEWS configure.in
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Jan 26 00:37:42 2012 +0200
+++ b/NEWS	Thu Jan 26 00:44:04 2012 +0200
@@ -1,4 +1,4 @@
-v2.1.rc4 2012-01-24  Timo Sirainen <tss@iki.fi>
+v2.1.rc5 2012-01-26  Timo Sirainen <tss@iki.fi>
 
 	* Temporary authentication failures sent to IMAP/POP3 clients
 	  now includes the server's hostname and timestamp. This makes it
@@ -14,6 +14,8 @@
 	- Compressed mails with external attachments (dbox + SIS + zlib) failed
 	  sometimes with bogus "cached message size wrong" errors.
 
+v2.1.rc4 was never actually released, but was accidentally tagged in hg.
+
 v2.1.rc3 2012-01-06  Timo Sirainen <tss@iki.fi>
 
 	- Added missing file that prevented v2.1.rc2 from compiling..
--- a/configure.in	Thu Jan 26 00:37:42 2012 +0200
+++ b/configure.in	Thu Jan 26 00:44:04 2012 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.rc4],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.rc5],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])