lp:ubuntu/maverick/libsoup2.4

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/maverick/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:
Mature

Recent revisions

32. By Didier Roche-Tolomelli

* New upstream release:
  - Percent-encoded characters in URIs are no longer
    automatically normalized to uppercase, since apparently some
    servers are stupid. (Sergio Villar Senin)
  - Fixed a crash when resolving a URI containing both spaces
    and non-UTF8 8bit characters. (LP: #624896)
* add debian/patches/89_revert_new_gi.patch:
  - don't use new gir for maverick
* add debian/patches/90_autoreconf.patch to take previous patch into account

31. By Sebastien Bacher

* New upstream version
* debian/libsoup2.4-1.symbols,
  debian/rules:
  - new version update

30. By Sebastien Bacher

Rebuild for the current gobject introspection

29. By Robert Ancell

* New upstream release
* debian/control:
  - Set Vcs-Bzr link
  - Use standards version 3.9.1

28. By Josselin Mouette <email address hidden>

* New upstream release.
* 01_disable_tls1.2.patch: stolen from git master. Disable TLS 1.2 and
  use SSL 3.0 instead. Closes: #576339.
* libsoup2.4-1.symbols: updated for the new version.

27. By Sebastien Bacher

* New upstream version:
  - 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

26. By Sebastian Dröge

[ Emilio Pozuelo Monfort ]
* debian/rules:
  - Make test suite errors fatal for the build.
* debian/rules,
  debian/source/format:
  - Switch to source format 3.0 (quilt).

[ Sebastian Dröge ]
* New upstream bugfix release:
  + debian/libsoup2.4-1.symbols,
    debian/rules:
    - Updated for API additions.

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.

Branch metadata

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

Subscribers