Change logs for libsoup2.4 source package in Intrepid

  • libsoup2.4 (2.24.1-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Fixed a crash when unreffing the session from a
          soup_session_queue_message() callback, and added
          regression test. In particular, this fixes a crash in seahorse when
          trying to connect to a non-responsive keyserver. (lp: #198562)
        - Fixed an infinite loop when giving a bad password to a site
          that uses non-standard capitalization in the WWW-Authenticate header
          (eg, gmail.com).
        - Fixed a leak in SoupSessionAsync when using a non-default GMainContext.
          Added additional code to the regression tests to make sure sessions *
          and servers do not get leaked.
        - Fixed a leak in the XML-RPC code
        - Compile fixes for "gcc -pedantic"
          and -DG_DISABLE_DEPRECATED / -DG_DISABLE_SINGLE_INCLUDES
        - Patched xmlrpc-test to accept the incorrect response to test_echo()
          that php-xmlrpc gives when it's built against libxml2 >= 2.7.1
          (qv http://bugs.php.net/45996), so that I can "make distcheck"...
        - Updated generated documentation
    
     -- Sebastien Bacher <email address hidden>   Tue, 21 Oct 2008 00:25:33 +0200
  • libsoup2.4 (2.24.0.1-0ubuntu1) intrepid; urgency=low
    
      * New upstream version
    
     -- Sebastien Bacher <email address hidden>   Wed, 24 Sep 2008 15:01:15 +0200
  • libsoup2.4 (2.24.0-0ubuntu1) intrepid; urgency=low
    
      * New upstream version
    
     -- Sebastien Bacher <email address hidden>   Mon, 22 Sep 2008 22:06:55 +0200
  • libsoup2.4 (2.23.92-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Fixed the handling of a 302 response to a HEAD request which should NOT
          be treated like a 303 response.
    
     -- Sebastien Bacher <email address hidden>   Mon, 08 Sep 2008 23:32:28 +0200
  • libsoup2.4 (2.23.91-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Fixed a crash in gvfs [#528882], though there is still an unknown bug
          there. As part of this fix, libsoup will now return an error if you try
          to do an operation on a non-HTTP URI. (lp: #216763)
          (Previously it was just treating any URI scheme except "https" as HTTP.)
        - Added soup_date_to_timeval() for gvfs.
      * debian/rules:
        - updated shlibs version
    
     -- Sebastien Bacher <email address hidden>   Tue, 02 Sep 2008 11:28:09 +0200
  • libsoup2.4 (2.23.6-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Fixed use of g_idle_add() so that heavy I/O won't end up
          blocking libsoup callbacks.
        - Allow the caller to override the Host header.
        - Properly handle responses larger than 4G.
        - Fixed the build when using certain LDFLAGS
        - Fixed a small bug in Digest auth handling.
        - Fixed multiple Windows bugs
      * debian/patches/01_default-auth-digest-algorithm.patch:
        - the change is in the new version
      * debian/rules:
        - updated shlibs version
    
     -- Sebastien Bacher <email address hidden>   Tue, 05 Aug 2008 12:02:19 +0200
  • libsoup2.4 (2.4.1-2) unstable; urgency=low
    
      * debian/patches/01_default-auth-digest-algorithm.patch:
        + Patch from upstream SVN to use MD5 as default auth digest algorithm
          if the server doesn't provide one.
      * debian/control.in:
        + Update Standards-Version to 3.8.0, no additional changes needed.
    
     -- Sebastien Bacher <email address hidden>   Sat,  02 Aug 2008 12:24:34 +0100
  • libsoup2.4 (2.4.1-1) unstable; urgency=low
    
      * New upstream release with API additions:
        + debian/rules:
          - Bump shlibs to >= 2.4.1.
    
     -- Sebastien Bacher <email address hidden>   Tue,  08 Apr 2008 00:43:18 +0100