[dovecot-cvs] dovecot NEWS, 1.28.2.15, 1.28.2.16 TODO, 1.58.2.11, 1.58.2.12 configure.in, 1.277.2.42, 1.277.2.43

tss at dovecot.org tss at dovecot.org
Sun Nov 12 20:08:52 UTC 2006


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

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



Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot/NEWS,v
retrieving revision 1.28.2.15
retrieving revision 1.28.2.16
diff -u -d -r1.28.2.15 -r1.28.2.16
--- NEWS	8 Nov 2006 13:18:56 -0000	1.28.2.15
+++ NEWS	12 Nov 2006 20:08:50 -0000	1.28.2.16
@@ -1,3 +1,23 @@
+v1.0.rc14 2006-11-12  Timo Sirainen <tss at iki.fi>
+
+	* LDAP: Don't try to use ldap_bind() with empty passwords, since
+	  Windows 2003 AD skips password checking with them and just returns
+	  success.
+	* verbose_ssl=yes: Don't bother logging "syscall failed: EOF"
+	  messages. No-one cares about them.
+
+	+ Dovecot sources should now compile without any warnings with gcc 3.2+
+	- rc13 crashed if client disconnected while IDLEing
+	- LDAP: auth_bind=yes fixes
+        - %variables: Fixed zero padding handling and documented it. %0.1n
+	  shouldn't enable it, and it really shouldn't stay for the next
+	  %variable. -sign also shouldn't stay for the next variable.
+	- Don't leak opened .log.2 transaction logs.
+	- Fixed a potential hang in IDLE command (probably really rare).
+	- Fixed potential problems with client disconnecting while master was
+	  handling the login.
+	- quota plugin didn't work in Mac OS X
+
 v1.0.rc13 2006-11-08  Timo Sirainen <tss at iki.fi>
 
 	+ deliver: If we're executing as a normal system user, get the HOME

Index: TODO
===================================================================
RCS file: /var/lib/cvs/dovecot/TODO,v
retrieving revision 1.58.2.11
retrieving revision 1.58.2.12
diff -u -d -r1.58.2.11 -r1.58.2.12
--- TODO	8 Nov 2006 13:18:56 -0000	1.58.2.11
+++ TODO	12 Nov 2006 20:08:50 -0000	1.58.2.12
@@ -1,10 +1,11 @@
+ - dovecot.index breaks: first_recent_uid_lowwater 1413 -> 1381,
+   Duplicate header extension keywords (13 of them in the file!)
  - mmap_disable=yes: somtimes hdr.next_uid <= last_rec.uid
  - auth_cache doesn't automatically take into account allow_nets
  - still problems with CRLF mboxes..
  - mbox_min_index_size != 0 causes Invalid new transaction log sequence (4 >= 4)
- - ldap auth is leaking memory?
- - master leaks log fds with kqueue (can't reproduce)
 
+ - Allow %variables in mail_chroot setting
  - 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

Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.42
retrieving revision 1.277.2.43
diff -u -d -r1.277.2.42 -r1.277.2.43
--- configure.in	8 Nov 2006 13:26:43 -0000	1.277.2.42
+++ configure.in	12 Nov 2006 20:08:50 -0000	1.277.2.43
@@ -1,5 +1,5 @@
 xAC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.rc13],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.rc14],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE



More information about the dovecot-cvs mailing list