summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2007-10-17 21:22:16 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2007-10-17 21:22:16 +0000
commitf23accd6d175a48b25ca5c33780b85319ce6ff52 (patch)
treee5725e65c075d319eb6787c8121dd1fb7acbe625
parent401b0caee36273125c136c603664af0b6f9f0420 (diff)
# updated
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@426 15ad00c4-1369-45f4-8270-35d70d36bdcd
-rw-r--r--ChangeLog5
-rw-r--r--NEWS14
-rw-r--r--description8
3 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c2750dd..fc1bb454 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-17 Patrick Ohly <Patrick.Ohly@gmx.de>
+
+ * Makefile.am:
+ added packaging via checkinstall as deb (working) and rpm (somehow not working)
+
2007-10-14 Patrick Ohly <Patrick.Ohly@gmx.de>
* src/AddressBookSource.cpp:
diff --git a/NEWS b/NEWS
index dbd05246..94af137b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-SyncEvolution 0.6 -> 0.7-pre1, 25.08.2007
+SyncEvolution 0.6 -> 0.7-pre1, 17.10.2007
-----------------------------------------
* C++ client library: tag "sdkcpp_6_0_9_1" (same as before)
* added support for Mac OS X/iPhone address book
@@ -6,6 +6,18 @@ SyncEvolution 0.6 -> 0.7-pre1, 25.08.2007
via the package manager unless it was in "red pill" mode
* less verbose: "extracting" items is now logged at debug level
and thus not normally shown
+* example configs were in share/share directory (SF #1767329)
+* Nokia 770/800: uninstallable package fixed by setting category
+ (SF #1781652)
+* sync with eGroupware - lost or messed up telephones: SyncEvolution
+ incorrectly added TYPE=OTHER to phone numbers sent with e.g.
+ CELL instead of TYPE=CELL (SF #1796086). Another patch was
+ required for eGroupware itself to correctly map phone numbers
+ as sent by SyncEvolution, see Compatibility web page.
+* SyncCap is not generated unless syncModes are configured: added
+ a comment to example config (SF #1764123)
+* improved error handling: catch errors during post-processing and
+ continue
SyncEvolution 0.5 -> 0.6, 13.07.2007
diff --git a/description b/description
new file mode 100644
index 00000000..0bb1c6f2
--- /dev/null
+++ b/description
@@ -0,0 +1,8 @@
+SyncEvolution SyncML Client
+
+SyncEvolution synchronizes personal information management (PIM) data
+like contacts, calenders, tasks and memos via SyncML. It supports all
+of these for GNOME's Evolution and contacts for the system address
+book of the Nokia 770/800 internet tablets, Mac OS X and the
+iPhone. The command-line tool 'syncevolution' (compiled separately for
+each of these platforms) executes the synchronization.