]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Released v1.1.rc8. 1.1.rc8
authorTimo Sirainen <tss@iki.fi>
Mon, 2 Jun 2008 22:02:31 +0000 (01:02 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 2 Jun 2008 22:02:31 +0000 (01:02 +0300)
--HG--
branch : HEAD

NEWS
TODO
configure.in

diff --git a/NEWS b/NEWS
index 8858d7ff92b6842fec64e85bfc10f79ecbb0ef64..7339131223c087cde158bfd9bdb2a9ea0dcc6dd4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+v1.1.rc8 2008-06-03  Timo Sirainen <tss@iki.fi>
+
+       + deliver: Added -c parameter to provide path to delivered mail.
+         This allows maildir to save identical mails to multiple recipients
+         using hard links.
+       - rc6/rc7 broke POP3 with non-Maildir formats
+       - mbox: Saving a message without a body or the end-of-headers line
+         could have caused an assert-crash later.
+       - Several dbox fixes
+
 v1.1.rc7 2008-05-30  Timo Sirainen <tss@iki.fi>
 
        - Fixed compiling problems with non-Linux OSes
diff --git a/TODO b/TODO
index 184fa80f1b872b53ed55aa3691e30f7dcd54d589..7f7e64a5a3f6285b6c78b468d72386fd0e61b439 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,6 +18,8 @@
  - dbox:
     - "File unexpectedly lost" doesn't get fixed by itself
     - Fix support for multi-message files
+    - Delete dovecot-keywords and dovecot-uidlist after all maildir files
+      have been converted to native dbox
  - DEBUG: buffer overflow checking code probably doesn't handle a successful
    t_try_realloc() or pool_alloconly_realloc() properly
  - cache: compress when we can drop temporary fields.
index ea78784e333c8249dc897ea4ad1b90481b6f8cb0..3c06aa7ab940890224072a4c2993304fcbeb8a94 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.1.rc7],[dovecot@dovecot.org])
+AC_INIT([dovecot],[1.1.rc8],[dovecot@dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE