summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2009-03-16 16:24:05 +0000
committerDan Winship <danw@src.gnome.org>2009-03-16 16:24:05 +0000
commit035ecf09bfe1f671ca88f41d59879928b614f39a (patch)
tree6f2be1b9797d9c1e080862a1719f4b4777b7016f /NEWS
parentd039660ed2dded3b93df3b6b88d314f8821bad33 (diff)
downloadlibsoup-035ecf09bfe1f671ca88f41d59879928b614f39a.tar.gz
libsoup-035ecf09bfe1f671ca88f41d59879928b614f39a.tar.bz2
libsoup-035ecf09bfe1f671ca88f41d59879928b614f39a.zip
* configure.in: 2.26.0 * NEWS: Update svn path=/trunk/; revision=1250
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7153ee81..aa5fdb7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
-Changes in libsoup from 2.25.4 to 2.25.5:
+Changes in libsoup from 2.25.91 to 2.26.0:
+
+ * Temporarily disable libproxy support to work around a bug in
+ its gnome plugin that causes gvfsd-http (and probably
+ eventually other apps) to crash. [#571527]. For now,
+ SoupProxyResolverGNOME uses only GConf. To be fixed in
+ 2.26.1
+
+ * Fixed a bug that showed up in WebKit, where if many messages
+ were queued all at once to a server that doesn't support
+ persistent connections, some of the requests will get lost.
+ #574365, reported by Xan Lopez.
+
+ * Fixed SoupServer to support using SOUP_ENCODING_EOF, so you
+ can stream responses of unknown length to HTTP/1.0 clients.
+ [#572153]. Added a regression test for this, and for chunked
+ and Content-Length-based streaming.
+
+ * Fixed several bugs that prevented SoupCookieJarSqlite from
+ working. [#572409, patch from Xan Lopez]
+
+ * Added G_{BEGIN,END}_DECLS guards to public headers that were
+ missing it. (Xan Lopez)
+
+ * Misc gtk-doc improvements
+
+Changes in libsoup from 2.25.5 to 2.25.91:
* Fixed a crash in SoupProxyResolverGNOME when the proxy
requires authentication. (This does not make proxy