[dovecot-cvs] dovecot NEWS, 1.28.2.29, 1.28.2.30 TODO, 1.58.2.17, 1.58.2.18 configure.in, 1.277.2.68, 1.277.2.69

tss at dovecot.org tss at dovecot.org
Fri Mar 23 22:48:11 EET 2007


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv23767

Modified Files:
      Tag: branch_1_0
	NEWS TODO configure.in 
Log Message:
1.0.rc28 released



Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot/NEWS,v
retrieving revision 1.28.2.29
retrieving revision 1.28.2.30
diff -u -d -r1.28.2.29 -r1.28.2.30
--- NEWS	13 Mar 2007 18:52:45 -0000	1.28.2.29
+++ NEWS	23 Mar 2007 20:48:09 -0000	1.28.2.30
@@ -1,3 +1,37 @@
+v1.0.rc28 2007-03-23  Timo Sirainen <tss at iki.fi>
+
+	* deliver + userdb static: Verify the user's existence from passdb,
+	  unless allow_all_users=yes
+	* dovecot --exec-mail: Log to configured log files instead of stderr
+	* Added "-example" part to doc/dovecot-sql-example.conf and
+	  doc/dovecot-ldap-example.conf. They are now also installed to
+	  $sysconfdir with "make install".
+
+	+ When copying/syncing a lot of mails, send "* OK Hang in there"
+	  replies to client every 15 seconds so it doesn't just timeout the
+	  connection.
+	+ Added idxview and logview utilities to examine Dovecot's index files
+	+ passdb passwd and shadow support blocking=yes setting now also
+	+ mbox: If mbox file changes unexpectedly while we're writing to it,
+	  log an error.
+	+ deliver: Ignore -m "" parameter to make calling it easier.
+	+ deliver: Added new -n parameter to disable autocreating mailboxes.
+	  It affects both -m parameter and Sieve plugin's fileinto action
+	- mbox: Using ~/ in the mail root directory caused a ~ directory to be
+	  created (instead of expanding it to home directory)
+	- auth cache: If unknown user was found from cache, we didn't properly
+	  return "unknown user" status, which could have caused problems in
+	  deliver.
+	- mbox: Fixed "UID inserted in the middle of mailbox" in some
+	  conditions with broken X-UID headers
+	- Index view syncing fixes
+	- rc27 didn't compile with some non-GCC compilers
+	- vpopmail support didn't compile in rc27
+	- NFS check with chrooting broke home direcotry for the first login
+	- deliver: If user lookup returned "unknown user", it logged
+	  "BUG: Unexpected input"
+	- convert plugin didn't convert INBOX
+
 v1.0.rc27 2007-03-13  Timo Sirainen <tss at iki.fi>
 
 	+ mbox and index file code handles silently out of quota/disk

Index: TODO
===================================================================
RCS file: /var/lib/cvs/dovecot/TODO,v
retrieving revision 1.58.2.17
retrieving revision 1.58.2.18
diff -u -d -r1.58.2.17 -r1.58.2.18
--- TODO	13 Mar 2007 18:52:45 -0000	1.58.2.17
+++ TODO	23 Mar 2007 20:48:09 -0000	1.58.2.18
@@ -1,3 +1,4 @@
+ - mmap_disable: updated cache header doesn't invalidate other processes' cache?
  - mail_index_move_to_memory() should lock the index..
  - mbox: UID renumbering doesn't really work after all?
  - maildir: we could finish writing dovecot-uidlist.lock before rename()ing
@@ -10,6 +11,9 @@
    then rename()ing. This wouldn't be necessary if uidlist syncing noticed
    that someone else already had added them to uidlist, and the existing UIDs
    could be assigned to them in the index.
+ - maildir_copy_preserve_filename=yes has a race condition causing "Append with
+   UID n, but next_uid = y" errors when quota plugin is loaded. Practically
+   won't happen except in stress testing.
  - maildir_copy_with_hardlinks=yes is problematic with shared folders where
    the file mode should change..
  - still problems with CRLF mboxes..

Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.68
retrieving revision 1.277.2.69
diff -u -d -r1.277.2.68 -r1.277.2.69
--- configure.in	21 Mar 2007 22:00:41 -0000	1.277.2.68
+++ configure.in	23 Mar 2007 20:48:09 -0000	1.277.2.69
@@ -1,5 +1,5 @@
 xAC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.rc27],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.rc28],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE



More information about the dovecot-cvs mailing list