summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2006-08-13 20:16:14 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2006-08-13 20:16:14 +0000
commitb87d8ba2fd0877d6b2db91cff03760f7d697d357 (patch)
tree7414413c5c4b9c18d7bcae625441602b32ae89bd /ChangeLog
parent7135b88f456db527a624c5bfd65e146289f8ef38 (diff)
# updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@213 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8354daa3..8967e6d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2006-08-13 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/testVCard.vcf: added some more test cases for special characters
+
+ * src/EvolutionContactSource.h:
+ send configured vCard format as part of DevInf (Synthesis server gets confused otherwise)
+
+ * src/vocl/VObject.cpp:
+ do not send CHARSET for vCard 3.0, not needed and illegal
+
+2006-08-06 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/vocl/VObject.cpp:
+ always treat single ; as normal character in single-value properties
+
+ * NEWS, configure.in, src/Makefile.am, src/syncevolution.cpp:
+ now compiles on Maemo
+
+ * HACKING: added note about .patches
+
+ * configure.in:
+ C++ client library may or may not already contain the files generated by the autotools
+
+ * etc/localhost_1/spds/sources/addressbook_1/config.txt:
+ since adding the sync-mode-name.patch more comprehensible names are supported
+
+ * src/TestEvolution.cpp, NEWS, src/EvolutionCalendarSource.cpp:
+ workaround for incomplete result of e_cal_get_changes()
+
+ * NEWS, README, src/EvolutionSyncClient.cpp, src/EvolutionSyncClient.h, src/EvolutionSyncSource.h, src/TestEvolution.cpp, src/syncevolution.cpp:
+ - adapted to new SyncClient API: configuration tree handling is now part
+ of the library
+ - do not reset anchors after failure: allows to proceed with two-way sync
+
2006-08-06 Patrick Ohly <Patrick.Ohly@gmx.de>
* src/vocl/VObject.cpp: