summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2010-08-17 08:28:33 -0400
committerDan Winship <danw@gnome.org>2010-08-17 08:28:33 -0400
commite65f574d7eaf76e8eda71830a336b9adee6e06ef (patch)
tree11b2a4ccd3911b2b7cfa1e142870a05025297670 /NEWS
parentb248daf6ab6bba3c4b346dc1f2b45cb73881d05b (diff)
downloadlibsoup-e65f574d7eaf76e8eda71830a336b9adee6e06ef.tar.gz
libsoup-e65f574d7eaf76e8eda71830a336b9adee6e06ef.tar.bz2
libsoup-e65f574d7eaf76e8eda71830a336b9adee6e06ef.zip
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a8a32bf2..4dba0673 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