dovecot-2.0: Released v2.0.0.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 16 17:52:52 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/d0d3ba81d205
changeset: 11999:d0d3ba81d205
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 16 15:35:11 2010 +0100
description:
Released v2.0.0.

diffstat:

 NEWS         |  47 +++++++++++++++++++++++++++--------------------
 configure.in |   2 +-
 2 files changed, 28 insertions(+), 21 deletions(-)

diffs (71 lines):

diff -r 4cebeefc617c -r d0d3ba81d205 NEWS
--- a/NEWS	Fri Aug 13 19:22:41 2010 +0100
+++ b/NEWS	Mon Aug 16 15:35:11 2010 +0100
@@ -1,3 +1,29 @@
+v2.0.0 2010-08-16  Timo Sirainen <tss at iki.fi>
+
+	* Dovecot uses two system users for internal purposes now by default:
+	  dovenull and dovecot. You need to create the dovenull user or change
+	  default_login_user setting.
+	* Global ACLs are now looked up using namespace prefixes. For example
+	  if you previously had INBOX. namespace prefix and a global ACL for
+	  "INBOX.Sent", it's now looked up from "INBOX.Sent" file instead of
+	  "Sent" as before.
+	* Maildir: File permissions are no longer based on dovecot-shared file,
+	  but the mailbox directory.
+
+	+ Redesigned master process. It's now more modular and there is less
+	  code running as root.
+	+ Configuration supports now per-local/remote ip/network settings.
+	+ dsync utility does a two-way mailbox synchronization.
+	+ LMTP server and proxying.
+	+ Added mdbox (multi-dbox) mail storage backend.
+	+ doveadm utility can be used to do all kinds of administration
+	  functions. Old dovecotpw and *view utilities now exist in its
+	  subcommands.
+	+ imap and pop3 processes can now handle multiple connections.
+	+ IMAP: COMPRESS=DEFLATE is supported by imap_zlib plugin
+	+ director service helps NFS installations to redirect users always
+	  to same server to avoid corruption
+
 v2.0.rc6 2010-08-13  Timo Sirainen <tss at iki.fi>
 
 	- dict quota didn't always decrease quota when messages were expunged
@@ -58,26 +84,7 @@
 
 v2.0.rc1 2010-07-02  Timo Sirainen <tss at iki.fi>
 
-	* Global ACLs are now looked up using namespace prefixes. For example
-	  if you previously had INBOX. namespace prefix and a global ACL for
-	  "INBOX.Sent", it's now looked up from "INBOX.Sent" file instead of
-	  "Sent" as before.
-	* Maildir: File permissions are no longer based on dovecot-shared file,
-	  but the mailbox directory.
-
-	+ Redesigned master process. It's now more modular and there is less
-	  code running as root.
-	+ Configuration supports now per-local/remote ip/network settings.
-	+ dsync utility does a two-way mailbox synchronization.
-	+ LMTP server and proxying.
-	+ Added mdbox (multi-dbox) mail storage backend.
-	+ doveadm utility can be used to do all kinds of administration
-	  functions. Old dovecotpw and *view utilities now exist in its
-	  subcommands.
-	+ imap and pop3 processes can now handle multiple connections.
-	+ IMAP: COMPRESS=DEFLATE is supported by imap_zlib plugin
-	+ director service helps NFS installations to redirect users always
-	  to same server to avoid corruption
+	* See v2.0.0 notes
 
 v1.2.6 2009-10-05  Timo Sirainen <tss at iki.fi>
 
diff -r 4cebeefc617c -r d0d3ba81d205 configure.in
--- a/configure.in	Fri Aug 13 19:22:41 2010 +0100
+++ b/configure.in	Mon Aug 16 15:35:11 2010 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[2.0.rc6],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[2.0.0],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list