[dovecot-cvs] dovecot NEWS, 1.28.2.12, 1.28.2.13 TODO, 1.58.2.8, 1.58.2.9 configure.in, 1.277.2.39, 1.277.2.40
tss at dovecot.org
tss at dovecot.org
Sat Nov 4 21:09:47 UTC 2006
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv697
Modified Files:
Tag: branch_1_0
NEWS TODO configure.in
Log Message:
Released 1.0.rc11.
Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot/NEWS,v
retrieving revision 1.28.2.12
retrieving revision 1.28.2.13
diff -u -d -r1.28.2.12 -r1.28.2.13
--- NEWS 15 Oct 2006 23:31:22 -0000 1.28.2.12
+++ NEWS 4 Nov 2006 21:09:45 -0000 1.28.2.13
@@ -1,3 +1,32 @@
+v1.0.rc11 2006-11-05 Timo Sirainen <tss at iki.fi>
+
+ * Renamed default_mail_env to mail_location. default_mail_env still
+ works for backwards compatibility.
+ * deliver: When sending rejects, don't include Content-Type in the
+ rejected mail's headers.
+ * LDAP changes:
+ * If auth binds are used, bind back to the default dn before doing
+ a search. Otherwise it could fail if a user gave an invalid
+ password.
+ * Initial binding at connect is now done asynchronously.
+ * Use pass_attrs even with auth_bind=yes since it may contain
+ useful non-password fields.
+
+ + passdb checkpassword: Give TCPLOCALIP and TCPREMOTEIP and PROTO=TCP
+ environments to the checkpassword binary so we're UCSPI (and vchkpw)
+ compatible.
+ - mbox handling was a bit broken in rc10
+ - Using Dovecot via inetd kept crashing dovecot master
+ - deliver: Don't crash with -f "". Changed the default from envelope
+ to be "MAILER-DAEMON".
+ - INBOX wasn't shown with LSUB command if only prefixed namespaces
+ were used.
+ - passdb ldap: Reconnecting to LDAP server wasn't working with
+ auth binds.
+ - passdb sql: Non-plaintext authentication didn't work
+ - MySQL passdb ignored all non-password checks, such as allow_nets
+ - trash plugin was broken
+
v1.0.rc10 2006-10-16 Timo Sirainen <tss at iki.fi>
* When matching allowed_nets IPs, convert IPv6-mapped-IPv4 addresses
Index: TODO
===================================================================
RCS file: /var/lib/cvs/dovecot/TODO,v
retrieving revision 1.58.2.8
retrieving revision 1.58.2.9
diff -u -d -r1.58.2.8 -r1.58.2.9
--- TODO 15 Oct 2006 23:31:22 -0000 1.58.2.8
+++ TODO 4 Nov 2006 21:09:45 -0000 1.58.2.9
@@ -1,7 +1,7 @@
+ - 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
- - login -> master UNIX socket handling handling is a bit broken
- - added sanity checks now. see if errors changed?
+ - master leaks log fds with kqueue (can't reproduce)
- 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
@@ -62,7 +62,8 @@
- dbox
- keyword list header locking isn't correct now. saving uses file's
- dotlock, sync uses sync lock. and what about reading?...
+ dotlock, sync uses sync lock. and what about reading?... (I think this
+ is fixed?)
- append_offset in header shouldn't be trusted
- show in index if there are expunge-flagged mails in the mailbox
- pop3_lock_session doesn't work
@@ -97,7 +98,6 @@
- lib-storage
- calls fsync()s etc. less often (when copying). optionally disable them.
- x search charset asdf all -> should fail
- - index_removal_timeout gets leaked in some conditions. how?
- subscribe: IMAP(anonymous): open(anonymous/mail/.temp...) failed: Permission denied
- should we allow following symlinks in mbox/maildirs? they are now.
- if we implement shared mailboxes with shared indexes, never do that or
@@ -211,7 +211,6 @@
be only one or two charsets which are used for nearly all conversions.
- deliver
- - empty mail gives an error.
- We should always return EX_* failures and never our own 89 etc.
- general
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.39
retrieving revision 1.277.2.40
diff -u -d -r1.277.2.39 -r1.277.2.40
--- configure.in 3 Nov 2006 14:04:49 -0000 1.277.2.39
+++ configure.in 4 Nov 2006 21:09:45 -0000 1.277.2.40
@@ -1,5 +1,5 @@
xAC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.rc10],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.rc11],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE
More information about the dovecot-cvs
mailing list