summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-11-29 21:52:59 -0800
committerPatrick Ohly <patrick.ohly@intel.com>2012-11-29 21:52:59 -0800
commit7c4a957ca69bc797125c09fdfa2f8009d613ae05 (patch)
treea4ad92d4d23e1608765e57b02fc066c6ffe4f1ce /NEWS
parent340579cbdbd8f630846d85319b274a3e41a6313a (diff)
parent8e3493c2e9fc1e242fcee96d14affda788bf8d66 (diff)
Merge tag 'syncevolution-1-3-2'
Conflicts: NEWS configure.ac
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 599655d7..c585f76f 100644
--- a/NEWS
+++ b/NEWS
@@ -87,6 +87,36 @@ Other changes:
* code cleanup + improvements in testing
+SyncEvolution 1.3.1 -> 1.3.2, 05.11.2012
+========================================
+
+Minor (or major, if you depend on auto syncing) bug fix
+release. Details:
+
+* auto sync: only synced once (FDO #56667)
+
+ A successful sync was incorrectly treated like a sync with a permanent
+ failure, which prevents further automatic syncing.
+
+* auto sync: notifications were not translated
+
+ The code which enabled localization of messages created by the
+ D-Bus server was incomplete. Localization was only enabled
+ accidentally through KDE if the KDE platform modules was enabled
+ during compilation and installed.
+
+* HTTP Proxy: useProxy=0 overrides http_* env variables
+
+ Previously, if http_proxy was set, a proxy was used even if
+ explicitly disabled. This prevented disabling the use of a proxy
+ which only made sense in some cases, like accessing something
+ that runs locally. Explicitly telling SyncEvolution to ignore
+ http_proxy is necessary because it doesn't support no_proxy.
+
+* minor changes in testing and autotools files (missing Boost search path
+ in gdbus* libs might have caused compile problems)
+
+
SyncEvolution 1.3 -> 1.3.1, 05.10.2012
======================================