From ede2ea9229c6da9ddb686c60a22eb195270eb455 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Sun, 22 Apr 2007 19:48:03 +0000 Subject: # updated git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@365 15ad00c4-1369-45f4-8270-35d70d36bdcd --- ChangeLog | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c1e15db3..9ab47d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,96 @@ +2007-04-21 Patrick Ohly + + * src/EvolutionSyncSource.cpp, src/EvolutionSyncClient.cpp: + fixed error handling: a failed source was not forced into a slow sync, one failed source prevented saving configs of not-failed ones + + * src/EvolutionSyncClient.cpp, etc/localhost_1/spds/sources/addressbook_1/config.txt, etc/localhost_1/spds/syncml/config.txt, etc/source-config.txt, etc/syncml-config.txt, etc/Makefile.am, README, HACKING: + - improved logging: log file and backup can be avoided with logdir=none, + loglevel is configurable + - fixed off-by-one counting of months in backup directory names + - only one example configuration per server, users typically do not + need the _1/2 suffices and the testing system no longer has to be + configured manually either + - documented the switch from the original SyncEvolution testing to its + successor, the generic Funambol C++ client testing framework + +2007-04-15 Patrick Ohly + + * src/client-test-app.cpp: + fixed compile problem on Debian 3.1/older gcc + + * src/client-test-app.cpp, src/EvolutionSyncSource.cpp, src/Makefile.am, src/EvolutionMemoSource.cpp, src/EvolutionMemoSource.h, etc/localhost_1/spds/sources/addressbook_1/config.txt, src/EvolutionCalendarSource.cpp, src/EvolutionCalendarSource.h, etc/Makefile.am: + added synchronization of Memos as plain text + + * HACKING: added note about building Maemo package with fakeroot + +2007-04-14 Patrick Ohly + + * debian/rules: avoid unwanted dependencies caused by optional modules + + * debian/changelog, configure.in: bumped to 0.6 pre2 + + * src/client-test-app.cpp: + minor changes about ifdef ENABLE, added comment avoid vcard21, FIXED itodo20 type + +2007-04-12 Patrick Ohly + + * src/client-test-app.cpp: + always set encoding, we might have to overwrite an encoding set earlier + +2007-04-11 Patrick Ohly + + * src/EvolutionContactSource.cpp: + type OTHER was converted to PARCEL when sending to server, but PARCEL was then not converted back to OTHER, but rather into HOME + + * src/client-test-app.cpp: + - source type was not set in new configs as intended + - fixed confusion with source index vs. type (broke testing of e.g. ical20) + +2007-04-09 Patrick Ohly + + * src/EvolutionCalendarSource.cpp, src/EvolutionContactSource.cpp: + avoid not freeing error/overwriting error when trying again + + * src/client-test-app.cpp: + fixed incorrect mapping from selected source to type + + * src/EvolutionSyncClient.cpp: + always summarize ERROR/INFO messages at the end, even if sync didn't start - there might be errors which prevent starting it + +2007-04-06 Patrick Ohly + + * src/Makefile.am: + need to declare new files so that it gets included in distribution + +2007-04-02 Patrick Ohly + + * src/Makefile.am: + fixed distribution after taking several files from C++ client library + +2007-04-01 Patrick Ohly + + * src/client-test-app.cpp: + added CLIENT_TEST_EVOLUTION_PREFIX which overrides the evolutionsource setting in test configs; default SyncEvolution_Test_ + + * src/EvolutionCalendarSource.cpp: + avoid e_cal_new_system_memos(), it breaks compilation with older Evolution + + * src/EvolutionContactSource.cpp, src/client-test-app.cpp, src/EvolutionCalendarSource.cpp, src/EvolutionCalendarSource.h: + added the possibility to create databases if evolutionsource is set to a file:// uri + + * src/Makefile.am: + explicit dependency on modules is needed for client-test + +2007-03-31 Patrick Ohly + + * src/Algorithm/Artistic, src/Algorithm/Diff.pm, src/Algorithm/README, src/Algorithm/copyright, src/EvolutionClientConfig.h, src/EvolutionSyncClient.cpp, src/EvolutionSyncClient.h, src/Makefile.am, src/client-test-app.cpp: + synccompare and test suite are now taken from C++ client library + 2007-03-26 Patrick Ohly + * debian/control, debian/changelog, README, NEWS, ChangeLog, HACKING: + various release preparations + * configure.in: streamlined dependencies and their checking * src/Makefile.am, configure.in: -- cgit v1.2.3