qbittorrent (2.2.11-1) unstable; urgency=low

  * New upstream version.
    - debian/patches: all patches included upstream
      (01_fix_parameter_parsing, 02_fix_crash_alternative_limits).
  * debian/{control,rules}: new qbittorrent-dbg package.

 -- Cristian Greco <cristian@regolo.cc>  Sat, 24 Jul 2010 22:09:25 +0200

qbittorrent (2.2.10-2) unstable; urgency=low

  * 02_fix_crash_alternative_limits.patch, new patch: fix possible crash
    when using alternative speed limits (upstream r4186).
  * debian/copyright: stop referring to BSD license file, fix copyright-
    refers-to-deprecated-bsd-license-file for policy 3.9.0.
  * debian/control: bump Standards-Version to 3.9.0.
  * debian/rules: pass --parallel to dh to enable parallel build
    support.

 -- Cristian Greco <cristian@regolo.cc>  Thu, 01 Jul 2010 18:33:52 +0200

qbittorrent (2.2.10-1) unstable; urgency=low

  * New upstream version.
  * debian/patches:
    - 01_fix_nox_webui.patch, drop patch: included upstream.
    - 01_fix_parameter_parsing.patch, new patch: fix parsing of arguments
      including spaces (stolen from upstream r4178).

 -- Cristian Greco <cristian@regolo.cc>  Thu, 24 Jun 2010 21:23:26 +0200

qbittorrent (2.2.9-2) unstable; urgency=low

  * 01_fix_nox_webui.patch: new patch, fix non-working WebUI in
    qbittorrent-nox.

 -- Cristian Greco <cristian@regolo.cc>  Fri, 18 Jun 2010 17:26:45 +0200

