summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2006-04-12 21:05:20 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2006-04-12 21:05:20 +0000
commitbe912fb19d3b259e2af0d6640d2f8f72a0001b7a (patch)
tree8ecdcd44a87cb73a4b4846a3140036088b598c96 /ChangeLog
parent8327d850aa45fe1e2eda410ccf41d48560763253 (diff)
# updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@66 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a42ce2b6..671f7ebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2006-04-12 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/TestEvolution.cpp:
+ refactored code so that test suites can be built from the base template TestEvolution class:
+ currently defined are ContactSource (local tests) and ContactSync (synchronization with server), tests work exactly as before
+
+ * src/EvolutionContactSource.cpp:
+ text/x-vcard is more suitable for vcard 2.1
+
+2006-04-09 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/TestEvolution.cpp:
+ made sleep configurable (off by default), synchronize only one source
+
+ * src/EvolutionCalendarSource.cpp, src/EvolutionCalendarSource.h, src/EvolutionContactSource.cpp, src/EvolutionContactSource.h, src/EvolutionSmartPtr.h, src/EvolutionSyncClient.cpp, src/EvolutionSyncClient.h, src/EvolutionSyncSource.cpp, src/EvolutionSyncSource.h, src/Makefile.am, src/TestEvolution.cpp, src/syncevolution.cpp, etc/Makefile.am, etc/localhost_1/spds/sources/addressbook_1/config.txt, README, configure.in:
+ - added support for calendars and tasks: not yet tested automatically
+ but manual tests show that it works in principle, albeit with some
+ loss of attributes in the server for calendars (time zone)
+ - removed "disabled" configuration option, use "sync = none" instead
+ - added selection of databases to synchronize via additional command
+ line parameters
+
+ Source:
+ - Refactored code so that EvolutionSyncSource contains the client-library
+ facing code and commong logging/error handling. EvolutionContactSource
+ and EvolutionCalendarSource (for both calendars and tasks) can now
+ indicate errors via exceptions in all functions.
+
+2006-04-06 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * README, configure.in, src/EvolutionContactSource.cpp, src/EvolutionSyncClient.cpp, src/EvolutionSyncClient.h, src/EvolutionSyncSource.h, src/TestEvolution.cpp, src/syncevolution.cpp:
+ adapted to head revision of Sync4j C++ client library
+
+ * src/Makefile.am: testVCard.vcf was missing in source distribution
+
+2006-03-26 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/sync4j-client-api-sdkcpp_3_0_6a.diff:
+ fix for #304805: testing return code of SyncClient::beginSync()
+
+2006-03-19 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * NEWS, README, configure.in, etc/localhost_1/spds/syncml/config.txt, src/EvolutionContactSource.cpp, src/EvolutionContactSource.h, src/EvolutionSyncClient.cpp, src/EvolutionSyncClient.h, src/EvolutionSyncSource.h, src/Makefile.am, src/syncevolution.cpp:
+ - implemented automatic backups, logging and database comparison
+ - prepared 0.2 release
+
+ * src/EvolutionContactSource.cpp:
+ set TYPE=OTHER also for EMAIL if no other type found
+
+ * src/normalize_vcard.pl:
+ ignore some more irrelevant vcard differences (TYPE=PREF, extra separators)
+
+ * src/sync4j-client-api-sdkcpp_3_0_6a.diff, src/testVCard.vcf:
+ when using quoted-printable, also encode non-ASCII for consistency
+
2006-03-19 Patrick Ohly <Patrick.Ohly@gmx.de>
* NEWS, README, configure.in, etc/localhost_1/spds/syncml/config.txt, src/EvolutionContactSource.cpp, src/EvolutionContactSource.h, src/EvolutionSyncClient.cpp, src/EvolutionSyncClient.h, src/EvolutionSyncSource.h, src/Makefile.am, src/syncevolution.cpp: