[dovecot-cvs] dovecot NEWS, 1.28.2.3, 1.28.2.4 configure.in, 1.277.2.20, 1.277.2.21
cras at dovecot.org
cras at dovecot.org
Tue Jul 4 20:51:48 EEST 2006
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv23050
Modified Files:
Tag: branch_1_0
NEWS configure.in
Log Message:
1.0.rc2 released
Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot/NEWS,v
retrieving revision 1.28.2.3
retrieving revision 1.28.2.4
diff -u -d -r1.28.2.3 -r1.28.2.4
--- NEWS 27 Jun 2006 22:18:13 -0000 1.28.2.3
+++ NEWS 4 Jul 2006 17:51:46 -0000 1.28.2.4
@@ -1,3 +1,33 @@
+v1.0.rc2 2006-07-04 Timo Sirainen <tss at iki.fi>
+
+ * disable_plaintext_auth=yes: Removed hardcoded 127.* and ::1 IP
+ checks. Now we just assume that the connection is secure if the
+ local IP matches the remote IP address.
+ * SSL code rewrite which hopefully makes it work better than before.
+ Seems to work correctly, but if you suddently have trouble with SSL
+ connections this is likely the reason.
+
+ + verbose_ssl=yes: Log also SSL alerts and BIO errors
+ - If namespace's location field wasn't set, the default location
+ was supposed to be used but it wasn't.
+ - When copying ssl-parameters.dat file from /var/lib to /var/run its
+ permissions went wrong if it couldn't be copied with hard linking.
+ - Fixed filesystem quota plugin to work with BSDs.
+ - Maildir: Saving mails didn't work if quota plugin was enabled (again)
+ - Maildir: Messages' received time wasn't saved properly when
+ saving/copying multiple messages at a time. Also if using quota
+ plugin the S= size was only set for the first saved file, and even
+ that was wrong.
+ - passdb passwd-file: Don't require valid uid/gid fields if file
+ isn't also being used as a userdb.
+ - PostgreSQL: Handle failures better so that there won't be
+ "invalid fd" errors in logs.
+ - Don't try to expunge messages if the mailbox is read-only. It'll
+ just cause our index files to go out of sync with the real
+ mailbox and cause errors.
+ - ANONYMOUS authentication mechanism couldn't work because
+ anonymous_username setting wasn't passed from master process.
+
v1.0.rc1 2006-06-28 Timo Sirainen <tss at iki.fi>
* PAM: If user's password is expired, give "Password expired" error
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.20
retrieving revision 1.277.2.21
diff -u -d -r1.277.2.20 -r1.277.2.21
--- configure.in 3 Jul 2006 13:08:57 -0000 1.277.2.20
+++ configure.in 4 Jul 2006 17:51:46 -0000 1.277.2.21
@@ -1,5 +1,5 @@
AC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.rc1],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.rc2],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE
More information about the dovecot-cvs
mailing list