changeset 13907:5398bdb8613f

Released v2.1.rc3.
author Timo Sirainen <tss@iki.fi>
date Fri, 06 Jan 2012 21:34:33 +0200
parents 4c06fb461cd4
children f1a1941bbf5a
files NEWS TODO configure.in
diffstat 3 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Jan 06 20:39:48 2012 +0200
+++ b/NEWS	Fri Jan 06 21:34:33 2012 +0200
@@ -1,3 +1,7 @@
+v2.1.rc3 2012-01-06  Timo Sirainen <tss@iki.fi>
+
+	- Added missing file that prevented v2.1.rc2 from compiling..
+
 v2.1.rc2 2012-01-06  Timo Sirainen <tss@iki.fi>
 
 	* dsync was merged into doveadm. There is still "dsync" symlink
--- a/TODO	Fri Jan 06 20:39:48 2012 +0200
+++ b/TODO	Fri Jan 06 21:34:33 2012 +0200
@@ -1,3 +1,5 @@
+ - add message/mime limits
+ - stephan's message-parser patch
  - imapc:
      - prefetching to THREAD and SORT
      - check all imap extensions and see if some don't work (condstore)
--- a/configure.in	Fri Jan 06 20:39:48 2012 +0200
+++ b/configure.in	Fri Jan 06 21:34:33 2012 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.1.rc2],[dovecot@dovecot.org])
+AC_INIT([Dovecot],[2.1.rc3],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])