diff options
author | Dan Winship <danw@gnome.org> | 2012-06-04 12:25:51 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-06-18 09:31:01 -0400 |
commit | b19505a70c785d18a912cabae7a8c257af282a37 (patch) | |
tree | 70f826618ab6df3b651b45e53e7a447ad42f503e /NEWS | |
parent | e880b03d4d49e56be6bcada876062e92f3b463a4 (diff) | |
download | libsoup-b19505a70c785d18a912cabae7a8c257af282a37.tar.gz libsoup-b19505a70c785d18a912cabae7a8c257af282a37.tar.bz2 libsoup-b19505a70c785d18a912cabae7a8c257af282a37.zip |
belatedly commit 2.39.2 NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +Changes in libsoup from 2.39.1 to 2.39.2: + + * Fixed several bugs that resulted from the I/O code rewrite + in 2.39.1, and added more test cases to exercise the new + code paths: + + * Problems with cancelling messages from the + got-headers signal [#674747, Dan] + + * Persistent connections were not always being closed + properly after a message was cancelled mid-response. + [Dan] + + * Cancelling a SoupRequest before it started I/O + didn't work. [Dan] + + * Asynchronous HTTP authentication via the SoupRequest + API [#675306, Dan] + + * Memory leak [#676038, Ray Strode] + + * Refcounting bug that manifested as a crash in rygel + [#676038, Ray Strode] + + * Handling failed CONNECT requests via SoupRequest + [#675865, Sergio] + + * Messages with trailing junk following a compressed + message body [#676477, Dan] + + * Fixed three cache-related bugs that affect some sites + (notably Twitter) [Sergio] + + * Fixed a bug in the /usr/bin/ntlm_auth integration when you + don't already have credentials cached, and avoid printing + warning messages when ntlm_auth is present but not usable. + [Dan] + + * Fixed some g-ir-scanner warnings, and included + SoupRequester/SoupRequest in the introspected API [#676742, + Jasper St. Pierre] + + * Added soup_buffer_get_as_bytes() [#676776, Jasper] + + * New/updated translations: + Belarusian, Chinese (simplified), French, Galician, Greek, + Hebrew, Polish, Punjabi, Romanian, Slovenian, Spanish + Changes in libsoup from 2.38.1 to 2.39.1: * Major rewrite of the I/O code to use gio streams more |