# entry for 0.6 pre2

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@366 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2007-04-22 19:49:19 +00:00
parent ede2ea9229
commit 320685e55f
1 changed files with 27 additions and 2 deletions

29
NEWS
View File

@ -1,5 +1,30 @@
SyncEvolution 0.5 -> 0.6, 26.03.2006
------------------------------------
SyncEvolution 0.6pre1 -> 0.6pre2, 22.04.2006
--------------------------------------------
* C++ client library: tag "wmplugin_6_0_14"
* added support for synchronizing Evolution notes (aka memos) as
plain text where the first line serves as summary; this is the
format understood by ScheduleWorld, not the iCal 2.0 format
added in 0.6pre1
* improved log handling: writing log and database dumps can be
disabled with "logdir=none", verbosity of log is controled by
"loglevel", better handling of errors during initial database
access
* fixed off-by-one counting of months in backup directory names
* fixed error handling: a failed source was not forced into a slow
sync as required; one failed source prevented saving configs of
not-failed ones and thus forced those into an unnecessary slow
sync
* revamped example configs: only one set of config files for each
server is provided, because this is more likely to be needed
by users
* uses the Funambol C++ testing framework (which is based on the
previous SyncEvolution testing); now creates its configs
and (when using CLIENT_TEST_EVOLUTION_PREFIX=file://<path>)
also the Evolution databases automatically
SyncEvolution 0.5 -> 0.6pre1, 26.03.2006
----------------------------------------
* C++ client library: CVS snapshot from 26.03.2006
* added support for synchronizing Evolution notes (aka memos) as
iCal 2.0 journal