From 9f0589b01247ea82d0ba3326ff1fb4c5d9326795 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 21 Aug 2006 20:35:09 +0000 Subject: # updated git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@224 15ad00c4-1369-45f4-8270-35d70d36bdcd --- ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8967e6d8..3a9fe696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2006-08-19 Patrick Ohly + + * README: new server is www.estamos.de + + * configure.in: + better error message when Evolution development files are missing + + * src/EvolutionCalendarSource.cpp, src/EvolutionCalendarSource.h: + moved reading of changes into helper function so that it can be used in the pre- and post-processing + +2006-08-17 Patrick Ohly + + * NEWS, src/EvolutionSyncSource.cpp, src/TestEvolution.cpp: + ensure that after refresh-from-client items are not sent again + + * src/EvolutionCalendarSource.cpp, src/EvolutionSyncSource.h, src/TestEvolution.cpp: + changed list into a set to be more resilient against getting UIDs multiple times + + * src/EvolutionCalendarSource.h, src/EvolutionContactSource.cpp, src/EvolutionSyncClient.cpp, src/EvolutionSyncSource.h, NEWS, README, src/EvolutionCalendarSource.cpp: + implemented Evolution authentication + +2006-08-15 Patrick Ohly + + * src/normalize_vcard.pl, NEWS: + normalizing ORG must not extend into other properties + +2006-08-14 Patrick Ohly + + * src/EvolutionCalendarSource.cpp, src/EvolutionCalendarSource.h, src/EvolutionContactSource.cpp, src/EvolutionContactSource.h, src/EvolutionSmartPtr.h, src/EvolutionSyncClient.cpp, src/EvolutionSyncClient.h, src/syncevolution.cpp, NEWS: + - rename qptr to eptr to avoid name clash with sstring + - moved unref() into global name space so that more unref() functions + can be added (otherwise local methods shadow the global functions) + - use eptr for SourceList (wasn't destructed in case of error otherwise and + logging in 0.4 pre continued to go to file) + - check for server configuration and abort in prepare if none given with + a suitable error message + + * NEWS, src/vocl/VObject.cpp: + avoid CHARSET=UTF-8 without quoted-printable encoding + 2006-08-13 Patrick Ohly * src/testVCard.vcf: added some more test cases for special characters -- cgit v1.2.3