changeset 304:fd304e62e88a HEAD

0.98 released.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 Sep 2002 20:13:55 +0300
parents 19108e7c5af2
children 21a9d15025c7
files NEWS TODO configure.in
diffstat 3 files changed, 18 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Sep 23 20:02:15 2002 +0300
+++ b/NEWS	Mon Sep 23 20:13:55 2002 +0300
@@ -1,3 +1,17 @@
+v0.98 2002-09-23  Timo Sirainen <tss@iki.fi>
+
+	+ mbox support is finally working. There's still some reliability
+	  fixes left but overall it should be quite usable.
+	+ vpopmail authentication support
+	+ We should be able to deal with "out of diskspace/quota" conditions
+	  properly, by keeping the indexes in memory and allowing user to
+	  delete mails to get more space.
+	+ Several speed enhancements
+	+ New configuration file option: overwrite_incompatible_index to force
+	  using ".imap.index" file, overwriting it if it isn't compatible
+	- Handle invalid message headers reliably
+	- Tons of bugfixes and code cleanups everywhere
+
 v0.97 2002-08-29  Timo Sirainen <tss@iki.fi>
 
 	+ Large mails are handled in 256kB blocks, so mail size no longer
--- a/TODO	Mon Sep 23 20:02:15 2002 +0300
+++ b/TODO	Mon Sep 23 20:13:55 2002 +0300
@@ -51,6 +51,7 @@
      - mbox-rewrite rename()s the file, which breaks if the original was a
        symlink. but how do we fix this? we may not have write-access to the
        directory where it points to, so we'd need to manually copy it..
+     - empty lines at beginning of file still aren't ignored
  - read-only support for mailboxes where we don't have write-access? Maybe,
    but don't try to use their indexes since that's way too problematic, and
    probably even impossible since we can't lock it.
@@ -64,6 +65,8 @@
  - if message text is modified (or indexes are corrupted), this may happen:
     Panic: file imap-bodystructure.c: line 179 (part_parse_headers):
            assertion failed: (part->physical_pos >= inbuf->offset)
+ - when index is being rebuilt, it always complains about hash/modifylog having
+   wrong indexid..
 
 lib-storage:
  - support multiple mailbox formats and locations for one user. that would
--- a/configure.in	Mon Sep 23 20:02:15 2002 +0300
+++ b/configure.in	Mon Sep 23 20:13:55 2002 +0300
@@ -1,7 +1,7 @@
 AC_INIT(src)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dovecot, 0.97)
+AM_INIT_AUTOMAKE(dovecot, 0.98)
 
 AM_MAINTAINER_MODE