From f3cf4a80b9b3520e3a3d725579ae9bf9d9de3df2 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 20 Jan 2014 11:22:15 +0100 Subject: [PATCH] autotools, NEWS: SyncEvolution 1.3.99.7 --- NEWS | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 70 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f61e7be2..2c6c1ac8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,72 @@ +SyncEvolution 1.3.99.7, 22.01.2014 +================================== + +Final release candidate for 1.4. No further changes planned unless +new problems are found. + +Details: + +* SSO: support Ubuntu Online Accounts + + When compiling from source on recent Ubuntu it becomes possible to + use Ubuntu Online Accounts for authenticating against Google's + CalDAV and CardDAV servers. + +* D-Bus server: fix abort when mixing auto-sync and manual operations (FDO #73562) + + When enabling auto-sync for a config and then accessing or syncing the + config manually via the command line tool, the server would abort at + the time when the auto-sync was originally scheduled. + +* D-Bus server: accept WBXML with charset in incoming connections + + A user reported via email that the Nokia 515 sends + 'application/vnd.syncml+wbxml; charset=UTF-8' as type of its messages + this tripped up the syncevo-http-server, leading to: + + [ERROR] syncevo-dbus-server: /org/syncevolution/Server: message type 'application/vnd.syncml+wbxml; charset=UT + + We need to strip the '; charset=UTF-8' suffix also when checking for + WBXML. + +* packaging: compatible with EDS up to and including 3.10 + + The packages now contain three versions of syncecal.so: + - one for EDS < 3.6 + - one for EDS >= 3.6 < 3.10 + - one for EDS >= 3.10 with the libecal-1.2 soname patched + + The third flavor became necessary because EDS 3.10 accidentally + changed the soname. The API and ABI actually is the same. + + Package meta-data was fixed to reflect the extended range of + compatible EDS libraries, so syncevolution-evolution can be installed + again with recent EDS. + +* packaging: update syncevolution-kde dependencies + + kdebase-runtime became kde-runtime in Debian Wheezy. Accept both + as prerequisite of syncevolution-kde to allow installation on + newer distros without pulling in the transitional kdebase-runtime + package. + +* packaging: fix rpm (FDO #73347) + + After installing the syncevolution.org rpm on OpenSUSE, + SyncEvolution was not starting because its shared libraries were not + found unless "ldconfig" was called manually. Now the package does + that automatically. + +* packaging: fix description + + The syncevolution-bundle description of both rpm and deb + packagesaccidentally used the same description as + syncevolution-evolution. + + +* test improvements, integration of cppcheck and clang's scan-build + + SyncEvolution 1.3.99.6, 04.12.2013 ================================== diff --git a/configure.ac b/configure.ac index 91438c6e..60734a50 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Invoke autogen.sh to produce a configure script. # # Starting with the 1.1 release cycle, the rpm-style # .99 pseudo-version number is used to mark a pre-release. -AC_INIT([syncevolution], [m4_esyscmd([build/gen-git-version.sh 1.3.99.6])]) +AC_INIT([syncevolution], [m4_esyscmd([build/gen-git-version.sh 1.3.99.7])]) # STABLE_VERSION=1.0.1+ AC_SUBST(STABLE_VERSION)