lp:ubuntu/lucid-proposed/libsoup2.4

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/lucid-proposed/libsoup2.4
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

26. By Sebastien Bacher

* New upstream version (lp: #598050):
  - Fixed a problem with SoupSessionAsync that would cause messages to get
    lost if you aborted a previous message while it was still looking up the
    hostname. Fixed several other problems that were discovered
    while adding a regression test for that.
  - SoupSession now only allows a message to be redirected a fixed number of
    times, and returns an error after that.
  - Fixed another connecting-to-lame-https-server problem, and a
    getting-stuck-in-a-loop-reconnecting bug that it revealed.
  - Fixed an invalid read when parsing certain Cookie headers
  - Fixed a memory leak in soup_form_request_from_data
  - Failed SSL connections now include the correct reason_phrase
    ("SSL handshake failed" rather than "SSL support not available").
* debian/libsoup2.4-1.symbols:
  - updated to list the new soup_connection_get_ever_used symbol

25. By Sebastien Bacher

* 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

24. By Sebastien Bacher

* New upstream version:
  - Fixed a crash in the whitespace-stripping code in soup_uri_new()
  - Update content-sniffing algorithm to match Chrome and the
    soon-to-be-updated sniffing spec
  - We now handle "Content-Encoding: x-gzip" as well as "gzip"
   (even though "x-gzip" has been deprecated for more than 10 years).
  - Fixed leaks found by valgrind
  - Make the "make check" programs only bind to 127.0.0.1, not any public
    network interfaces.
  - Add a test to sniffing-test to make sure that
    Content-Type parameters are preserved correctly.

23. By Sebastian Dröge

New upstream development release.

22. By Sebastian Dröge

* New upstream development release:
  + debian/rules,
    debian/libsoup2.4-1.symbols:
    - Update for new API.

21. By Sebastian Dröge

New upstream development release.

20. By Sebastian Dröge

* debian/libsoup*.symbols:
  + Fix symbol files.

19. By Sebastien Bacher

* debian/patches/90_git_change_soup_session_uses_gobject.patch:
  - git change to use gobject in soupsession and fix gir build too

18. By Sebastian Dröge

* New upstream development release:
  + debian/rules:
    - Include check-dist.mk to prevent accidental uploads to unstable.
    - Update SHVER to 2.29.3 for new API.
  + debian/patches/redirect_head.patch,
    debian/patches/sqlite_strcmp_null_string.patch:
    - Dropped, merged upstream.

17. By Sjoerd Simons

* debian/patches/redirect_head.patch:
  - Added. Don't change HEAD to GET on 303 redirect (from upstream git)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/maverick/libsoup2.4
This branch contains Public information 
Everyone can see this information.

Subscribers