[libsoup] 2.28.1



commit d90ecf983d2fbf3cc04742e3c6e8f521547c35c9
Author: Dan Winship <danw gnome org>
Date:   Mon Oct 19 17:56:01 2009 -0400

    2.28.1

 NEWS         |   25 +++++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ed0b538..fefa19d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Changes in libsoup from 2.28.0 to 2.28.1:
+
+	* libsoup will now attempt to make multiple connections to a
+          server at once when there are multiple messages queued to
+          that server. The previous behavior (only allowing a single
+          pending connection to each server) resulted in slow load
+          times on pages with lots of subresources (images, css, js,
+          etc) on servers that disallow persistent connections.
+          [#594768]
+
+	* There should now be fewer (no?) "Connection terminated
+          unexpectedly" errors in WebKitGTK.
+
+	* Fixed a crash in SoupCookieJarSqlite [#596859, patch from
+          Alexander Sack].
+
+	* Fixed soup_address_get_physical() and address-to-name
+          resolution of SoupAddress [patch from Enrico Tröger].
+
+	* Fixed a bug in SoupContentSniffer that could cause false
+          negatives [#597545, patch from Alejandro Castro].
+
+	* Fixed the configure error if you have gnutls-devel but not
+          gcrypt-devel installed [#587709].
+
 Changes in libsoup from 2.27.92 to 2.28.0:
 
 	* Fixed a handful of leaks found with valgrind, including a
diff --git a/configure.in b/configure.in
index 03ecb40..1aa92f4 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.28.0)
+AC_INIT(libsoup, 2.28.1)
 AC_CONFIG_SRCDIR(libsoup-2.4.pc.in)
 AC_CONFIG_MACRO_DIR([m4])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]