diff options
author | Dan Winship <danw@gnome.org> | 2010-01-25 18:01:08 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-01-25 18:01:08 -0500 |
commit | 18d4e92dadf60cb54b7f98f8b60e328cfdabb131 (patch) | |
tree | 0050788ec5efc289a27010a34acfa619b7f34d69 /NEWS | |
parent | a65f7b08956a2825b96df8da57ebb64a7925a159 (diff) | |
download | libsoup-18d4e92dadf60cb54b7f98f8b60e328cfdabb131.tar.gz |
2.29.6LIBSOUP_2_29_6
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Changes in libsoup from 2.29.5 to 2.29.6: + + * Fixed SoupContentDecoder to ignore trailing junk after the + encoded message body (as other browsers do), rather than + getting stuck in an infinite loop. [#606352] + + * Fixed an invalid read in soup_cookie_applies_to_uri() + [#607024, pointed out by Xan] + + * Fixed linking on OS X [#606959] + + * Removed a harmless warning in SoupServer. [#606645] + Changes in libsoup from 2.29.3 to 2.29.5: * Added SoupContentDecoder, providing support for |