comparison NEWS @ 3996:cbca2fc5ca97 HEAD

Updated
author Timo Sirainen <tss@iki.fi>
date Wed, 08 Feb 2006 12:17:59 +0200
parents 863a3fcac7b2
children 9198a457f022
comparison
equal deleted inserted replaced
3995:becee8ae64a6 3996:cbca2fc5ca97
1 v1.0.beta3 2006-02-08 Timo Sirainen <tss@iki.fi>
2
3 * Dotlock code changed to timeout faster in some situations when
4 the lock file is old.
5 + Added support for loading SQL drivers dynamically (see INSTALL file
6 for how to build them)
7 + Keywords are stored to dboxes, and other dbox improvements.
8 + dict-sql could actually work now, making quota-in-sql-database
9 possibly working now (not fully tested)
10 + Added mail storage conversion plugin to convert automatically from
11 one mailbox format to another while user logs in. Doesn't preserve
12 UIDVALIDITY/UIDs though.
13 + Added plugin { .. } section to dovecot.conf for passing parameters
14 to plugins (see dovecot-example.conf).
15 + Added ssl-build-param binary which is used to generate
16 ssl-parameters.dat. Main dovecot binary doesn't anymore link to
17 SSL libraries, and this also makes the process title be clearer
18 about why the process is eating all the CPU.
19 - Fix building without OpenSSL
20 - Fixed memory leak in MySQL driver
21 - Fixes to checkpassword
22 - Broken Content-Length header could have broken mbox opening
23 - Fixed potential hangs after APPEND command
24 - Fixed potential crashes in dovecot-auth and imap/pop3-login
25 - zlib plugin now links with -lz so it could actually work
26 - kqueue fixes by Vaclav Haisman
27
1 v1.0.beta2 2006-01-22 Timo Sirainen <tss@iki.fi> 28 v1.0.beta2 2006-01-22 Timo Sirainen <tss@iki.fi>
2 29
3 + Added SQLite support. Patch by Jakob Hirsch. 30 + Added SQLite support. Patch by Jakob Hirsch.
4 + Added auth_debug_passwords setting. If it's not enabled, hide all 31 + Added auth_debug_passwords setting. If it's not enabled, hide all
5 password strings from logs. 32 password strings from logs.