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
|
|
|
|
|
|
|
* Indicate progress when copying many messages (slightly change log format)
|
|
|
|
|
2011-09-29 17:22:02 +02:00
|
|
|
* Output how long an account sync took (min:sec).
|
|
|
|
|
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-01-19 20:13:38 +01:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
2011-09-29 15:43:01 +02:00
|
|
|
|
|
|
|
* Syncing multiple accounts in single-threaded mode would fail as we try
|
|
|
|
to "register" a thread as belonging to two accounts which was
|
|
|
|
fatal. Make it non-fatal (it can be legitimate).
|
2011-09-30 08:58:08 +02:00
|
|
|
|
|
|
|
* New folders on the remote would be skipped on the very sync run they
|
|
|
|
are created and only by synced in subsequent runs. Fixed.
|
2011-10-05 18:18:55 +02:00
|
|
|
|
|
|
|
* Make NOOPs to keep a server connection open more resistant against dropped
|
|
|
|
connections.
|
2011-11-02 08:40:03 +01:00
|
|
|
|
|
|
|
* a readonly parameter to select() was not always treated correctly,
|
|
|
|
which could result in some folders being opened read-only when we
|
|
|
|
really needed read-write.
|