[dovecot-cvs] dovecot NEWS, 1.28.2.9, 1.28.2.10 TODO, 1.58.2.5, 1.58.2.6 configure.in, 1.277.2.35, 1.277.2.36

tss at dovecot.org tss at dovecot.org
Mon Oct 9 19:09:49 UTC 2006


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

Modified Files:
      Tag: branch_1_0
	NEWS TODO configure.in 
Log Message:
Released 1.0rc8



Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot/NEWS,v
retrieving revision 1.28.2.9
retrieving revision 1.28.2.10
diff -u -d -r1.28.2.9 -r1.28.2.10
--- NEWS	17 Aug 2006 22:17:02 -0000	1.28.2.9
+++ NEWS	9 Oct 2006 18:09:46 -0000	1.28.2.10
@@ -1,3 +1,27 @@
+v1.0.rc8 2006-10-09  Timo Sirainen <tss at iki.fi>
+
+	* GSSAPI: Changed POP3 service name to "pop", which is what the
+	  standard says
+	* "mbox:/var/mail/%u" no longer works as the mail location. You'll
+	  have to specify the mail root explicitly, just like the examples
+	  always have: "mbox:~/mail:INBOX=/var/mail/%u"
+
+	+ SHA1, LDAP-MD5, PLAIN-MD5, PLAIN-MD4: The password can be now either
+	  hex or base64 encoded. The encoding is detected automatically based
+	  on the password string length.	  
+	+ Allow running only Dovecot master and dovecot-auth processes with
+	  protocols=none setting
+	+ deliver: -f <envelope sender> parameter can be used to set mbox
+	  From_-line's sender address
+	+ deliver: Log all mail saves and failures
+	+ Tru64 SIA passdb support. Patch by Simon L Jackson.
+	- INBOX was listed twice in mailbox list if namespace prefix was used
+	- INBOX-prefixed namespaces were a bit broken
+	- kqueue: Fix 100% CPU usage
+	- deliver: Duplicate storage was a bit broken
+	- dictionary code was broken (ie. dict quota)
+	- SIGHUP caused crashes sometimes
+
 v1.0.rc7 2006-08-18  Timo Sirainen <tss at iki.fi>
 
 	* Require that Dovecot master process's version number matches the

Index: TODO
===================================================================
RCS file: /var/lib/cvs/dovecot/TODO,v
retrieving revision 1.58.2.5
retrieving revision 1.58.2.6
diff -u -d -r1.58.2.5 -r1.58.2.6
--- TODO	17 Aug 2006 22:17:02 -0000	1.58.2.5
+++ TODO	9 Oct 2006 18:09:46 -0000	1.58.2.6
@@ -1,3 +1,16 @@
+ - auth: if auth client gives a field twice kill the connection and log error
+ - master leaks log fds with kqueue
+ - login -> master UNIX socket handling handling is a bit broken:
+     - tried to change state 0 -> 17808 (lost client_fd?)
+     - apparently the client_fd can also be sent tagged with wrong request
+ - deliver doesn't work with mail_chroot set
+ - proxying with multiple connections: SSL_write() syscall failed:
+   Bad file descriptor
+ - auth_cache breaks master passdb
+ - if a child process dies at startup, dovecot master might quit before
+   reading the child process's error message and writing it to log
+ - maildir physical separator could be configurable
+ - extra_args in master db are sent to login
  - 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
@@ -141,7 +154,6 @@
     - remove system_user and allow returning multiple gids instead.
     - SIGHUP restarts auth processes .. but does it wait until they've finished
       with all requests? no.
-    - post-login-sql-command (userdb command doesn't do because of deliver)
     - does dovecot-auth really break when it runs out of fds?
     - dovecot-auth should limit how fast authentication requests are allowed
       from login processes. especially if there's one login/connection the speed

Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.35
retrieving revision 1.277.2.36
diff -u -d -r1.277.2.35 -r1.277.2.36
--- configure.in	8 Oct 2006 21:25:13 -0000	1.277.2.35
+++ configure.in	9 Oct 2006 18:09:46 -0000	1.277.2.36
@@ -1,5 +1,5 @@
-AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.rc7],[dovecot at dovecot.org])
+xAC_PREREQ([2.59])
+AC_INIT([dovecot],[1.0.rc8],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE



More information about the dovecot-cvs mailing list