]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Relased v1.1.rc2. 1.1.rc2
authorTimo Sirainen <tss@iki.fi>
Sat, 8 Mar 2008 03:59:00 +0000 (05:59 +0200)
committerTimo Sirainen <tss@iki.fi>
Sat, 8 Mar 2008 03:59:00 +0000 (05:59 +0200)
--HG--
branch : HEAD

NEWS
TODO
configure.in

diff --git a/NEWS b/NEWS
index fffe723d92ef9ab971c18806c2a3657cb6997349..e610aeca9abd6615a903f5eb977d9636b38167dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+v1.1.rc2 2008-03-08  Timo Sirainen <tss@iki.fi>
+
+       * mail_extra_groups setting was commonly used insecurely. This setting
+         is now deprecated. Most users should switch to using
+         mail_privileged_group setting, but if you really need the old
+         functionality use mail_access_groups instead.
+
+       + Expire plugin now supports wildcards in mailbox names.
+       + dbox: Expire plugin supports moving old mails to alternative
+         dbox directory
+       + Maildir++ quota: quota_rule=?:<rule> specifies a default rule
+         which is used only if the maildirsize file doesn't exist.
+       + If SSL/TLS connection isn't closed cleanly, log the last error
+         in the disconnection line.
+       + EXPUNGE: If new \Deleted messages were found while expunging,
+         do it again and expunge them as well (Outlook workaround)
+       - IMAP: SEARCH, LIST and THREAD command correctness fixes
+       - Maildir++ quota: Quota rules and warnings with % rules didn't work
+         if the default limits were taken from maildirsize file.
+       - Maildir++ quota: If both byte and message limits weren't specified,
+         maildirsize file was recalculated all the time
+       - mbox: Flag and keyword updates may have gotten lost in some
+         situations (happens with v1.0 too)
+       - ldap: Don't crash if userdb lookup fails
+       - Squat fixes and performance improvements
+
 v1.1.rc1 2008-02-21  Timo Sirainen <tss@iki.fi>
 
        * After Dovecot v1.1 has modified index or dovecot-uidlist files,
diff --git a/TODO b/TODO
index 73b78088a44110bd793f64c68221f3aba4fd9462..fe5cf98fdd4e78bcdd912cdb75127a895557338c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,15 @@
+ - dbox:
+   - "metadata changed unexpectedly" with alt paths - why?
+    - check that metadata is always correct and whitespace contains only
+      whitespace
+    - "File unexpectedly lost" doesn't get fixed by itself
+    - doesn't call fsync
  - do something about From_-lines splitting mails with mboxes
- - dbox doesn't fsync?
- - seq_range_array_add_range() optimization
  - lucene: handle replacement chars?
  - squat:
-   - nfs support
+   - wrong indexid
+   - fts_build_init() assertion failed: (last_uid < last_uid_locked)
+   - nfs support (cache flushes, how can write fail with ESTALE?)
    - is locking done right? it reads header without file being locked?
    - split after ~8 bytes?
  - test replacement chars (SEARCH / SORT / Squat)
index 11f7bbe05288329dbfc880c116cd424fa4b6d246..e01aaafe44add59b952b10ddb4ce0045b1b6b7a1 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.rc1],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.rc2],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE