summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2006-09-07 21:05:56 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2006-09-07 21:05:56 +0000
commit8f7bc89b37e7015527e4e397d678b3799e8cd537 (patch)
treea421e604f0f0c4cc649f2341db71a9800a4713d4
parente81402d7e81062c443d8e3a1ed5026397bd63e34 (diff)
# updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@239 15ad00c4-1369-45f4-8270-35d70d36bdcd
-rw-r--r--ChangeLog51
-rw-r--r--NEWS7
2 files changed, 58 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a9fe696..b78d8486 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2006-09-07 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/EvolutionCalendarSource.h, src/EvolutionContactSource.cpp, src/EvolutionContactSource.h, src/EvolutionSyncClient.cpp, src/EvolutionSyncClient.h, src/EvolutionSyncSource.h:
+ adapted to official DevInf API with one patch: config passed to SyncClient::conf()
+
+ * src/EvolutionCalendarSource.cpp:
+ beware to not overwrite valid UID with empty one (some tests broke due to this recent change)
+
+ * src/Makefile.am:
+ excluded automatically generated files from client-api-diff
+
+ * src/TestMain.cpp:
+ newline was missing after successfully completed test
+
+2006-08-31 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/EvolutionCalendarSource.cpp:
+ SF issue 1511951: support copying changes back from EGroupware server by not expecting the UID of calendar items to be unmodified
+
+ * src/TestMain.cpp:
+ merged listeners so that failure message is generated in just one place
+
+2006-08-30 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * src/TestMain.cpp:
+ print failure summary to cerr, like the rest of the messages
+
+2006-08-27 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * test/runtests.py: add number to preserve ordering of actions
+
+ * test/runtests.py: added --skip option, made reporting a bit nicer
+
+ * src/TestMain.cpp:
+ added support for ignoring the failure of certain tests by listing them in TEST_EVOLUTION_FAILURES
+
+2006-08-26 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * test/runtests.py:
+ executes CVS checkout, compilation and testing automatically
+
+2006-08-19 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * README: new server is www.estamos.de
+
+ * configure.in:
+ better error message when Evolution development files are missing
+
+ * src/EvolutionCalendarSource.cpp, src/EvolutionCalendarSource.h:
+ moved reading of changes into helper function so that it can be used in the pre- and post-processing
+
2006-08-19 Patrick Ohly <Patrick.Ohly@gmx.de>
* README: new server is www.estamos.de
diff --git a/NEWS b/NEWS
index f6535735..476a9002 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+SyncEvolution 0.4 xxxx
+----------------------
+* adapted to C++ client library from CVS head:
+ devinfo.patch patch was merged with several changes to the API
+* SF issue 1511951: support copying changes back from EGroupware
+ server by not expecting the UID of calendar items to be unmodified
+
SyncEvolution 0.4 pre2, 21.08.2006
----------------------------------
* C++ client library revision "syncevolution-0-4-pre2":