summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-10-25 09:18:24 -0400
committerDan Winship <danw@gnome.org>2011-10-25 09:18:24 -0400
commit04e63d75ba402ef28c83f9a8ddef4e08a92a51d3 (patch)
tree3b953752aa2df6370ce847d8d0bf19178639b79e /NEWS
parenta8a8d0cfa669d7e192656d59d58379a6c755eb84 (diff)
downloadlibsoup-04e63d75ba402ef28c83f9a8ddef4e08a92a51d3.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fe6dbdbe..7d7a361c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+Changes in libsoup from 2.36.0 to 2.37.1:
+
+ * Fixed a problem with connections being assigned to multiple
+ requests at once after a redirection [#651146, Sergio]. Made
+ soup_session_pause/unpause_message() work in any state, not
+ just while the HTTP I/O is occurring, and used this to add a
+ test case for that bug. [Dan]
+
+ * Ported SoupSession to use GTlsDatabase internally, and added
+ two new properties, SoupSession:use-system-ca-file (to
+ specify that the session should use the default system
+ tlsdb) and SoupSession:tlsdb (to specify a specific tlsdb to
+ use). [Dan]
+
+ * Likewise, added SoupServer:tls-certificate, for specifying a
+ certificate/key for an https server to use.
+
+ * Made SoupHTTPInputStream use memory more efficiently.
+ [#659255, Sergio]
+
+ * Fixed soup_message_get_https_status() to return information
+ more reliably (with latest glib-networking).
+
+ * Bumped the glib requirement to 2.30.0; although libsoup does
+ not use any new glib 2.30 APIs, there are several important
+ bugfixes in glib between 2.28 and 2.30 that libsoup needs.
+ Currently libsoup builds against either glib 2.30.x or glib
+ 2.31.x.
+
Changes in libsoup from 2.35.92 to 2.36.0:
* Improvements to gtk-doc documentation. [Dan]