[libsoup] 2.37.92



commit afcff7115a6c36ca3de5bc88994174f5a0e01956
Author: Dan Winship <danw gnome org>
Date:   Mon Mar 19 17:47:32 2012 -0400

    2.37.92

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 24b9e40..aba9f69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in libsoup from 2.37.91 to 2.37.92:
+
+	* Added soup_session_prefetch_dns() and deprecated
+          soup_session_prepare_for_uri(). The new method takes a
+          completion callback, allowing you to know how many DNS
+          resolutions are currently outstanding, so you don't spam the
+          resolver. [Sergio, WebKit bug #41630]
+
 Changes in libsoup from 2.37.90 to 2.37.91:
 
 	* Fixed an out-of-bounds memory read that could occur when
diff --git a/configure.ac b/configure.ac
index d2132c9..550a12b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.37.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.37.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
 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]