[libsoup] 2.31.90



commit e65f574d7eaf76e8eda71830a336b9adee6e06ef
Author: Dan Winship <danw gnome org>
Date:   Tue Aug 17 08:28:33 2010 -0400

    2.31.90

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a8a32bf..4dba067 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes in libsoup from 2.31.2 to 2.31.90:
+
+	* libsoup now tries to connect to each IP address associated
+          with a hostname, if the first one fails. In particular, if a
+          host has both IPv4 and IPv6 addresses, and only one of them
+          is reachable from the current host, libsoup will now try the
+          other one rather than failing. (libc is supposed to sort the
+          IP addresses in the right order, such that, eg, if you don't
+          have IPv6 connectivity, it will put the IPv4 address first.
+          For some reason though, this seems to be broken on some
+          distros.) [#526321].
+
+	* Fixed Accept-Language header generation in locales where ","
+          is used as the decimal point.
+
 Changes in libsoup from 2.31.2 to 2.31.6:
 
 	* Disabled TLS 1.2 in addition to the already-disabled 1.1 and
diff --git a/configure.ac b/configure.ac
index b8bb98d..d686d8e 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.31.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.31.90],[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]