comparison NEWS @ 337:25f2b396c297 HEAD

0.98.2 released
author Timo Sirainen <tss@iki.fi>
date Mon, 30 Sep 2002 23:12:00 +0300
parents df941be7c6b0
children 37d52d6a3e7a
comparison
equal deleted inserted replaced
336:38bb7337df0c 337:25f2b396c297
1 v0.98.2 2002-09-30 Timo Sirainen <tss@iki.fi>
2
3 + --with-file-offset-size=32 can now be used to select 32bit file
4 offsets. Using them should be a bit faster and take a bit less
5 disk and memory (also needed to compile Dovecot successfully with
6 TinyCC).
7 + maildir_copy_with_hardlinks option works now
8 + Check new mail and notify about it to client also after
9 commands which don't allow full syncing (FETCH, STORE, SEARCH).
10 Also always send RECENT after EXISTS notify.
11 + If we're out of disk space while opening mailbox, notify about it
12 with ALERT.
13 - STORE and SEARCH didn't handle properly message sequence numbers
14 when some in the middle were externally deleted
15 - SEARCH: Only first search condition was checked.
16 - mbox: Message flags given to APPEND were ignored.
17 - mbox: index was corrupted when changing flags for multipart MIME
18 messages
19 - Out of disk space-handling wasn't working properly with .customflags
20 file
21 - if auth processes were killed, login processes weren't reconnecting
22 to them
23
1 v0.98.1 2002-09-24 Timo Sirainen <tss@iki.fi> 24 v0.98.1 2002-09-24 Timo Sirainen <tss@iki.fi>
2 25
3 + Faster and safer mbox rewriting when flags are updated 26 + Faster and safer mbox rewriting when flags are updated
4 - Didn't save messages larger then 8192 bytes 27 - Didn't save messages larger then 8192 bytes
5 - Several mbox breakages 28 - Several mbox breakages