dovecot-1.2: Released v1.2.0.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jul 1 23:08:03 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/9ca9361d74ce
changeset: 9185:9ca9361d74ce
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jul 01 21:52:49 2009 +0200
description:
Released v1.2.0.

diffstat:

2 files changed, 31 insertions(+), 27 deletions(-)
NEWS         |   56 ++++++++++++++++++++++++++++++--------------------------
configure.in |    2 +-

diffs (80 lines):

diff -r 4ebc43fdda66 -r 9ca9361d74ce NEWS
--- a/NEWS	Tue Jun 30 11:20:41 2009 -0400
+++ b/NEWS	Wed Jul 01 21:52:49 2009 +0200
@@ -1,3 +1,32 @@ v1.2.rc8 2009-06-30 Timo Sirainen <tss at i
+v1.2.0 2009-07-01 Timo Sirainen <tss at iki.fi>
+
+	* When creating files or directories to mailboxes, Dovecot now uses
+	  the mailbox directory's permissions and GID for them. Previous
+	  versions simply used 0600 mode always. For backwards compatibility
+	  dovecot-shared file's permissions still override these with Maildir.
+	* SQL dictionary (quota) configuration file is different than in v1.1.
+	  See doc/dovecot-dict-sql-example.conf for the new format.
+	* deliver -m: Mailbox name is now assumed to be in UTF-8 format,
+	  not modified-UTF7. Stephan Bosch's new Sieve implementation also
+	  assumes UTF-8 format in fileinto parameters.
+
+	+ Full support for shared mailboxes and IMAP ACL extension.
+	  The code is mainly from Sascha Wilde and Bernhard Herzog.
+	+ IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH,
+	  ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
+	+ SEARCH supports INTHREAD search key, but the rest of the INTHREAD
+	  draft isn't implemented yet so it's not advertised in capability.
+	+ THREAD REFS algorithm where threads are sorted by their latest
+	  message instead of the thread root message. There is also no base
+	  subject merging.
+	+ IMAP: Implemented imap-response-codes draft.
+	+ Thread indexes for optimizing IMAP THREAD command and INTHREAD
+	  search key.
+	+ Added userdb checkpassword (by Sascha Wilde)
+	+ Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual
+	+ Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate
+	+ Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape
+
 v1.2.rc8 2009-06-30 Timo Sirainen <tss at iki.fi>
 
 	- Fixed building LDAP as plugin
@@ -92,32 +121,7 @@ v1.2.rc2 2009-04-03  Timo Sirainen <tss@
 
 v1.2.rc1 2009-04-03  Timo Sirainen <tss at iki.fi>
 
-	* When creating files or directories to mailboxes, Dovecot now uses
-	  the mailbox directory's permissions and GID for them. Previous
-	  versions simply used 0600 mode always. For backwards compatibility
-	  dovecot-shared file's permissions still override these with Maildir.
-	* SQL dictionary (quota) configuration file is different than in v1.1.
-	  See doc/dovecot-dict-sql-example.conf for the new format.
-	* deliver -m: Mailbox name is now assumed to be in UTF-8 format,
-	  not modified-UTF7. Stephan Bosch's new Sieve implementation also
-	  assumes UTF-8 format in fileinto parameters.
-
-	+ Full support for shared mailboxes and IMAP ACL extension.
-	  The code is mainly from Sascha Wilde and Bernhard Herzog.
-	+ IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH,
-	  ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
-	+ SEARCH supports INTHREAD search key, but the rest of the INTHREAD
-	  draft isn't implemented yet so it's not advertised in capability.
-	+ THREAD REFS algorithm where threads are sorted by their latest
-	  message instead of the thread root message. There is also no base
-	  subject merging.
-	+ IMAP: Implemented imap-response-codes draft.
-	+ Thread indexes for optimizing IMAP THREAD command and INTHREAD
-	  search key.
-	+ Added userdb checkpassword (by Sascha Wilde)
-	+ Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual
-	+ Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate
-	+ Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape
+	* See v1.2.0 notes
 
 v1.1.5 2008-10-22  Timo Sirainen <tss at iki.fi>
 
diff -r 4ebc43fdda66 -r 9ca9361d74ce configure.in
--- a/configure.in	Tue Jun 30 11:20:41 2009 -0400
+++ b/configure.in	Wed Jul 01 21:52:49 2009 +0200
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([Dovecot],[1.2.rc8],[dovecot at dovecot.org])
+AC_INIT([Dovecot],[1.2.0],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE([foreign])


More information about the dovecot-cvs mailing list