libsoup2.4 (2.30.2-1+squeeze1) stable-security; urgency=high

  * Non-maintainer upload by the Security Team.
  * Fix directory traversal vulnerability through crafted HTTP requests
    (CVE-2011-2524; Closes: #635837)

 -- Nico Golde <nion@debian.org>  Wed, 21 Dec 2011 19:36:22 +0000

libsoup2.4 (2.30.2-1) unstable; urgency=low

  * 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.

 -- Josselin Mouette <joss@debian.org>  Fri, 02 Jul 2010 19:25:29 +0200

libsoup2.4 (2.30.1-1) unstable; urgency=low

  [ 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.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 27 Apr 2010 09:30:37 +0200

libsoup2.4 (2.30.0-1) unstable; urgency=low

  [ David Weinehall ]
  * New upstream release.
  * debian/control.in:
    - Bump Standards version to 3.8.4 (No changes needed).

  [ Emilio Pozuelo Monfort ]
  * debian/rules:
    - Fix SOVERSION calculation.
    - Don't pass additional flags to dh_shlibdeps for the -dev packages.
      That's just wrong, but luckily they weren't depending on
      ${shlibs:Depends} so it had no effect.
    - Enable the test suite during the build, but don't make it fatal yet.
  * debian/control.in:
    - Build dep on shared-mime-info, needed for one test to pass.
    - Reorder build-deps a bit.

 -- David Weinehall <tao@debian.org>  Tue, 30 Mar 2010 01:13:16 +0300

libsoup2.4 (2.29.91-1) unstable; urgency=low

  * New upstream development release.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 23 Feb 2010 10:33:41 +0100

libsoup2.4 (2.29.90-1) unstable; urgency=low

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

 -- Sebastian Dröge <slomo@debian.org>  Tue, 09 Feb 2010 16:55:02 +0100

libsoup2.4 (2.29.6-1) unstable; urgency=low

  * New upstream development release.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 26 Jan 2010 08:17:46 +0100

libsoup2.4 (2.29.5-2) unstable; urgency=low

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

 -- Sebastian Dröge <slomo@debian.org>  Wed, 13 Jan 2010 10:23:15 +0100

libsoup2.4 (2.29.5-1) unstable; urgency=low

  * New upstream development release (Closes: #564698):
    + debian/rules:
      - Update SHVER to 2.29.5 for new API.
    + debian/rules,
      debian/libsoup*.symbols:
      - Add symbol files.
    + debian/rules:
      - Remove check-dist.mk include to upload to unstable.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 13 Jan 2010 09:45:56 +0100

libsoup2.4 (2.29.3-1) experimental; urgency=low

  * 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.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 01 Dec 2009 16:23:28 +0100

libsoup2.4 (2.28.1-3) unstable; urgency=low

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

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 07 Nov 2009 15:04:26 +0000

libsoup2.4 (2.28.1-2) unstable; urgency=low

  * debian/patches/sqlite_strcmp_null_string.patch:
    - Backport change from git to fix a crash if some values in the sqlite
      database are null.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 22 Oct 2009 16:54:59 +0200

libsoup2.4 (2.28.1-1) unstable; urgency=low

  * New upstream bugfix release:
    + debian/control.in:
      - Update gnutls build dependency to >= 2.1.7.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 20 Oct 2009 07:49:51 +0200

libsoup2.4 (2.28.0-1) unstable; urgency=low

  [ Gustavo Noronha Silva ]
  * debian/patches/01_improve_cookies_performance.patch:
  - patch from upstream to avoid writing too much to the disk when
    handling cookies (Closes: #530964)

  [ Sebastian Dröge ]
  * New upstream stable release:
    + debian/patches/01_improve_cookies_performance.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 22 Sep 2009 10:15:44 +0200

libsoup2.4 (2.27.92-1) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * Bump shver as there are new APIs.
  * Tighten libsoup-gnome2.4-dev dependency on libsoup2.4-dev to avoid issues
    if something is built with different libsoup2.4 and libsoup-gnome2.4
    versions.

  [ Sebastian Dröge ]
  * New upstream development release:
    + debian/rules:
      - Update SHVER to 2.27.92.
  * debian/control.in:
    + Standards-Version is 3.8.3, no changes needed.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 08 Sep 2009 07:35:23 +0200

libsoup2.4 (2.27.91-2) experimental; urgency=low

  * debian/control.in:
  - add missing Build-Dep on libgnome-keyring-dev (Closes: #543556)

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 26 Aug 2009 11:02:06 -0300

libsoup2.4 (2.27.91-1) experimental; urgency=low

  * New upstream release

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 24 Aug 2009 20:53:20 -0300

libsoup2.4 (2.27.90-1) experimental; urgency=low

  * New upstream release.
    - Build depend on glib 2.21.3.
    - Also bump the -dev package minimun glib dependency.
  * Standards-Version is 3.8.2, no changes needed.
  * Add Vcs-* fields.
  * Include check-dist.mk to avoid uploads to unstable.

 -- Emilio Pozuelo Monfort <pochu@ubuntu.com>  Wed, 12 Aug 2009 22:29:48 +0200

libsoup2.4 (2.27.4-1) unstable; urgency=low

  * New upstream release
  - debian/patches/001_avoid_crash_on_msg_cancel.diff:
  - dropped; applied upstream

 -- Gustavo Noronha Silva <kov@debian.org>  Fri, 24 Jul 2009 15:15:04 +0100

libsoup2.4 (2.26.2-1) unstable; urgency=low

  * New upstream release

 -- Gustavo Noronha Silva <kov@debian.org>  Wed, 20 May 2009 14:29:35 -0300

libsoup2.4 (2.26.1-1) unstable; urgency=low

  [ Gustavo Noronha Silva ]
  * Upload to unstable
  * debian/patches/001_avoid_crash_on_msg_cancel.diff:
  - avoids crashing when a message is cancelled during a restarted
    callback; see http://bugzilla.gnome.org/show_bug.cgi?id=580193)

  [ Josselin Mouette ]
  * Add libglib2.0-doc to b-d-i to ensure proper xrefs.

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 25 Apr 2009 11:50:05 -0300

libsoup2.4 (2.26.0-1) experimental; urgency=low

  [ Gustavo Noronha Silva ]
  * debian/control.in:
  - new package libsoup-gnome2.4-1, for the GNOME support library to live
    in
  - added libproxy-dev as build-dependecy; it's needed to build the GNOME
    support
  * debian/rules:
  - re-enable gtk-doc support, and enable GNOME support

  Changes borrowed from Ubuntu (thanks):
  * debian/control.in, libsoup-gnome2.4-dev:
  - also split dev package, and add nice description of what the GNOME
    support library is
  * debian/rules:
  - correctly set shlib arguments for the various packages
  * debian/control.in:
  - added build-dependencies on libgconf2-dev, and libsqlite3-dev, needed
    by the GNOME support libraries
  * debian/libsoup2.4-dev.install:
  - adapted to only install non-GNOME files

  [ Emilio Pozuelo Monfort ]
  * New upstream release.
  * debian/watch: Don't uupdate
  * Add debug packages for libsoup and libsoup-gnome. Closes: #519052.
  * debian/copyright: refer to LGPL-2 rather than LGPL'
  * debian/control.in: fix typo s/GTK/GTK+/
  * debian/control.in: make libsoup-gnome2.4-dev short description
    different than libsoup2.4-dev one
  * debian/copyright: Add missing copyright holder.

  [ Josselin Mouette ]
  * Only ship one debug package, there’s no point in splitting it in 
    two.

  [ Sebastian Dröge ]
  * Upload to experimental.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 28 Mar 2009 07:19:52 +0100

libsoup2.4 (2.25.91-1) experimental; urgency=low

  * New upstream development release

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 17 Feb 2009 16:53:14 -0300

libsoup2.4 (2.24.3-2) unstable; urgency=low

  * Upload to unstable.

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 17 Feb 2009 15:13:27 -0300

libsoup2.4 (2.24.3-1) experimental; urgency=low

  * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 13 Jan 2009 09:25:05 +0100

libsoup2.4 (2.24.2.1-1) experimental; urgency=low

  * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 27 Nov 2008 20:39:30 +0100

libsoup2.4 (2.24.1-1) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/libsoup2.4-doc.doc-base: fix section.

  [ Andreas Henriksson ]
  * New upstream release.
    - drop patches/01_default-auth-digest-algorithm.patch, applied upstream.

  [ Josselin Mouette ]
  * Make the dependency on libglib2.0-dev match the build-dependency.
  * Bump shlibs to 2.23.91.
  * Fix spelling of GTK+ in the descriptions.

 -- Josselin Mouette <joss@debian.org>  Sun, 16 Nov 2008 18:38:32 +0100

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.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 01 Aug 2008 11:29:21 +0200

libsoup2.4 (2.4.1-1) unstable; urgency=low

  * New upstream release with API additions:
    + debian/rules:
      - Bump shlibs to >= 2.4.1.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 07 Apr 2008 19:27:18 +0200

libsoup2.4 (2.4.0-1) unstable; urgency=low

  * New upstream stable release:
    + debian/rules:
      - Remove check-dist include, upload to unstable.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 10 Mar 2008 21:18:07 +0100

libsoup2.4 (2.3.4-1) experimental; urgency=low

  * New upstream release.
  * debian/libsoup2.4-doc.doc-base:
    + Use libsoup-2.4 as document name to not conflict with libsoup-2.2-doc
      anymore.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 26 Feb 2008 07:02:14 +0100

libsoup2.4 (2.3.2-1) experimental; urgency=low

  * New upstream release:
    + debian/rules:
      - Update shlibs to >= 2.3.2.
    + debian/control.in,
      debian/libsoup2.4-doc.doc-base:
      - Replace libsoup2.2-doc (<< 2.2.105) as 2.2.105 and above are
        installable at the same time. Also adjust documentation path.
    + debian/control.in,
      debian/libsoup2.4-1.install:
      - Update for new soname.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 12 Feb 2008 06:44:04 +0100

libsoup2.4 (2.3.0.1-1) experimental; urgency=low

  * Mention Red Hat, Novell, and Ximian copyrights and copyright years in the
    copyright file; fix LGPL version number to be version 2 instead of version
    2 or later; thanks Martin Pitt; drop useless individual authors
    information (not holding copyright).
  * Set GNOME_MODULE to libsoup.
  * New upstream release; API additions.
    - Bump shlibs to >= 2.3.0.

 -- Loic Minier <lool@dooz.org>  Fri, 25 Jan 2008 13:33:56 +0100

libsoup2.4 (2.3.0~r1050-1) experimental; urgency=low

  * New upstream SVN snapshot.
  * Renamed source package to libsoup2.4, changed all binary package names and
    updated everything for libsoup 2.3.
  * Upload to experimental, add check-dist include.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 22 Jan 2008 12:22:43 +0100

libsoup (2.2.104-1) unstable; urgency=low

  * New upstream bugfix release.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 27 Nov 2007 05:47:12 +0100

libsoup (2.2.103-1) unstable; urgency=low

  * New upstream bugfix release:
    + Fixes memory corruption in SoupSessionAsync that caused
      rhythmbox to crash (Closes: #446288).

 -- Sebastian Dröge <slomo@debian.org>  Sun, 28 Oct 2007 21:35:22 +0100

libsoup (2.2.102-1) unstable; urgency=low

  * New upstream release; no API change; fixes non-SSL build, Debian not
    affected.
  * Wrap build-deps and deps.
  * Don't override DEB_SHLIBDEPS_INCLUDE_libsoup2.2-dev and
    DEB_DH_MAKESHLIBS_ARGS_ALL completely.

 -- Loic Minier <lool@dooz.org>  Fri, 19 Oct 2007 11:38:44 +0200

libsoup (2.2.101-1) unstable; urgency=low

  [ Loic Minier ]
  * Drop useless upstream version computation.
  * Use full URL in copyright.
  * Don't include autotools.mk as it's already included by gnome.mk.

  [ Sebastian Dröge ]
  * New upstream release with no API changes:
    + debian/control.in:
      - Build depend on libglib2.0-dev (>= 2.12.0).

 -- Sebastian Dröge <slomo@debian.org>  Mon, 08 Oct 2007 08:15:12 +0200

libsoup (2.2.100-1) unstable; urgency=medium

  * Add a get-orig-source target to retrieve the upstream tarball.
  * New upstream stable release; bug fixes.
    - Fix handling of NUL terminated status lines; GNOME #406997;
      closes: #410638.

 -- Loic Minier <lool@dooz.org>  Mon, 12 Feb 2007 16:59:55 +0100

libsoup (2.2.99-1) unstable; urgency=low

  * New upstream stable release; no API nor ABI change; stricter header
    parsing and testsuite, plug for a small memory leak, bug fix, doc fix.
    - Do not use the upstream version for shlibs, set them to >= 2.2.98.
    - Drop patch 01_parse_headers_DoS, fixed differently upstream.

 -- Loic Minier <lool@dooz.org>  Tue,  9 Jan 2007 09:23:51 +0100

libsoup (2.2.98-2) unstable; urgency=high

  * 01_parse_headers_DoS.patch: new patch, fixes a remote denial of 
    service vulnerability in rhythmbox - and probably anything using 
    libsoup's HTTP server code. Closes: #405197.

 -- Josselin Mouette <joss@debian.org>  Tue,  2 Jan 2007 18:42:12 +0100

libsoup (2.2.98-1) unstable; urgency=low

  * New upstream stable release; no API change; XML-RPC minor syntax support
    addition, memory leak fix, cleanups.

 -- Loic Minier <lool@dooz.org>  Tue, 21 Nov 2006 10:50:41 +0100

libsoup (2.2.97-1) unstable; urgency=low

  * Set Maintainer to the Debian GNOME team.
  * New upstream release; with an API addition.
    - Bump shlibs to >= 2.2.97.

 -- Loic Minier <lool@dooz.org>  Tue,  7 Nov 2006 23:48:38 +0100

libsoup (2.2.96-1) unstable; urgency=low

  * New upstream release, with API additions.
  * Add a doc-base document for the libsoup documentation, based on suggestion
    by Thadeu Cascardo.
  * Include the list of features in the descriptions and enhance descriptions
    a little.

 -- Loic Minier <lool@dooz.org>  Sat, 29 Jul 2006 12:41:59 +0200

libsoup (2.2.95.1-1) unstable; urgency=low

  * Add watch file.
  * Merge with 2.2.95.1-0ubuntu1.
    - New upstream release with API additions, and API changes.  The changes
      are in parts of the API which were considered unusable.
  * Stop shipping *.la files as evolution-data-server doesn't do so anymore
    and remove the calculation of *.la Dependencies introduced in 2.2.93-2.
  * Really use ${binary:Version} as I failed doing so in 2.2.93-2.
  * Cleanup dependencies of libsoup2.2-doc.

 -- Loic Minier <lool@dooz.org>  Fri, 14 Jul 2006 11:55:16 +0200

libsoup (2.2.95.1-0ubuntu1) edgy; urgency=low

  * New upstream release:
    - 2.2.95:
      - Even more fixes to XML-RPC, found by the new XML-RPC regression test. 
        This includes some API changes that I don't feel guilty about, because 
        the code totally didn't work at all before.
      - Fixed a bug in soup_mktime_utc()
    - 2.2.95.1:
      - (2.2.95 was identical to 2.2.95.1. The only difference is that the 
        shared library version was belatedly bumped from 8.2.0 to 8.3.0 to 
        reflect	the API "additions")

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Tue, 11 Jul 2006 18:00:23 +0200

libsoup (2.2.94-0ubuntu1) edgy; urgency=low

  * New upstream release:
    - Various fixes to the XML-RPC code (which apparently had not actually 
      ever worked before)
    - Added client and server API tutorials to the docs
    - auth-test now uses a local Apache 2.2 install, if possible, rather than 
      depending on files that used to be on an old Ximian web server but 
      haven't been anywhere for a ong time.
  * Resynchronized with Debian, only Ubuntu changes are:
    - debian/patches/02_xmlrpc_pointer.patch,
      debian/patches/03_xmlrpc_array.patch: Distro fixes.

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Thu,  6 Jul 2006 09:55:02 +0200

libsoup (2.2.93-3) unstable; urgency=medium

  * Build-depend on libgnutls-dev (>= 1.4.0) since the broken libgnutls-dev
    Provide is here for a while. (Closes: #370387)
  * Depend on libgnutls-dev (>= 1.4.0) due to the above change.
  * Build-conflict and conflict with libgnutls11-dev for additional safety, as
    I'm not sure how the lack of support for versionned Provides might behave
    here.

 -- Loic Minier <lool@dooz.org>  Sat, 24 Jun 2006 16:47:24 +0200

libsoup (2.2.93-2) unstable; urgency=low

  * Use a new la:Depends substvar generated in binary-predeb/libsoup2.2-dev by
    debian/la-deps from debian/libsoup2.2-dev/**/*.la to compute *.la file
    dependencies.
  * Remove the hardcoded dependencies added in 2.2.7-1 due to dependency_libs
    in *.la files: libgcrypt11-dev, libgpg-error-dev, libtasn1-2-dev
  * Make the package binNMU-safe.
    + Build-depend on dpkg-dev 1.13.19.
    + Use ${binary:Version}.
  * Bump up Standards-Version to 3.7.2.
  * Bump up Debhelper compatibility level to 5.

 -- Loic Minier <lool@dooz.org>  Sun, 18 Jun 2006 20:36:21 +0200

libsoup (2.2.93-1) unstable; urgency=low

  * New upstream release with API additions.

 -- Loic Minier <lool@dooz.org>  Tue, 30 May 2006 15:30:36 +0200

libsoup (2.2.92-1) unstable; urgency=low

  * New upstream release, no API changes.
    - Remove chmod fix for the permissions of the pkg-config file
      (fixed-upstream).
      [debian/rules]

 -- Loic Minier <lool@dooz.org>  Thu, 13 Apr 2006 12:01:42 +0200

libsoup (2.2.91-2) unstable; urgency=low

  * Compute the upstream version from the Debian version by removing anything
    after and including the last dash; this should fix permit binNMUs
    versions. (Closes: #359652)
    [debian/rules]

 -- Loic Minier <lool@dooz.org>  Tue, 28 Mar 2006 15:00:09 +0200

libsoup (2.2.91-1) unstable; urgency=low

  * New upstream release with API additions.
    - Bump up libglib2.0-dev build-dep to >= 2.6.0.
      [debian/control, debian/control.in]
    - Drop TODO.
      [debian/docs]
  * Add empty patches dir.
    [debian/patches]

 -- Loic Minier <lool@dooz.org>  Fri, 10 Mar 2006 12:22:16 +0100

libsoup (2.2.7-2) unstable; urgency=low

  * Anchor "Version:" regexp in dpkg-parsechangelog and fix shlibs.
    [debian/rules]

 -- Loic Minier <lool@dooz.org>  Sun, 12 Feb 2006 17:12:46 +0100

libsoup (2.2.7-1) unstable; urgency=low

  * Hijack package, set myself as Maintainer, GNOME team uploads.
    [debian/control, debian/control.in, debian/rules]
  * New upstream release.
    - Fixes 100% CPU usage. (Closes: #351713)
  * Bump up Standards-Version to 3.6.2.
    [debian/control, debian/control.in]
  * Add CDBS' utils.
    [debian/rules]
  * Repair and cleanup computation of SOVERSION.
    [debian/rules]
  * Add ${misc:Depends} to Depends.
    [debian/control, debian/control.in]
  * Build-depend and depend on libgnutls-dev instead of libgnutls11-dev.
    (Closes: #335757)
    [debian/control, debian/control.in]
  * Downgrade the Recommends dependency of libsoup-doc on libsoup-dev to a
    Suggests.
    [debian/control, debian/control.in]
  * Drop obsolete files.
    [debian/libsoup2.2-doc.files, debian/libsoup2.2-dev.files, debian/dirs]
  * Don't overwrite DEB_CONFIGURE_EXTRA_FLAGS and clean it up.
    [debian/rules]
  * Update FSF address, update AUTHORS list, and clarify Copyright versus
    License.
    [debian/copyright]
  * Let libsoup-dev depend on zlib1g-dev to honor the pkg-config link flags.
    [debian/control, debian/control.in]
  * Let libsoup-dev depend on libgcrypt11-dev, libgpg-error-dev,
    libtasn1-2-dev to honor the libtool dependency_libs line.
    [debian/control, debian/control.in]
  * Fix permissions of .pc files.
    [debian/rules]

 -- Loic Minier <lool@dooz.org>  Sun, 12 Feb 2006 09:53:41 +0100

libsoup (2.2.6-1) unstable; urgency=low

  * New upstream release
  * bump package name: libsoup2.2-8

 -- Takuo KITAME <kitame@debian.org>  Sat, 10 Sep 2005 10:49:48 +0900

libsoup (2.2.3-2) unstable; urgency=low

  * -dev: depends on libgnutls11-dev, libxml2-dev (closes: #268037)

 -- Takuo KITAME <kitame@debian.org>  Thu, 31 Mar 2005 17:34:29 +0900

libsoup (2.2.3-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Tue, 29 Mar 2005 10:54:50 +0900

libsoup (2.2.2-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Fri,  4 Feb 2005 14:19:05 +0900

libsoup (2.2.1-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed, 13 Oct 2004 11:39:50 +0900

libsoup (2.2.0-2) unstable; urgency=low

  * fix shlibs info

 -- Takuo KITAME <kitame@debian.org>  Tue, 31 Aug 2004 14:34:01 +0900

libsoup (2.2.0-1) unstable; urgency=low

  * New upstream release
  * bump package name to libsoup2.2-7

 -- Takuo KITAME <kitame@debian.org>  Tue, 31 Aug 2004 12:03:56 +0900

libsoup (2.1.13-1) unstable; urgency=low

  * New upstream release
  * bump package name libsoup2.2-3 to libsoup2.2-6

 -- Takuo KITAME <kitame@debian.org>  Mon, 16 Aug 2004 11:58:26 +0900

libsoup (2.1.12-2) unstable; urgency=low

  * build against libgnutls11

 -- Takuo KITAME <kitame@debian.org>  Thu,  5 Aug 2004 18:27:08 +0900

libsoup (2.1.12-1) unstable; urgency=low

  * New upstream release
  * use cdbs

 -- Takuo KITAME <kitame@debian.org>  Tue, 20 Jul 2004 14:55:47 +0900

libsoup (2.1.11-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Mon,  7 Jun 2004 11:39:52 +0900

libsoup (2.1.10-3) unstable; urgency=low

  * added libsoup2.2-doc package

 -- Takuo KITAME <kitame@debian.org>  Tue,  1 Jun 2004 12:59:24 +0900

libsoup (2.1.10-2) unstable; urgency=low

  * upload to unstable

 -- Takuo KITAME <kitame@debian.org>  Wed, 26 May 2004 12:28:04 +0900

libsoup (2.1.10-1) experimental; urgency=low

  * New upstream release
  * build against libgnutls10

 -- Takuo KITAME <kitame@debian.org>  Mon, 24 May 2004 19:09:13 +0900

libsoup (2.1.9-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed,  7 Apr 2004 12:24:47 +0900

libsoup (2.1.8-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Tue,  9 Mar 2004 11:34:14 +0900

libsoup (2.1.7-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed, 18 Feb 2004 15:54:49 +0900

libsoup (2.1.5-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Tue,  3 Feb 2004 13:53:58 +0900

libsoup (2.1.4-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Tue, 20 Jan 2004 15:40:58 +0900

libsoup (2.1.3-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Thu,  8 Jan 2004 17:47:13 +0900

libsoup (2.1.2-1) experimental; urgency=low

  * New upstream release
  * change package name s/2.0/2.2/g

 -- Takuo KITAME <kitame@debian.org>  Thu, 11 Dec 2003 15:56:02 +0900

libsoup (1.99.26-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed, 24 Sep 2003 12:17:04 +0900

libsoup (1.99.23-1) unstable; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Thu, 12 Jun 2003 11:50:37 +0900

libsoup (1.99.22-2) unstable; urgency=low

  * Upload into unstable/main

 -- Takuo KITAME <kitame@debian.org>  Tue,  3 Jun 2003 15:28:17 +0900

libsoup (1.99.22-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Tue, 27 May 2003 18:33:55 +0900

libsoup (1.99.20-1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Wed,  7 May 2003 11:45:22 +0900

libsoup (1.99.17-0.2) experimental; urgency=low

  * --with-gnutls-includes

 -- Takuo KITAME <kitame@debian.org>  Tue,  6 May 2003 16:59:56 +0900

libsoup (1.99.17-0.1) experimental; urgency=low

  * New upstream release

 -- Takuo KITAME <kitame@debian.org>  Thu, 24 Apr 2003 11:20:10 +0900

libsoup (1.99.12-0.1) experimental; urgency=low

  * Initial Release.

 -- Takuo KITAME <kitame@debian.org>  Wed, 19 Mar 2003 18:09:38 +0900

