summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-11-17 09:03:27 -0500
committerMatthew Barnes <mbarnes@redhat.com>2013-11-17 09:21:23 -0500
commitc34fe910d8e892ad9300c94f1424c522c1ca26f8 (patch)
treead4641fdb5590cd1cc8fa6b25cc3b302c51b1523 /NEWS
parent5eddd71636d182938394be0fe8ebac10d22cff3a (diff)
downloadevolution-data-server-c34fe910d8e892ad9300c94f1424c522c1ca26f8.tar.gz
NEWS update for 3.11.2 release.EVOLUTION_DATA_SERVER_3_11_2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS40
1 files changed, 40 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9f9031806..fd67636c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Evolution-Data-Server 3.11.2 2013-11-18
+---------------------------------------
+
+Highlights:
+ * New cursor API for address book clients. (Tristan Van Berkom)
+ * Partial support for the IMAP NOTIFY extension. (Matthew Barnes)
+ * Add VPN awareness to email accounts and transports. (Matthew Barnes)
+
+Bug Fixes:
+ Bug 710668 - ESource: Verify removal before returning (Matthew Barnes)
+ Bug 710787 - Replace most uses of sprintf() with g_snprintf()
+ (Murray Cumming)
+ Bug 710808 - Name all the timeouts added with g_timeout_add()
+ (Bastien Nocera)
+ Bug 710989 - Replace most uses of strcpy() (Murray Cumming)
+
+Other Changes:
+ * Bump minimum libsoup requirement to 2.42. (Matthew Barnes)
+ * Integrate network proxy support into the ESource framework, and
+ deprecate the old EProxy API. (Matthew Barnes)
+ * Convert the IMAP APIs back into a loadable library module so it's
+ no longer part of libcamel's public API. It was originally made
+ public to assist evolution-kolab, but that project is inactive.
+ (Matthew Barnes)
+ * Support migrating merged GConf trees. (Matthew Barnes)
+ * Start converting libcamel's public API to favor GIO streams over
+ CamelStream. Still a work-in-progress. (Matthew Barnes)
+ * Fix potential issues found by static analysis tools.
+ (Fabian Fidêncio, Milan Crha, Vadim Rutkovsky)
+ * Convert the NNTP backend to CamelOfflineStore and finally remove
+ the long-deprecated "disco" (disconnected) classes from libcamel.
+ * Switch from g_timeout_add to g_timeout_add_seconds (Alexandre Franke)
+
+Translations:
+ Dimitris Spingos (el)
+ Daniel Mustieles (es)
+ Fran Diéguez (gl)
+ Anish A (ml)
+
+
Evolution-Data-Server 3.11.1 2013-10-21
---------------------------------------