changeset 7703:85173344ac67 HEAD 1.1.0

Released v1.1.0.
author Timo Sirainen <tss@iki.fi>
date Sat, 21 Jun 2008 04:39:25 +0300
parents 68a0be847980
children b27339913053
files NEWS configure.in
diffstat 2 files changed, 44 insertions(+), 39 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Jun 20 12:20:17 2008 +0300
+++ b/NEWS	Sat Jun 21 04:39:25 2008 +0300
@@ -1,3 +1,45 @@
+v1.1.0 2008-06-21  Timo Sirainen <tss@iki.fi>
+
+No changes since v1.1.rc13. Below are the largest changes since v1.0:
+
+	* 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.
+	* See doc/wiki/Upgrading.1.1.txt (or for latest changes,
+	  http://wiki.dovecot.org/Upgrading/1.1) for list of changes since
+	  v1.0 that you should be aware of when upgrading.
+
+	+ IMAP: Added support for UIDPLUS and LIST-EXTENDED extensions.
+	+ IMAP SORT: Sort keys are indexed, which makes SORT commands faster.
+	+ When saving messages, update cache file immediately with the data
+	  that we expect client to fetch later.
+	+ NFS caches are are flushed whenever needed. See mail_nfs_storage and
+	  mail_nfs_index settings.
+	+ Out of order command execution (SEARCH, FETCH, LIST), nonstandard
+	  command cancellation (X-CANCEL <tag>)
+	+ IMAP: STATUS-IN-LIST draft implementation
+	+ 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.
+	+ Namespaces have new list and subscriptions settings.
+	+ 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.
+	+ Filesystem quota backend supports inode limits, group quota and
+	  RPC quota for NFS.
+	+ SEARCH and SORT finally compare non-ASCII characters
+	  case-insensitively. We use i;unicode-casemap algorithm.
+	+ Config files support splitting values to multiple lines with \
+
 v1.1.rc13 2008-06-20  Timo Sirainen <tss@iki.fi>
 
 	- mbox: Fixed a crash when adding a new X-IMAPbase: header with
@@ -169,44 +211,7 @@
 
 v1.1.rc1 2008-02-21  Timo Sirainen <tss@iki.fi>
 
-	* 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.
-	* See doc/wiki/Upgrading.1.1.txt (or for latest changes,
-	  http://wiki.dovecot.org/Upgrading/1.1) for list of changes since
-	  v1.0 that you should be aware of when upgrading.
-
-	+ IMAP: Added support for UIDPLUS and LIST-EXTENDED extensions.
-	+ IMAP SORT: Sort keys are indexed, which makes SORT commands faster.
-	+ When saving messages, update cache file immediately with the data
-	  that we expect client to fetch later.
-	+ NFS caches are are flushed whenever needed. See mail_nfs_storage and
-	  mail_nfs_index settings.
-	+ Out of order command execution (SEARCH, FETCH, LIST), nonstandard
-	  command cancellation (X-CANCEL <tag>)
-	+ IMAP: Non-standard LIST+STATUS combination:
-	  LIST .. RETURN (X-STATUS (status options))
-	+ 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.
-	+ Namespaces have new list and subscriptions settings.
-	+ 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.
-	+ Filesystem quota backend supports inode limits, group quota and
-	  RPC quota for NFS.
-	+ SEARCH and SORT finally compare non-ASCII characters
-	  case-insensitively. We use i;unicode-casemap algorithm.
-	+ Config files support splitting values to multiple lines with \
+	* See v1.1.0 notes
 
 v1.0.10 2007-12-29  Timo Sirainen <tss@iki.fi>
 
--- a/configure.in	Fri Jun 20 12:20:17 2008 +0300
+++ b/configure.in	Sat Jun 21 04:39:25 2008 +0300
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.rc13],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.0],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE