Comment 7 for bug 571242

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package libsoup2.4 - 2.30.1-0ubuntu1

---------------
libsoup2.4 (2.30.1-0ubuntu1) lucid-proposed; urgency=low

  * New upstream version (lp: #571242):
    - Fix for https through proxies that close the connection when returning a
      "407 Proxy Authentication Required" response, and add a
      regression test for that case.
    - Fixed multiple forms/multipart-related interoperability problems reported
      by Egon Andersen:
    - Don't quote the multipart boundary string if it's not needed, since
      RFC 2616 recommends that you don't, and some servers don't handle quotes
      there correctly. (Sigh.)
    - Don't put an extra blank line before the first multipart part, since it's
      unnecessary and some servers don't handle a multipart preamble correctly.
    - Don't put Content-Transfer-Encoding headers in
      the multipart/form-data parts, even though the HTML 4 spec says you must,
      since no other browsers do, and some servers don't handle them correctly.
    - Changed SoupCookieJarSqlite to actually erase deleted
      cookies from the database.
    - Fixed SoupLogger to be more robust against getting passed bad data
       by the session.
    - Fixed SoupAuthDomain to ignore paths when doing proxy auth
    - Fixed a g_warning when hovering over a javascript link in WebKit
  * debian/libsoup2.4-1.symbols:
    - new version update
  * debian/rules:
    - copied new Debian soname computation code to fix build issue
    - updated shlib version
 -- Sebastien Bacher <email address hidden> Wed, 28 Apr 2010 15:26:36 +0200