From 443b06d113c1e4a82045c62c228dc9ae7f12fada Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Sun, 17 Aug 2008 09:36:25 +0000 Subject: 0.8 beta 3 git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@732 15ad00c4-1369-45f4-8270-35d70d36bdcd --- ChangeLog | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 13 ++++++ configure-pre.in | 2 +- debian/changelog | 6 +++ 4 files changed, 160 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fcb67f7c..d72f8dda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,143 @@ +2008-08-17 09:26 Patrick Ohly + + * configure-pre.in, src/core/Makefile.am: fixed libcurl link error + with --enable-shared + +2008-08-17 09:26 Patrick Ohly + + * src/backends/sqlite/configure-sub.in: avoid libsqlite dependency + if it is not needed + +2008-08-17 08:50 Patrick Ohly + + * HACKING, configure-pre.in, src/Makefile-gen.am: removed obsolete + LIBDBUS hack + +2008-08-17 08:45 Patrick Ohly + + * Makefile-gen.am: removed unused BACKEND_REGISTRIES substitution + from regenerated configure.in: it is already part of + src/Makefile.am + +2008-08-17 08:19 Patrick Ohly + + * test/runtests.py: only invoke client-test once; suppress known SW + 'new client' problem; test 'text' source with Funambol + +2008-08-16 10:35 Patrick Ohly + + * src/Makefile-gen.am: previous commit disabled 'all' target - use + BUILT_SOURCES instead + +2008-08-16 10:02 Patrick Ohly + + * src/Makefile-gen.am, src/client-test-app.cpp, + src/core/EvolutionSyncSource.h: fixed issue with inconsistent use + of ClientTest.h after copying it to SyncEvolution + +2008-08-16 07:39 Patrick Ohly + + * src/backends/evolution/EvolutionCalendarSource.cpp, + src/backends/evolution/EvolutionCalendarSource.h, + src/backends/file/FileSyncSource.cpp, + src/backends/file/FileSyncSource.h, + src/backends/sqlite/SQLiteContactSource.cpp, + src/backends/sqlite/SQLiteContactSource.h, + src/core/EvolutionSyncSource.cpp, src/core/EvolutionSyncSource.h, + src/core/TrackingSyncSource.h: + EvolutionSyncSource::sleepSinceModification(): delay after a sync + only if needed, must be requested by sources + +2008-08-16 07:38 Patrick Ohly + + * src/backends/evolution/EvolutionCalendarSource.cpp: preserve + child events when updating parent without relying on + CALOBJ_MOD_THIS + +2008-08-16 07:37 Patrick Ohly + + * test/ClientTest.cpp: testLinkedItemsInsertBothUpdateParent: + updating parent may also update child + +2008-08-16 07:36 Patrick Ohly + + * src/client-test-app.cpp: evo user/passwd must always be set for + Client::Sync + +2008-08-16 07:35 Patrick Ohly + + * src/backends/evolution/EvolutionCalendarSource.h: better comment + for returnOnlyChildren in removeEvents: parent is always removed + +2008-08-16 07:34 Patrick Ohly + + * src/backends/evolution/EvolutionCalendarSource.cpp, + src/backends/evolution/EvolutionCalendarSource.h, + src/backends/evolution/EvolutionMemoSource.cpp, + test/ClientTest.cpp, test/ClientTest.h: calendar synchronization + with Evolution Exchange Connector works again + + CALOBJ_MOD_THIS for parent items caused problems. A *long* delay + after a sync was needed, otherwise the Connector returned garbage + during further accesses (e.g., old child event instead of the + updated one). + + Some code cleanup (creating ItemID from LUID). + + Temporarily forked the client test (introduced update items for + child/parent, relaxed semantic selectable at runtime). + +2008-08-16 07:31 Patrick Ohly + + * test/ClientTest.cpp, test/ClientTest.h: copied r_v70ga from C++ + client lib because some changes will be necessary + +2008-08-12 18:28 Patrick Ohly + + * src/core/SyncEvolutionCmdline.cpp, + src/core/SyncEvolutionConfig.cpp: enabled 'memo' source in + Funambol template + +2008-08-09 10:26 Patrick Ohly + + * src/backends/evolution/EvolutionCalendarSource.cpp, + src/backends/evolution/EvolutionContactSource.cpp, + src/backends/evolution/EvolutionMemoSource.cpp, + src/backends/file/FileSyncSource.cpp, + src/core/EvolutionSyncClient.cpp, src/core/EvolutionSyncClient.h, + src/core/EvolutionSyncSource.cpp, src/core/EvolutionSyncSource.h, + src/core/FileConfigNode.cpp, src/core/SyncEvolutionUtil.cpp: + cleaned up error reporting: errno now passed to throwError + +2008-08-09 09:06 Patrick Ohly + + * src/core/EvolutionSyncSource.h: + CLIENT_TEST_EVOLUTION_USER/PASSWORD and warning about init order + +2008-08-09 08:57 Patrick Ohly + + * src/client-test-app.cpp: added + CLIENT_TEST_EVOLUTION_USER/PASSWORD so that backends which + require authentication can now also be tested + +2008-08-05 20:11 Patrick Ohly + + * src/Makefile-gen.am: added missing imemo20.ics test cases to + build + +2008-08-05 20:09 Patrick Ohly + + * src/backends/file/FileSyncSourceRegister.cpp: disable linked item + testing: file backend does not support the special semantic + +2008-08-04 19:06 Patrick Ohly + + * Makefile-gen.am: include Doxyfile in distribution + +2008-08-03 20:56 Patrick Ohly + + * ChangeLog: updated + 2008-08-03 20:56 Patrick Ohly * src/core/EvolutionSyncSource.cpp, src/core/EvolutionSyncSource.h: diff --git a/NEWS b/NEWS index bc9a9947..5ea270ae 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +SyncEvolution 0.8 beta 2 -> 0,8 beta 3, 17.08.2008 +-------------------------------------------------- +C++ client library: 7.0 plus compatibility patch for Synthesis + +* Another revision of updating events in Evolution calendars: + the method introduced in 0.8 beta 1 for dealing with + detached recurrences did not work with the Evolution Exchange + Connector. Now both Exchange and local calendars pass the unit + tests again. + +* minor code cleanup (testing, writing additional backends) + + SyncEvolution 0.8 beta 1 -> 0,8 beta 2, 03.08.2008 -------------------------------------------------- C++ client library: 7.0 plus compatibility patch for Synthesis diff --git a/configure-pre.in b/configure-pre.in index 91a69760..3b57fe50 100644 --- a/configure-pre.in +++ b/configure-pre.in @@ -1,7 +1,7 @@ dnl Invoke autogen.sh to produce a configure script. AC_INIT(src/syncevolution.cpp) -AM_INIT_AUTOMAKE(syncevolution, 0.8-beta2) +AM_INIT_AUTOMAKE(syncevolution, 0.8-beta3) AM_CONFIG_HEADER(config.h) AC_LIBTOOL_DLOPEN diff --git a/debian/changelog b/debian/changelog index b5ae5125..6fef6d8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +syncevolution (1:0.7+0.8-beta3) unstable; urgency=low + + * third beta of SyncEvolution 0.8 + + -- Patrick Ohly Sun, 17 Aug 2008 11:35:42 +0200 + syncevolution (1:0.7+0.8-beta1a) unstable; urgency=low * Disabled support for X-OSSO-CONTACT-STATE on Maemo: -- cgit v1.2.3