summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2006-04-17 17:34:46 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2006-04-17 17:34:46 +0000
commitb85a39b5420de62c09a58f9d5379a2ba94112f01 (patch)
treeb610bb069da2d528aa369909acfff97f41ed4f7b /ChangeLog
parent4ba87699c8153171eb89fbd469d6517a1be577c9 (diff)
# updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@75 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 671f7ebf..23d897e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2006-04-17 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * README: added warnings about known-problems
+
+ * src/testCalendar.ics:
+ temporarily removed some problematic characters (forge tracker #304786)
+
+ * README, src/Makefile.am, src/TestEvolution.cpp, src/TestMain.cpp:
+ - renamed normalize script to synccompare because it now applies to both calendar, tasks and contacts
+ - temporary files in test suite now start with the name of the test they belong to
+
+ * src/EvolutionCalendarSource.cpp, src/EvolutionCalendarSource.h, src/EvolutionContactSource.cpp, src/EvolutionContactSource.h, src/EvolutionSyncSource.cpp, src/EvolutionSyncSource.h, src/Makefile.am, src/TestEvolution.cpp, src/testCalendar.ics, src/testTask.ics:
+ - renamed "test" program to "TestEvolution"
+ - copy original test cases to fit the name expected by TestEvolution and to have
+ them in the build directory
+ - handle merge with existing item in addItem(): return special status
+
+ * src/normalize_vcard.pl: now also handles calendar comparison
+
+2006-04-14 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/EvolutionCalendarSource.h:
+ added some support for inserting already existing item
+
+ * src/TestEvolution.cpp: instantiate test for calendar
+
+ * src/EvolutionCalendarSource.cpp:
+ added some support for inserting already existing item
+
2006-04-12 Patrick Ohly <Patrick.Ohly@gmx.de>
* src/TestEvolution.cpp: