summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-10-05 09:48:22 +0000
committerPatrick Ohly <patrick.ohly@intel.com>2012-10-05 09:48:22 +0000
commit5007e1609a77dbd3c103f5e783811c1a81c5c019 (patch)
tree779a3da7803dcea53121e42b259bd790d0f4739d
parent4051f173e3d03c5c112fb5ce8150601d7937cfcd (diff)
NEWS, configure: prepared 1.3.1
-rw-r--r--NEWS42
-rw-r--r--configure.ac2
2 files changed, 43 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1e6754a9..42111d84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+SyncEvolution 1.3 -> 1.3.1, 05.10.2012
+======================================
+
+Minor bug fix release. Details:
+
+* command line: fix output of --import for directories
+
+ The running count at the start of the line (#0, #1, ...) was
+ not incremented when reading individual files from a directory.
+
+* Funambol: work around PHOTO TYPE=image/jpeg, part II
+
+ The final version of the fix hadn't made it into the source code.
+
+* syncevolution.org: syncevolution-evolution had incorrect dependencies
+
+ Installation on older Linux distros was not possible because the ebook/ecal
+ package dependencies were named incorrectly, for example libebook-1.2-10
+ instead of libebook1.2-10. Only more recent packages have the extra
+ dash, for example libebook-1.2-12. Reported by Mariusz Sokolowski.
+
+* GTK-3 UI: fixed compile problem
+
+ The GTK-3 UI depends on a class from gio-unix-2.0 and failed to
+ compile on Fedora Core 16 because the configure checks for that lib
+ (and thus the compiler flags) were missing. Reported by Peter
+ Robinson.
+
+* Curl: allow using it in the D-Bus server
+
+ In the past, using curl as HTTP transport in the syncevo-dbus-server
+ was prevented, leading to "unsupported transport type is specified in
+ the configuration". The reason was that using curl would block the
+ server and make it unresponsive on D-Bus.
+
+ This reason has gone away, because now the HTTP traffic happens in a
+ separate process. Thus now it is allowed to use curl in the
+ syncevo-dbus-server.
+
+* fix for false negative in syncevo-dbus-server testing
+
+
SyncEvolution 1.2.2 -> 1.3, 10.09.2012
======================================
diff --git a/configure.ac b/configure.ac
index 6c55e372..0bf3b2a0 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])])
+AC_INIT([syncevolution], [m4_esyscmd([build/gen-git-version.sh 1.3.1])])
# STABLE_VERSION=1.0.1+
AC_SUBST(STABLE_VERSION)