[dovecot-cvs] dovecot NEWS, 1.28.2.11, 1.28.2.12 TODO, 1.58.2.7, 1.58.2.8 configure.in, 1.277.2.37, 1.277.2.38

tss at dovecot.org tss at dovecot.org
Mon Oct 16 00:31:25 UTC 2006


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

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



Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot/NEWS,v
retrieving revision 1.28.2.11
retrieving revision 1.28.2.12
diff -u -d -r1.28.2.11 -r1.28.2.12
--- NEWS	14 Oct 2006 00:02:13 -0000	1.28.2.11
+++ NEWS	15 Oct 2006 23:31:22 -0000	1.28.2.12
@@ -1,3 +1,18 @@
+v1.0.rc10 2006-10-16  Timo Sirainen <tss at iki.fi>
+
+	* When matching allowed_nets IPs, convert IPv6-mapped-IPv4 addresses
+	  to actual IPv4 addresses first.
+
+	+ IMAP: Try to avoid sending duplicate/useless message flag updates
+	+ Added support for non-plaintext authentication for vpopmail if it
+	  returns plaintext passwords. Based on patch by Remi Gacogne.
+	+ Added %D modified to return "sub.domain.org" as
+	  "sub,dc=domain,dc=org" (for LDAP queries). Patch by Andrey Panin.
+	- rc9 broke cache files in 64bit systems
+	- deliver works now with mail_chroot
+	- auth cache didn't work properly with multiple passdbs
+	- Fixes to handling CRLF linefeeds in mboxes.
+
 v1.0.rc9 2006-10-14  Timo Sirainen <tss at iki.fi>
 
 	* 64bit systems: dovecot.index.cache file will be rebuilt because

Index: TODO
===================================================================
RCS file: /var/lib/cvs/dovecot/TODO,v
retrieving revision 1.58.2.7
retrieving revision 1.58.2.8
diff -u -d -r1.58.2.7 -r1.58.2.8
--- TODO	14 Oct 2006 00:02:13 -0000	1.58.2.7
+++ TODO	15 Oct 2006 23:31:22 -0000	1.58.2.8
@@ -1,23 +1,14 @@
  - ldap auth is leaking memory?
- - mbox save: don't allow From_-lines inside headers
- - 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
      - added sanity checks now. see if errors changed?
- - deliver doesn't work with mail_chroot set
- - auth_cache breaks master passdb
- - 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
    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
@@ -67,6 +58,7 @@
     - when sorting maildir files, sort based on Mxxxx first so the files are
       sorted always in ascending order. required for proper out-of-quota
       uidlist handling
+    - physical separator could be configurable
 
  - dbox
    - keyword list header locking isn't correct now. saving uses file's

Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.37
retrieving revision 1.277.2.38
diff -u -d -r1.277.2.37 -r1.277.2.38
--- configure.in	14 Oct 2006 00:02:13 -0000	1.277.2.37
+++ configure.in	15 Oct 2006 23:31:22 -0000	1.277.2.38
@@ -1,5 +1,5 @@
 xAC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.rc9],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.rc10],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AM_INIT_AUTOMAKE



More information about the dovecot-cvs mailing list