[dovecot-cvs] dovecot NEWS, 1.28.2.23, 1.28.2.24 configure.in, 1.277.2.57, 1.277.2.58
tss at dovecot.org
tss at dovecot.org
Tue Feb 6 16:13:02 UTC 2007
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv30470
Modified Files:
Tag: branch_1_0
NEWS configure.in
Log Message:
Released 1.0.rc22
Index: NEWS
===================================================================
RCS file: /var/lib/cvs/dovecot/NEWS,v
retrieving revision 1.28.2.23
retrieving revision 1.28.2.24
diff -u -d -r1.28.2.23 -r1.28.2.24
--- NEWS 2 Feb 2007 14:17:00 -0000 1.28.2.23
+++ NEWS 6 Feb 2007 16:13:00 -0000 1.28.2.24
@@ -1,3 +1,16 @@
+v1.0.rc22 2007-02-06 Timo Sirainen <tss at iki.fi>
+
+ + pop3: Commit the transaction even if client didn't QUIT so cached
+ data gets saved.
+ - Fixed another indexing bug in rc19 and later which caused
+ transactions to be skipped in some situations, causing all kinds of
+ problems.
+ - mail_log_max_lines_per_sec was a bit broken and caused crashes with
+ dovecot -a
+ - BSD filesystem quota was counted wrong. Patch by Manuel Bouyer
+ - LIST: If namespace has a prefix and inbox=no, don't list
+ prefix.inbox if it happens to exist when listing for %.
+
v1.0.rc21 2007-02-02 Timo Sirainen <tss at iki.fi>
- Cache file handling could have crashed rc20
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.57
retrieving revision 1.277.2.58
diff -u -d -r1.277.2.57 -r1.277.2.58
--- configure.in 5 Feb 2007 13:07:22 -0000 1.277.2.57
+++ configure.in 6 Feb 2007 16:13:00 -0000 1.277.2.58
@@ -1,5 +1,5 @@
xAC_PREREQ([2.59])
-AC_INIT([dovecot],[1.0.rc21],[dovecot at dovecot.org])
+AC_INIT([dovecot],[1.0.rc22],[dovecot at dovecot.org])
AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE
More information about the dovecot-cvs
mailing list