diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2009-06-10 23:32:36 +0200 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2009-06-10 23:32:58 +0200 |
commit | fcfd3be4eda835b439918cac1843d98fe581c996 (patch) | |
tree | 666e42a20fc3cc1c9469a7c073d874f7913ab902 | |
parent | 7717b0d5d10b41f28365bc0bdd3a7ae63b0dfa4e (diff) |
adapted for 0.9 beta 2 snapshot (syncevolution-0-9-beta2-2009-06-10)syncevolution-0-9-beta2-2009-06-10
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | configure-pre.in | 2 |
3 files changed, 26 insertions, 2 deletions
@@ -1,4 +1,4 @@ -SyncEvolution 0.9 beta 1 -> 0.9 beta 2, 15.05.2009 +SyncEvolution 0.9 beta 1 -> 0.9 beta 2, 10.06.2009 -------------------------------------------------- Synthesis SyncML Engine version: see src/synthesis/ChangeLog @@ -30,6 +30,29 @@ manually) concatenate these files. With --remove one can remove configurations. It leaves data files and the local databases untouched. +Various bug fixes and improvements: + +* compiles and works again on Debian Etch if Boost 1.35 is installed + from www.backports.org (Bugzilla #3358) + +* uses XDG_CACHE_HOME (= ~/.cache) for logs and database dumps to + avoid interfering with .desktop search in XDG_DATA_HOME; the + directory there is automatically moved when running syncevolution + (Bugzilla #3309) + +* re-enabled certain config options (clientAuthType, maxMsgSize, maxObjSize); + normally it shouldn't be necessary to modify those (Bugzilla #3242, #2784) + +* fixed error handling of unexpected server reply in libsoup transport + (Bugzilla #3041) + +* message logging is enabled at logLevel 3 (XML translation) and 4 (also + original XML or WBXML message) + +* GTK GUI fixes since initial Moblin 2.0 beta: only start it once if + libunique is available (Bugzilla #3154), wrap text in change sync service" + button (Bugzilla #2064), sort sources alphabetically in UI (Bugzilla #2070) + SyncEvolution 0.8.1 -> 0.9 beta 1, 13.05.2009 --------------------------------------------- @@ -696,6 +696,7 @@ The test framework also requires CPPUnit: For the GUI and its D-Bus based service backend: apt-get install libdbus-glib-1-dev \ libgtk2.0-dev libglade2-dev \ + libgio2.0-dev \ libgconf2-dev libgnomevfs2-dev The build system is the normal autotools system. See INSTALL for diff --git a/configure-pre.in b/configure-pre.in index 0d2dbbef..1e9df1e3 100644 --- a/configure-pre.in +++ b/configure-pre.in @@ -1,7 +1,7 @@ dnl -*- mode: Autoconf; -*- dnl Invoke autogen.sh to produce a configure script. -AC_INIT([syncevolution], [0.8.1+0.9+beta2+20090514]) +AC_INIT([syncevolution], [0.8.1+0.9+beta2+20090610]) AM_INIT_AUTOMAKE([tar-ustar]) AC_CONFIG_MACRO_DIR([m4]) define([SYNTHESISSRC_REPO], []) |