dovecot: v1.1.alpha1 released.

dovecot at dovecot.org dovecot at dovecot.org
Thu Jul 19 06:08:37 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/1338ba4aac1e
changeset: 6106:1338ba4aac1e
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jul 19 06:08:23 2007 +0300
description:
v1.1.alpha1 released.

diffstat:

2 files changed, 43 insertions(+), 1 deletion(-)
NEWS         |   42 ++++++++++++++++++++++++++++++++++++++++++
configure.in |    2 +-

diffs (59 lines):

diff -r 8f79b333fc47 -r 1338ba4aac1e NEWS
--- a/NEWS	Thu Jul 19 05:59:47 2007 +0300
+++ b/NEWS	Thu Jul 19 06:08:23 2007 +0300
@@ -1,3 +1,45 @@ v1.0.0 2007-04-13  Timo Sirainen <tss at ik
+v1.1.UNSTABLE
+
+	* After Dovecot v1.1 has modified index or dovecot-uidlist files,
+	  they can't be opened anymore with Dovecot versions earlier than
+	  v1.0.2.
+	* Empty passwords in passdb doesn't allow user to log in with any
+	  password anymore. To do that you'll also need to set nopassword
+	  extra field.
+
+	+ IMAP: Added support for UIDPLUS and LIST-EXTENDED extensions.
+	+ IMAP SORT: Sort keys are indexed, which makes SORT commands faster.
+	+ IMAP THREAD: Threads are indexed into a dovecot.index.thread file.
+	  It can usually be updated incrementally, so this makes THREAD fast.
+	+ Added Dovecot-specific X-REFERENCES2 threading algorithm.
+	  It's similar to REFERENCES, but it doesn't do base subject merging
+	  and it sorts the threads by their newest message.
+	+ When saving messages, update cache file immediately with the data
+	  that we expect client to fetch later. Maildir-only currently.
+	+ NFS attribute and data caches are are flushed whenever needed.
+	  See mail_nfs_storage and mail_nfs_index settings.
+	+ Mailbox list indexes. Mailbox metadata is stored there, so STATUS
+	  commands can return synchronized mailboxes' metadata simply by
+	  reading a single mailbox list index file. Currently works only with
+	  Maildir++ layout.
+	+ Out of order command execution (SEARCH, FETCH, LIST), nonstandard
+	  command cancellation (X-CANCEL <tag>)
+	+ Expire plugin can be used to keep track of oldest messages in
+	  specific mailboxes. A nightly run can then quickly expunge old
+	  messages from the mailboxes that have them. The tracking is done
+	  using lib-dict, so you can use either Berkeley DB or SQL database.
+	+ Namespaces are supported everywhere now.
+	+ Full text search indexing support with Lucene and Squat backends.
+	+ OTP and S/KEY authentication mechanisms (by Andrey Panin).
+	+ mbox and Maildir works with both Maildir++ and FS layouts. You can
+	  change these by appending :LAYOUT=maildir++ or :LAYOUT=fs to
+	  mail_location.
+	+ LDAP: Support templates in pass_attrs and user_attrs
+	+ Support for listening in multiple IPs/ports.
+	+ Quota plugin rewrite: Support for multiple quota roots, warnings,
+	  allow giving storage size in bytes or kilo/mega/giga/terabytes,
+	  per-mailbox quota rules.
+
 v1.0.0 2007-04-13  Timo Sirainen <tss at iki.fi>
 
 	+ Documentation updated.
diff -r 8f79b333fc47 -r 1338ba4aac1e configure.in
--- a/configure.in	Thu Jul 19 05:59:47 2007 +0300
+++ b/configure.in	Thu Jul 19 06:08:23 2007 +0300
@@ -1,5 +1,5 @@ AC_PREREQ([2.59])
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.UNSTABLE],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.1.alpha1],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE


More information about the dovecot-cvs mailing list