summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-11-14 17:52:56 -0800
committerPatrick Ohly <patrick.ohly@intel.com>2012-11-25 18:46:43 -0800
commit8e3493c2e9fc1e242fcee96d14affda788bf8d66 (patch)
tree71e1e7be69dffd626de7d8a4977c00e1ea8562a0 /NEWS
parente13863daeca5c4d9bb3a18e61477f8598f5797a5 (diff)
NEWS, autotools: 1.3.2 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2db7f742..767b00af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+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
======================================