[dovecot-cvs] dovecot configure.in, 1.277.2.52, 1.277.2.53 NEWS, 1.28.2.19, 1.28.2.20
tss at dovecot.org
tss at dovecot.org
Mon Jan 22 16:30:39 UTC 2007
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv7604
Modified Files:
Tag: branch_1_0
configure.in NEWS
Log Message:
Released 1.0.rc18
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.52
retrieving revision 1.277.2.53
diff -u -d -r1.277.2.52 -r1.277.2.53
--- configure.in 18 Jan 2007 19:51:16 -0000 1.277.2.52
+++ configure.in 22 Jan 2007 16:30:37 -0000 1.277.2.53
@@ -1,5 +1,5 @@
xAC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.rc17],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.rc18],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE
Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot/NEWS,v
retrieving revision 1.28.2.19
retrieving revision 1.28.2.20
diff -u -d -r1.28.2.19 -r1.28.2.20
--- NEWS 7 Jan 2007 07:26:13 -0000 1.28.2.19
+++ NEWS 22 Jan 2007 16:30:37 -0000 1.28.2.20
@@ -1,3 +1,34 @@
+v1.0.rc18 2007-01-22 Timo Sirainen <tss at iki.fi>
+
+ * ACL plugin + Maildir: Moved dovecot-acl file from control directory
+ to maildir. To prevent accidents caused by this change, Dovecot
+ kills itself if it finds dovecot-acl file from the control directory.
+ * When opening a maildir, check if tmp/'s atime is over 8h old. If it
+ is, delete files in it with ctime older than 36h. However if
+ atime - ctime > 36h, it means that there's nothing to be deleted and
+ the scanning isn't done. We update atime ourself if filesystem is
+ mounted with noatime.
+ * base_dir doesn't need to be group-readable, don't force it.
+ * mail_read_mmaped setting is deprecated and possibly broken. It's now
+ removed from dovecot-example.conf, but it still works for now.
+ * Removed also umask setting from dovecot-example.conf since currently
+ it doesn't do what it's supposed to.
+
+ + Authentication cache caches now also userdb data.
+ + Added mail_log plugin to log various mail operations. Currently it
+ logs mail copies, deletions, expunges and mailbox deletions.
+ - dict quota: messages=n parameter actually changed storage limit.
+ - A lot of fixes to handling index files. This should fix almost all
+ of the problems ever reported.
+ - LDAP: auth_bind=yes was more or less broken.
+ - Saved mails and dovecot-keywords file didn't set the group from
+ dovecot-shared file.
+ - Fixed potential assert-crash while searching messages
+ - Fixed some crashes with invalid X-UID headers in mboxes
+ - If you didn't have a namespace with empty prefix, giving STATUS
+ command for a non-existing namespace caused the connection to give
+ "NO Unknown namespace" errors for all the future commands.
+
v1.0.rc17 2007-01-07 Timo Sirainen <tss at iki.fi>
- MySQL authentication caused username to show up as "OK" in rc16.
More information about the dovecot-cvs
mailing list