summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2006-06-27 21:25:34 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2006-06-27 21:25:34 +0000
commitbff6fb9250e1f2e9462f54b354e1367b962b81ec (patch)
tree87b2a93c03a65b076b7168bcb83fee1b62b80156 /ChangeLog
parent2737d255a90e9716623458099a18118d3d079453 (diff)
# update
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@174 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog57
1 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d56b5dbf..b827afa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,62 @@
+2006-06-27 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * README: moved some content to new home page, added link to it
+
+ * src/syncevolution.cpp:
+ listing Evolution databases showed calendars twice instead of task lists
+
+2006-06-26 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * README:
+ changed comments about Evolution versions affected by known problems
+
+ * README: minor clarifications
+
+ * etc/localhost_1/spds/syncml/config.txt:
+ workaround for problems during slow-sync if items are split between different messages
+
+ * src/EvolutionContactSource.cpp: clarified unknown name text
+
+ * src/EvolutionContactSource.cpp, src/normalize_vcard.pl:
+ added special handling of TEL;TYPE=PREF,VOICE
+
+2006-06-22 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/TestEvolution.cpp: added *Stress::testManyItems
+
+2006-06-19 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/EvolutionSyncClient.cpp: always use two digits in file name
+
+2006-06-17 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/EvolutionSyncSource.cpp:
+ never executed delete since adding workaround (wrong brackets)
+
+ * src/normalize_vcard.pl: remove redundant VALUE=DATE-TIME
+
+ * src/testCalendar.ics: added test case with BYSETPOS=-1
+
+ * src/testCalendar.ics:
+ added more special characters - double quotation marks currently not tested because of Evolution's invalid encoding of them
+
+ * README:
+ documented need to enter new address book to avoid 'EBookStatus returned 19'
+
2006-06-15 Patrick Ohly <Patrick.Ohly@gmx.de>
+ * src/normalize_vcard.pl, src/testTask.ics:
+ relax comparison of RRULE BYDAY, modified task test case to always use its own VTIMEZONE
+
+ * src/testVCard.vcf: added test case with empty EMAIL: property
+
+ * src/EvolutionSyncSource.cpp, src/EvolutionSyncSource.h:
+ added safety check to avoid segfaults if server sends no data for item
+
+ * README: some more comments about compiling on Debian Sarge
+
+ * src/Makefile.am: added Test.h to distribution
+
* src/Makefile.am: added testTask.ics
* etc/localhost_1/spds/syncml/config.txt, README, etc/localhost_1/spds/sources/addressbook_1/config.txt: