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
|
|
|
|
2012-02-17 11:59:27 +01:00
|
|
|
* --dry-run mode protects us from performing any actual action.
|
|
|
|
It will not precisely give the exact information what will
|
|
|
|
happen. If e.g. it would need to create a folder, it merely
|
|
|
|
outputs "Would create folder X", but not how many and which mails
|
|
|
|
it would transfer.
|
|
|
|
|
2011-01-19 20:13:38 +01:00
|
|
|
Changes
|
|
|
|
-------
|
2011-09-29 16:59:36 +02:00
|
|
|
|
2012-02-13 16:07:33 +01:00
|
|
|
* internal code changes to prepare for Python3
|
|
|
|
|
|
|
|
* Improve user documentation of nametrans/folderfilter
|
|
|
|
|
2012-02-16 11:54:53 +01:00
|
|
|
* Fixed some cases where invalid nametrans rules were not caught and
|
|
|
|
we would not propagate local folders to the remote repository.
|
|
|
|
(now tested in test03)
|
|
|
|
|
2012-02-24 08:31:31 +01:00
|
|
|
* Revert "* Slight performance enhancement uploading mails to an IMAP
|
|
|
|
server in the common case." It might have led to instabilities.
|
2012-02-16 11:54:53 +01:00
|
|
|
|
2012-02-24 11:13:27 +01:00
|
|
|
* Revamped documentation structure. `make` in the `docs` dir or `make
|
|
|
|
doc` in the root dir will now create the 1) man page and 2) the user
|
|
|
|
documentation using sphinx (requiring python-doctools, and
|
|
|
|
sphinx). The resulting user docs are in `docs/html`. You can also
|
|
|
|
only create the man pages with `make man` in the `docs` dir.
|
|
|
|
|
2011-01-19 20:13:38 +01:00
|
|
|
Bug Fixes
|
|
|
|
---------
|