[dovecot-cvs] dovecot NEWS, 1.28.2.8, 1.28.2.9 TODO, 1.58.2.4, 1.58.2.5 configure.in, 1.277.2.32, 1.277.2.33

cras at dovecot.org cras at dovecot.org
Fri Aug 18 01:17:04 EEST 2006


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

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



Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot/NEWS,v
retrieving revision 1.28.2.8
retrieving revision 1.28.2.9
diff -u -d -r1.28.2.8 -r1.28.2.9
--- NEWS	6 Aug 2006 23:29:33 -0000	1.28.2.8
+++ NEWS	17 Aug 2006 22:17:02 -0000	1.28.2.9
@@ -1,3 +1,25 @@
+v1.0.rc7 2006-08-18  Timo Sirainen <tss at iki.fi>
+
+	* Require that Dovecot master process's version number matches the
+	  child process's, unless version_ignore=yes. Usually it's an
+	  accidental installation problem if the version numbers don't match.
+	* Maildir: Create maildirfolder file when creating new maildirs.
+
+	+ ldap+prefetch: Use global uid/gid settings if LDAP query doesn't
+	  return them
+	+ %variables: Negative offsets count from the end of the string.
+	  Patch by Johannes Berg.
+	- kqueue ioloop code rewrite
+	- notify=kqueue might have caused connection hangs sometimes
+	- deliver: If message body contained a valid mbox From_ line, it
+	  and the rest of the message was skipped.
+	- mbox: We got into infinite loops if trying to open a 2 byte sized
+	  file as mbox.
+	- Don't crash with ssl_disable=yes
+	- quota plugin caused compiling problems with some OSes
+	- mbox: After saving a mail to a synced mbox, we lost the sync which
+	  caused worse performance
+
 v1.0.rc6 2006-08-07  Timo Sirainen <tss at iki.fi>
 
 	* Removed login_max_logging_users setting since it was somewhat weird

Index: TODO
===================================================================
RCS file: /var/lib/cvs/dovecot/TODO,v
retrieving revision 1.58.2.4
retrieving revision 1.58.2.5
diff -u -d -r1.58.2.4 -r1.58.2.5
--- TODO	6 Aug 2006 23:29:33 -0000	1.58.2.4
+++ TODO	17 Aug 2006 22:17:02 -0000	1.58.2.5
@@ -1,3 +1,13 @@
+ - something should be done to umask setting. we should be creating files with
+   0666 or 0777 and rely on umask, but we shouldn't do that unless we're sure
+   that the umask is the wanted one (ie. imap/pop3 process wasn't started
+   directly)
+ - filesystem group quota patch
+ - avoid duplicate flag change notifications, or in case the message is
+   also expunged don't bother notifying its flag changes at all
+ - HFS+ avoid-hardlinks patch?
+ - 32bit -> 64bit upgrade still doesn't work without assert-crashing:
+   mail-cache-transaction.c: line 709 (mail_cache_add): assertion failed: (fixed_size == (unsigned int)-1 || fixed_size == data_size)
  - ssl_verify_client_cert isn't working if the SSL cert doesn't have CRL
  - Courier-compatible INBOX. namespace gives "invalid namespace" errors
     - lsub "" IN% -> doesn't show anything

Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.32
retrieving revision 1.277.2.33
diff -u -d -r1.277.2.32 -r1.277.2.33
--- configure.in	16 Aug 2006 13:31:22 -0000	1.277.2.32
+++ configure.in	17 Aug 2006 22:17:02 -0000	1.277.2.33
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.rc6],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.rc7],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE



More information about the dovecot-cvs mailing list