# HG changeset patch # User Timo Sirainen # Date 1137958604 -7200 # Node ID 863a3fcac7b26f7edc2d9cf13bfa6ba22eb17f0e # Parent aebf3766765562a855563f0d6ddb0f1e9fc19722 1.0.beta2 released diff -r aebf37667655 -r 863a3fcac7b2 NEWS --- a/NEWS Sun Jan 22 21:31:30 2006 +0200 +++ b/NEWS Sun Jan 22 21:36:44 2006 +0200 @@ -1,3 +1,37 @@ +v1.0.beta2 2006-01-22 Timo Sirainen + + + Added SQLite support. Patch by Jakob Hirsch. + + Added auth_debug_passwords setting. If it's not enabled, hide all + password strings from logs. + + Added mail_cache_min_mail_count and mbox_min_index_size settings + which can be used to make Dovecot do less disk writes in small + mailboxes where they don't benefit that much. + + Added --build-ssl-parameters parameter to dovecot binary + - SSL parameters were being regenerated every 10 minutes, although + not with all systems. + - Fixed dovecot-auth crashing at startup. Happened only with some + specific compilers. + - base_dir was supposed to be set world-readable, not world-writable + +v1.0.beta1 2006-01-16 Timo Sirainen + + * Almost a complete rewrite since 0.99.x, but some of the major + changes are: + + + Index file code rewritten to do less disk I/O, wait locks less and + in generate be smarter. They also support being in clustered + filesystems and NFS support is mostly working also. + + Mail caching is smarter. Only the data that client requests is + cached. Before Dovecot opened and cached all mails when mailbox was + opened the first time, which was slow. + + Mbox handling code rewritten to be much faster, safer and correct + + New authentication mechanisms: APOP, GSSAPI, LOGIN, NTLM and RPA. + + LDAP supports authentication binds + + Authentication server can cache password database lookups + + Support for multiple authentication databases + + Namespace configuration + + Dovecot works with shared + v0.99.10 2003-06-26 Timo Sirainen * Default PAM service name changed to "dovecot". This means that diff -r aebf37667655 -r 863a3fcac7b2 configure.in --- a/configure.in Sun Jan 22 21:31:30 2006 +0200 +++ b/configure.in Sun Jan 22 21:36:44 2006 +0200 @@ -1,5 +1,5 @@ AC_PREREQ([2.59]) -AC_INIT([dovecot],[1.0.beta1],[dovecot@dovecot.org]) +AC_INIT([dovecot],[1.0.beta2],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) AM_INIT_AUTOMAKE