summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2010-07-16 17:12:44 +0200
committerPatrick Ohly <patrick.ohly@intel.com>2010-07-16 17:12:44 +0200
commit1e95828f63556132fa51ca18b921e414a261b58b (patch)
tree0a8df3e943b3446ab1b282f19dc537f4ebc50b7f /NEWS
parent5c2c115c878c05b40bdc97d4148d4b4a5bec4f81 (diff)
NEWS, version: updated for 1.0.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS34
1 files changed, 34 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16e90921..c86d133c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+SyncEvolution 1.0 -> 1.0.1, 16.07.2010
+======================================
+
+A bug fix release. The main reason for releasing it is that
+SyncEvolution 1.0 no longer worked on recent distros (Fedora Core 13,
+Debian testing) because of a name clash between the Bluez D-Bus
+utility code and recent glib.
+
+Details:
+
+* compile fix for FC 13 (and possibly others): use private copy of gdbus (BMC #3556)
+
+* sync-ui: prevent overwriting device configs by accident (MBC #3566,1194)
+ Setting up a phone used the template name as config name and overwrote
+ an existing configuration of another phone that was created using that
+ same template. Now the code uses the Bluetooth device name as set on the
+ device and checks for (less likely) collisions. It also sanitizes the
+ name to avoid complicated config names (only relevant when also using
+ the command line).
+
+* syncevo-dbus-server: accept 'application/vnd.syncml+xml; charset=UTF-8' for starting an HTTP session (BMC #3554)
+ The redundant charset specification was set by the Funambol
+ Thunderbird client. Because of a literal comparison against
+ 'application/vnd.syncml+xml' the messages were rejected.
+
+* config fix: operations on non-peer configs failed (BMC #3157)
+ When running operations on a non-peer configuration (like --restore @default
+ addressbook), the operation fails with
+ [ERROR] <source name>: type 'select backend' not supported
+
+* ZYB.com: service goes away end of June 2010, template removed (BMC #3310)
+* some build (BMC #2586, BMC #3557) and language updates
+
+
SyncEvolution 0.9.2 -> 1.0, 11.06.2010
======================================