summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2006-08-06 15:53:29 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2006-08-06 15:53:29 +0000
commit0c357f8dcbf498276f55f5ee70e57d40b7ce8317 (patch)
treebb89dd442a39d643b8432849dfc3778fb0826bbb /ChangeLog
parent132c015573d941c7db118f67a2595941b9367e7e (diff)
# updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@202 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog93
1 files changed, 93 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b827afa0..0d8737e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2006-08-06 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * 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-07-27 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/EvolutionSyncSource.h:
+ ensure that deleted items have a sane datatype (in particular avoid text/x-todo)
+
+ * src/EvolutionContactSource.cpp: fixed compiler warning
+
+2006-07-25 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/EvolutionContactSource.h, src/EvolutionCalendarSource.h:
+ added inclusion of config.h (needed since adding ENABLE_ECAL/EBOOK)
+ added meta information callbacks
+
+2006-07-23 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * configure.in, src/EvolutionCalendarSource.cpp, src/EvolutionCalendarSource.h, src/EvolutionContactSource.cpp, src/EvolutionContactSource.h, src/EvolutionSmartPtr.h, src/EvolutionSyncSource.cpp, src/syncevolution.cpp:
+ added --disable-ecal/ebook for installations without the required libs
+
+ * src/EvolutionSyncClient.h:
+ implemented more of the new meta info calls
+
+ * etc/localhost_1/spds/syncml/config.txt: firstTimeSyncMode is not used
+
+2006-07-18 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * configure.in: bumped version
+
+ * src/EvolutionSyncClient.cpp, src/EvolutionSyncClient.h:
+ use the new SyncClient API to set a default 'SyncEvolution x.y' as HTTP user agent
+
+2006-07-17 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/testVCard.vcf, src/vocl/VObject.cpp:
+ changed vCard 2.1 parser to make it compatible with servers
+ which send a verbatim semicolon as part of properties where
+ the semicolon has no special meaning
+
+2006-07-14 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/EvolutionContactSource.cpp:
+ must always pass vCard through decoding/encoding to ensure that CHARSET is added as needed
+
+ * src/TestEvolution.cpp:
+ due to cut-and-paste error the ContactStress test was executed instead of Calendar/TaskStress
+
+ * src/normalize_vcard.pl:
+ ignore some more irrelevant differences with Synthesis server
+
+ * src/vocl/VConverter.cpp, src/vocl/VConverter.h:
+ fixed decoding of quoted-printable soft line breaks, fixed unfolding of vCard 2.1
+
+ * src/vocl/VObject.cpp:
+ must add CHARSET=UTF-8 if non-ASCII character is found because default charset is not well-defined
+
+ * src/testVCard.vcf: added folding and XML entities test cases
+
+2006-07-08 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * README, etc/localhost_1/spds/sources/addressbook_1/config.txt:
+ emphasized the need to chose the right uri/type combination, in particular with ScheduleWorld
+
+2006-07-02 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * NEWS, etc/localhost_1/spds/syncml/config.txt:
+ added support for setting HTTP user agent
+
+ * src/TestEvolution.cpp:
+ special characters in test cases were not escaped properly
+
+ * src/TestEvolution.cpp:
+ testMerge() dumps the result of conflict resolution, but no longer makes any assumptions about it
+
2006-06-27 Patrick Ohly <Patrick.Ohly@gmx.de>
* README: moved some content to new home page, added link to it