qbittorrent (2.2.9-1) unstable; urgency=low

  * New upstream version.
    - debian/copyright: update information about new src/qtsingleapp/* files.

 -- Cristian Greco <cristian@regolo.cc>  Tue, 15 Jun 2010 15:44:24 +0200

qbittorrent (2.2.7-1) unstable; urgency=low

  * New upstream version.
    - debian/copyright: updated with details about croatian translation.

 -- Cristian Greco <cristian@regolo.cc>  Thu, 13 May 2010 23:05:50 +0200

qbittorrent (2.2.6-1) unstable; urgency=low

  * New upstream version.
  * debian/patches/r3826_drop_nox_boost_deps.patch: drop patch, fixed
    upstream.
  * debian/copyright: updated with arabic translation.

 -- Cristian Greco <cristian@regolo.cc>  Tue, 20 Apr 2010 20:28:33 +0200

qbittorrent (2.2.5-1) unstable; urgency=low

  * New upstream version.
    - fix FTBFS with binutils-gold. (Closes: #556300).
  * debian/patches:
    - drop all previous patches as they are now fixed upstream.
      + r3729_delete_after_pause.patch
      + revert_binutils_gold.patch (see above)
    - added new patch, pulled from upstream svn r3826 (avoid to link
      qbittorrent-nox against unneeded boost libraries).
      + r3826_drop_nox_boost_deps.patch
  * debian/{control,rules}: rely on debhelper (>= 7.4.12) and clean up
    debian/rules a bit using features from the qmake buildsystem.
  * debian/control: add specific build-deps on boost libraries (don't
    rely on libtorrent-rasterbar-dev's dependencies).

 -- Cristian Greco <cristian@regolo.cc>  Fri, 09 Apr 2010 20:05:35 +0200

qbittorrent (2.2.2-1) unstable; urgency=low

  * New upstream version.
  * debian/patches:
    - r3710_robust_resume.patch, deleted (fixed in this release).
    - r3729_delete_after_pause.patch, new patch from svn r3729 (fix
      possible crash when deleting a torrent just after pausing it).

 -- Cristian Greco <cristian@regolo.cc>  Wed, 24 Mar 2010 16:41:03 +0100

qbittorrent (2.2.1-1) unstable; urgency=low

  * New upstream version.
  * debian/patches/r3710_robust_resume.patch: taken from upstream commit
    r3710, save fast resume data every 3 minutes to improve resume
    robustness.

 -- Cristian Greco <cristian@regolo.cc>  Sun, 21 Mar 2010 01:36:12 +0100

qbittorrent (2.2.0-1) unstable; urgency=low

  * New upstream version.

 -- Cristian Greco <cristian@regolo.cc>  Mon, 15 Mar 2010 20:59:41 +0100

qbittorrent (2.1.6-1) unstable; urgency=low

  * New upstream version.

 -- Cristian Greco <cristian@regolo.cc>  Thu, 04 Mar 2010 13:15:28 +0100

qbittorrent (2.1.5-1) unstable; urgency=low

  * New upstream version.
    - Fix action on selected torrents - should fix problems with deleting
      the wrong selected torrents (Closes: #568944).
  * debian/control: bump build-dep on libtorrent-rasterbar (>= 0.14.9).
  * debian/patches/revert_binutils_gold.patch: new patch, revert upstream
    changes which try to fix #556300 (FTBFS against binutils-gold) because
    (1) the bug should really fixed in libtorrent-rasterbar and (2) using
    `pkg-config --static` results in unneeded dependencies addition.

 -- Cristian Greco <cristian@regolo.cc>  Tue, 02 Mar 2010 17:40:10 +0100

qbittorrent (2.1.4-1) unstable; urgency=low

  * New upstream version.

 -- Cristian Greco <cristian@regolo.cc>  Mon, 08 Feb 2010 21:53:07 +0100

qbittorrent (2.1.3-1) unstable; urgency=low

  * New upstream version.
  * debian/NEWS: fix debian-news-entry-without-blank-line.
  * debian/control: bump up standards-version to 3.8.4 (no changes).

 -- Cristian Greco <cristian@regolo.cc>  Fri, 05 Feb 2010 11:46:36 +0100

qbittorrent (2.1.2-1) unstable; urgency=low

  * New upstream version.
  * qbittorrent_nox_qtxml.patch: deleted, fixed upstream.

 -- Cristian Greco <cristian@regolo.cc>  Sun, 24 Jan 2010 19:56:47 +0100

qbittorrent (2.1.0-1) unstable; urgency=low

  * New upstream version.
  * debian/{control,rules}: build new qbittorrent-nox package with
    headless client.
  * qbittorrent_nox_qtxml.patch: new patch, qbittorrent-nox doesn't need
    to link against libqt4-xml.
  * debian/NEWS: information about relevant changes with this new version.
  * debian/qbittorrent-nox.README.Debian: information about the WebUI for
    qbittorrent-nox package.
  * debian/copyright: updated.

 -- Cristian Greco <cristian@regolo.cc>  Wed, 20 Jan 2010 00:53:20 +0100

qbittorrent (2.0.7-1) unstable; urgency=low

  * New upstream version.

 -- Cristian Greco <cristian@regolo.cc>  Mon, 11 Jan 2010 23:49:52 +0100

qbittorrent (2.0.6-1) unstable; urgency=low

  * New upstream version.
  * debian/control: update package description to specify IPv6 support.

 -- Cristian Greco <cristian@regolo.cc>  Sat, 09 Jan 2010 11:37:54 +0100

qbittorrent (2.0.5-1) unstable; urgency=low

  * New upstream version.
    - fix crash with downloaded/availability bars when the torrent
      has too many pieces. (Closes: #561915)
  * debian/control: update package description. (Closes: #563088)

 -- Cristian Greco <cristian@regolo.cc>  Fri, 01 Jan 2010 13:22:05 +0100

qbittorrent (2.0.4-1) unstable; urgency=low

  * New upstream version.
  * debian/copyright: updated catalan translation.

 -- Cristian Greco <cristian@regolo.cc>  Wed, 30 Dec 2009 18:50:49 +0100

qbittorrent (2.0.3-1) unstable; urgency=low

  * New upstream version.
  * debian/copyright: updated spanish translation.

 -- Cristian Greco <cristian@regolo.cc>  Fri, 25 Dec 2009 17:13:41 +0100

qbittorrent (2.0.0-1) unstable; urgency=low

  * New upstream version.
  * debian/copyright: updated.

 -- Cristian Greco <cristian@regolo.cc>  Sun, 13 Dec 2009 21:14:39 +0100

qbittorrent (2.0.0~rc6-1) unstable; urgency=low

  * New upstream version.
  * debian/control:
    - drop some (now unneded) build-deps.
    - add dependency on geoip-database.

 -- Cristian Greco <cristian@regolo.cc>  Tue, 08 Dec 2009 10:15:01 +0100

qbittorrent (1.5.6-1) unstable; urgency=low

  * New upstream version.
    - Improved ETA calculation for big torrents. (Closes: #556278) 
  * Convert to 3.0 (quilt) source format.

 -- Cristian Greco <cristian@regolo.cc>  Wed, 25 Nov 2009 20:04:40 +0100

qbittorrent (1.5.5-2) unstable; urgency=low

  * debian/control: adding DM-Upload-Allowed, thanks to my sponsor
    Michal Čihař.

 -- Cristian Greco <cristian@regolo.cc>  Mon, 09 Nov 2009 12:28:01 +0100

qbittorrent (1.5.5-1) unstable; urgency=low

  * New upstream version.

 -- Cristian Greco <cristian@regolo.cc>  Fri, 06 Nov 2009 18:30:46 +0100

qbittorrent (1.5.4-1) unstable; urgency=low

  * New upstream version.
  * debian/control: new maintainer email address.

 -- Cristian Greco <cristian@regolo.cc>  Tue, 27 Oct 2009 19:49:48 +0100

qbittorrent (1.5.3-1) unstable; urgency=low

  * New upstream version.

 -- Cristian Greco <cristian.debian@gmail.com>  Fri, 02 Oct 2009 14:02:11 +0200

qbittorrent (1.5.2-1) unstable; urgency=low

  * New upstream version.
    - fixes seeding torrents paused on startup. (Closes: #546283)

 -- Cristian Greco <cristian.debian@gmail.com>  Mon, 21 Sep 2009 00:41:20 +0200

qbittorrent (1.5.1-1) unstable; urgency=low

  * New upstream bugfix version.
    - fixes a probably RC bug (crash in torrent addition dialog when save path
      does not exist).

 -- Cristian Greco <cristian.debian@gmail.com>  Mon, 07 Sep 2009 14:49:03 +0200

qbittorrent (1.5.0-1) unstable; urgency=low

  * New upstream version.
  * debian/control:
    - build-dep on libtorrent-rasterbar-dev (>= 0.14.5);
    - bump Standards-Version to 3.8.3 (no changes).

 -- Cristian Greco <cristian.debian@gmail.com>  Mon, 07 Sep 2009 09:35:35 +0200

qbittorrent (1.4.0-1) unstable; urgency=low

  * New upstream version (LP: #412272).
    - display Swarm infos in seeding list (Closes: #520756).
  * debian/copyright: new copyright notes.
  * debian/changelog: setting v1.3.5 as UNRELEASED.

 -- Cristian Greco <cristian.debian@gmail.com>  Thu, 13 Aug 2009 10:49:01 +0200

qbittorrent (1.3.5-1) UNRELEASED; urgency=low

  * New upstream version (bugfix release).
  * EDIT 2009/08/13: this version was never uploaded to archive.

 -- Cristian Greco <cristian.debian@gmail.com>  Fri, 24 Jul 2009 18:17:55 +0200

qbittorrent (1.3.4-1) unstable; urgency=low

  * New upstream version.
    - debian/{control,rules,patch}: delete fix_ipfilter_amd64.patch
      (merged upstream) and drop quilt build-dep.
  * simplify debian/rules (drop debian/clean and debian/qbittorrent.install).
  * debian/control:
    - move git maintenance to collab-maint;
    - bump up Standards-Version to 3.8.2;
    - force build-depends on libtorrent-rasterbar-dev (>= 0.14.4).
  * debian/docs: don't install TODO file (outdated and useless).

 -- Cristian Greco <cristian.debian@gmail.com>  Tue, 14 Jul 2009 13:45:25 +0200

qbittorrent (1.3.3-2) unstable; urgency=low

  * debian/control: add Vcs-* addresses (switch to git-buildpackage).
  * debian/{control,rules}:
    - build depends on debhelper (>= 7.0.50) and use the new
      override_dh_command feature;
    - build-depends on quilt patch system
      + debian/patches/fix_ipfilter_amd64.patch: pulled from upstream
        svn r2344 (LP: #371283).
  * debian/{clean,qbittorrent.install}: added files to simplify debian/rules.

 -- Cristian Greco <cristian.debian@gmail.com>  Wed, 20 May 2009 10:44:11 +0200

qbittorrent (1.3.3-1) unstable; urgency=low

  * New upstream version.
    - debian/copyright: updated to reflect the license change (added OpenSSL
      exception to GPLv2) (Closes: #522311).
  * debian/control:
    - build-depends on libcurl4-gnutls-dev instead of libcurl4-openssl-dev;
    - bump up Standards-Version to 3.8.1 (no changes required). 

 -- Cristian Greco <cristian.debian@gmail.com>  Tue, 07 Apr 2009 00:43:19 +0200

qbittorrent (1.3.2-1) unstable; urgency=low

  * New upstream version.
    - debian/control:
      + build-depends on libtorrent-rasterbar-dev (>= 0.14.2);
      + build-depends on 'libcurl4-openssl-dev | libcurl-dev' to get rid
        of the following lintian warning:
        virtual-package-depends-without-real-package
  * Upload to unstable.

 -- Cristian Greco <cristian.debian@gmail.com>  Sun, 08 Mar 2009 20:40:49 +0100

qbittorrent (1.3.1-2) unstable; urgency=low

  * debian/control:
    - depends on python (>= 2.5);
    - build-depends on libtorrent-rasterbar-dev (>= 0.14.2).
  * Upload to unstable.

 -- Cristian Greco <cristian.debian@gmail.com>  Thu, 26 Feb 2009 18:31:42 +0100

qbittorrent (1.3.1-1) experimental; urgency=low

  * New upstream release: 
    - debian/copyright: new and updated copyright notes and files;
    - remove patch qbittorrent_desktop_file.patch (merged upstream);
    - debian/control, debian/rules, debian/README.source: drop build
      dependency on quilt system.

 -- Cristian Greco <cristian.debian@gmail.com>  Tue, 27 Jan 2009 00:13:30 +0100

qbittorrent (1.3.0-1) experimental; urgency=low

  * New upstream release:
    - debian/control:
      + added Build-Depends: on libtorrent-rasterbar-dev (>= 0.14.1);
      + deleted Build-Depends: on libmagick++9-dev (no more needed upstream);
      + added Build-Depends: on libxext-dev (which was previously carried in
        by libmagick++9-dev);
      + added new features in long description;
    - debian/copyright: new and updated copyright notes and files;
    - debian/control, debian/rules, debian/README.source: build-depends on
      quilt patch system and add a new patch:
      + qbittorrent_desktop_file.patch, set the right version number in
      qBittorrent.desktop file;
    - fixed stylesheet warning in console on startup (Closes: #504218).
  * Upload to experimental.

 -- Cristian Greco <cristian.debian@gmail.com>  Sat, 10 Jan 2009 15:42:32 +0100

qbittorrent (1.2.1-1) unstable; urgency=low

  * New upstream version
    - remove patch fixDeleteTorrentPermanently.patch (merged upstream);
    - debian/control, debian/rules, debian/README.source: drop build
      dependency on quilt system.
  * debian/control: added build-depends on libtorrent-rasterbar-dev (<< 0.14).
  * New maintainer email address.

 -- Cristian Greco <cristian.debian@gmail.com>  Tue, 25 Nov 2008 16:22:30 +0100

qbittorrent (1.2.0-2) unstable; urgency=low

  * debian/control, debian/rules, debian/README.source: build-depends on quilt
    patch system and add a new patch:
    - fixDeleteTorrentPermanently.patch, fix a possible crash when deleting a
      torrent permanently (see patch comments for details).

 -- Cristian Greco <cgreco@cs.unibo.it>  Sat, 01 Nov 2008 18:19:11 +0100

qbittorrent (1.2.0-1) unstable; urgency=low

  * New upstream version
    - remove patch rss_saving.dpatch (merged upstream).
    - debian/control, debian/rules, debian/README.source: drop build
      dependency on dpatch system because rss_saving.dpatch was the sole
      patch used here.
    - debian/copyright: new and updated copyright notes and files.
  * debian/control: short description changed a bit.

 -- Cristian Greco <cgreco@cs.unibo.it>  Wed, 29 Oct 2008 22:52:10 +0100

qbittorrent (1.1.4-2) unstable; urgency=low

  * debian/control, debian/rules: build depends on dpatch system.
  * new patch: rss_saving.dpatch, this will save rss feeds correctly,
    as requested by upstream (see patch comments).

 -- Cristian Greco <cgreco@cs.unibo.it>  Sun, 21 Sep 2008 11:39:09 +0200

qbittorrent (1.1.4-1) unstable; urgency=low

  * New upstream version
    - fix download of paused torrents on startup (Closes: #497582)
  * debian/copyright: new copyright statements about Czech and traditional
    Chinese translations.
  * debian/rules: binary-indep target should do nothing because we are not
    building "arch: all" package.

 -- Cristian Greco <cgreco@cs.unibo.it>  Sun, 14 Sep 2008 15:41:57 +0200

qbittorrent (1.1.3-1) unstable; urgency=low

  * New upstream version
    - fix progress calculation bug (Closes: #494801)
    - fix ratio saving for seeding torrents (Closes: #496542)
    - remove patch arm_ftbfs.dpatch (merged upstream).
    - debian/control, debian/rules: drop build dependency on dpatch system
      because arm_ftbfs.dpatch was the sole patch used.
  * debian/copyright: GPLv2 on Debian systems can be found in
    `/usr/share/common-licenses/GPL-2', not `/usr/share/common-licenses/GPL'
    (which points to GPLv3).
  * debian/watch: updated to follow only stable and rc releases, as requested
    by upstream author.

 -- Cristian Greco <cgreco@cs.unibo.it>  Thu, 28 Aug 2008 16:17:42 +0200

qbittorrent (1.1.0~rc1-2) unstable; urgency=low

  * debian/rules: fix a stupid bug with dpatch (s/-/_/); this would really
    close the FTBFS on arm arches.
  * debian/control: new synopsis line.

 -- Cristian Greco <cgreco@cs.unibo.it>  Sat, 26 Jul 2008 09:49:00 +0200

qbittorrent (1.1.0~rc1-1) unstable; urgency=low

  * New upstream version
    - Fix crash when opening a .torrent file which contains unicode
      characters (Closes: #491453)
  * debian/control:
    - build-depends on libtorrent-rasterbar exact revision (>= 0.13.1-2),
    which is built without debug option: in other case (libtorrent-rasterbar
    0.13.1-1), qbittorrent would crash if -NDEBUG option is enabled (upstream
    enabled it in this version, so the problem was not noticed in previous
    one).
    - new build-depends on dpatch.
  * debian/rules: added support for dpatch system.
  * debian/README.source: add description about dpatch system
  * new patch: arm_ftbfs.dpatch, which solves a FTBFS on arm and armel arches
  * debian/copyright: fix lintian warning debian-copyright-line-too-long.

 -- Cristian Greco <cgreco@cs.unibo.it>  Wed, 23 Jul 2008 01:13:30 +0200

qbittorrent (1.1.0~beta3-1) unstable; urgency=low

  * Initial release (Closes: #418514)

 -- Cristian Greco <cgreco@cs.unibo.it>  Fri, 04 Jul 2008 23:12:54 +0200

