diff options
author | Dan Winship <danw@gnome.org> | 2010-08-17 08:28:33 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-08-17 08:28:33 -0400 |
commit | e65f574d7eaf76e8eda71830a336b9adee6e06ef (patch) | |
tree | 11b2a4ccd3911b2b7cfa1e142870a05025297670 /NEWS | |
parent | b248daf6ab6bba3c4b346dc1f2b45cb73881d05b (diff) | |
download | libsoup-e65f574d7eaf76e8eda71830a336b9adee6e06ef.tar.gz libsoup-e65f574d7eaf76e8eda71830a336b9adee6e06ef.tar.bz2 libsoup-e65f574d7eaf76e8eda71830a336b9adee6e06ef.zip |
2.31.90LIBSOUP_2_31_90
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |