diff options
author | Dan Winship <danw@gnome.org> | 2010-03-29 16:51:38 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-03-29 16:51:38 -0400 |
commit | c7640cf1d721e2685168fe96e7ab38b9cf356cb9 (patch) | |
tree | 01422efc0c25640f052bd7c9d6cd9b54eee93167 /NEWS | |
parent | c52b4dea26e446d99483bc1f32c7e90f98f048fa (diff) | |
download | libsoup-c7640cf1d721e2685168fe96e7ab38b9cf356cb9.tar.gz libsoup-c7640cf1d721e2685168fe96e7ab38b9cf356cb9.tar.bz2 libsoup-c7640cf1d721e2685168fe96e7ab38b9cf356cb9.zip |
2.30.0LIBSOUP_2_30_0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +Changes in libsoup from 2.29.91 to 2.30.0: + + * Fixed a crash in the whitespace-stripping code in + soup_uri_new() [#612644, "arnaud.lb"] + + * Update content-sniffing algorithm to match Chrome and the + soon-to-be-updated sniffing spec. [#611502, Gustavo Noronha + Silva] + + * We now handle "Content-Encoding: x-gzip" as well as "gzip" + (even though "x-gzip" has been deprecated for more than 10 + years). [#611476] + + * Fixed leaks found by valgrind + + * Make the "make check" programs only bind to 127.0.0.1, not + any public network interfaces. [#609489, Saleem Absulrasool] + + * Add a test to sniffing-test to make sure that Content-Type + parameters are preserved correctly. [Gustavo Noronha Silva] + Changes in libsoup from 2.29.90 to 2.29.91: * Added SOUP_SESSION_SSL_STRICT and |