libsoup r1250 - trunk
- From: danw svn gnome org
- To: svn-commits-list gnome org
- Subject: libsoup r1250 - trunk
- Date: Mon, 16 Mar 2009 16:24:06 +0000 (UTC)
Author: danw
Date: Mon Mar 16 16:24:05 2009
New Revision: 1250
URL: http://svn.gnome.org/viewvc/libsoup?rev=1250&view=rev
Log:
* configure.in: 2.26.0
* NEWS: Update
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Mar 16 16:24:05 2009
@@ -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
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Mar 16 16:24:05 2009
@@ -3,7 +3,7 @@
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]