summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2006-05-05 20:52:58 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2006-05-05 20:52:58 +0000
commit2bc1a3e62821665d677e7a8f17618af48a09ee97 (patch)
tree644ba54578def0f12343566d55bada97017d8e70 /ChangeLog
parente65a7726b1ec6ff25a0689ef0090368049993f5f (diff)
# added logs
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@96 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac824318..bf06d2be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2006-05-05 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/EvolutionCalendarSource.cpp: fixed new[]/free() mismatch
+
+2006-05-01 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/EvolutionCalendarSource.cpp, src/EvolutionCalendarSource.h:
+ generate iCalendar items with VTIMEZONE definitions
+
+ * README: added scheduleworld as preferred server
+
+2006-04-26 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * etc/Makefile.am, etc/localhost_1/spds/sources/addressbook_1/config.txt, src/EvolutionContactSource.cpp, src/EvolutionSyncSource.cpp:
+ added possibility to choose between sending vCard 2.1 and 3.0
+
+2006-04-24 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * README: syncing multiple databases at the same time now worked okay
+
+ * src/TestEvolution.cpp:
+ avoid the problematic timezones in the basic tests
+
+ * src/EvolutionCalendarSource.cpp:
+ write the required PRODID and VERSION for iCalendar entries
+
+ * src/normalize_vcard.pl: avoid eating the trailing newline after PHOTO
+
+ * HACKING, etc/Makefile.am, etc/localhost_1/spds/syncml/config.txt, src/TestEvolution.cpp, src/normalize_vcard.pl:
+ added support for testing against www.scheduleworld.com
+
+ * src/normalize_vcard.pl: fixed the fix of EMAIL normalization...
+
+ * src/normalize_vcard.pl:
+ hide differences due to different PHOTO parameters, fixed EMAIL;INTERNET;OTHER
+
+2006-04-23 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * etc/Makefile.am, README:
+ avoid problems with ChangeSourceUriSynclet by using sc-pim-ppc for second client
+
+ * src/EvolutionContactSource.cpp: also treat INTERNET as TYPE
+
2006-04-17 Patrick Ohly <Patrick.Ohly@gmx.de>
* src/Makefile.am, src/TestEvolution.cpp, src/testTask.ics: