diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 34 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2009-03-15 Dan Winship <danw@gnome.org> + + * configure.in: 2.26.0 + + * NEWS: Update + 2009-03-14 Xan Lopez <xan@gnome.org> Add G_{BEGIN,END}_DECLS guards to public headers. @@ -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 diff --git a/configure.in b/configure.in index 57565d47..91dfa0e8 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl *** Initialize automake and set version *** dnl ******************************************* AC_PREREQ(2.53) -AC_INIT(libsoup, 2.25.91) +AC_INIT(libsoup, 2.26.0) AC_CONFIG_SRCDIR(libsoup-2.4.pc.in) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |