2011-01-19 20:13:38 +01:00
|
|
|
=========
|
|
|
|
ChangeLog
|
|
|
|
=========
|
|
|
|
|
|
|
|
Users should ignore this content: **it is draft**.
|
|
|
|
|
|
|
|
Contributors should add entries here in the following section, on top of the
|
|
|
|
others.
|
|
|
|
|
|
|
|
`WIP (coming releases)`
|
|
|
|
=======================
|
|
|
|
|
|
|
|
New Features
|
|
|
|
------------
|
2011-02-23 10:00:14 +01:00
|
|
|
|
2011-06-30 15:18:03 +02:00
|
|
|
* add a --info command line switch that outputs useful information about
|
|
|
|
the server and the configuration for all enabled accounts.
|
2011-10-28 09:35:23 +02:00
|
|
|
|
2011-01-19 20:13:38 +01:00
|
|
|
Changes
|
|
|
|
-------
|
2011-09-29 16:59:36 +02:00
|
|
|
|
2011-10-28 09:35:23 +02:00
|
|
|
* Reworked logging which was reported to e.g. not flush output to files
|
|
|
|
often enough. User-visible changes:
|
|
|
|
a) console output goes to stderr (for now).
|
|
|
|
b) file output has timestamps and looks identical in the basic and
|
|
|
|
ttyui UIs.
|
|
|
|
c) File output should be flushed after logging by default (do
|
|
|
|
report if not).
|
|
|
|
|
2011-11-02 10:55:42 +01:00
|
|
|
* Bumped bundled imaplib2 to release 2.29
|
|
|
|
|
2011-01-19 20:13:38 +01:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
2011-12-01 10:27:12 +01:00
|
|
|
|
|
|
|
* IMAP<->IMAP sync with a readonly local IMAP repository failed with a
|
|
|
|
rather mysterious "TypeError: expected a character buffer object"
|
|
|
|
error. Fix this my retrieving the list of folders early enough even
|
|
|
|
for readonly repositories.
|
2011-12-01 17:06:26 +01:00
|
|
|
|
|
|
|
* Fix regression from 6.4.0. When using local Maildirs with "/" as a
|
|
|
|
folder separator, all folder names would get a trailing slash
|
|
|
|
appended, which is plain wrong.
|