hpodder (1.1.5.0+nmu3) unstable; urgency=low

  * Non-maintainer upload.
  * Replace ghc6 with ghc in build-depends, for GHC 7 transition. (Closes:
    #629728)
  * Backport upstream commit 77f4f5eb0365f1722735 for newer HaXml API support
    (Closes: #622675)
  * Backport upstream commit 019828ed899dc3580ddc to improve parsing of the
    output from the gettypecommand

 -- Iain Lane <laney@debian.org>  Sat, 27 Aug 2011 11:32:40 +0100

hpodder (1.1.5.0+nmu2) unstable; urgency=medium

  * Non-maintainer upload.
  * Replace build-depends on xpdf-utils by poppler-utils, to ensure that
    xpdf-utils is never used (the package is still lurking arround
    sometimes) (Closes: #549391)
  * Bump urgency due to RC bug fix
  * Fix lintian Warning about ignoring errors of make clean
  * Update Homepage in debian/copyright

 -- Alexander Reichle-Schmehl <tolimar@debian.org>  Fri, 22 Jan 2010 22:39:19 +0100

hpodder (1.1.5.0+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS error "ambiguous type variable" with GHC 6.10. Patch from
    upstream Git, commit 14bb33b. (Closes: #537028)

 -- Stefano Zacchiroli <zack@debian.org>  Wed, 04 Nov 2009 22:41:33 +0100

hpodder (1.1.5.0) unstable; urgency=low

  * Fixed bug where episode title did not appear in id3 output.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 02 Jul 2008 10:28:15 -0500

hpodder (1.1.4.0) unstable; urgency=low

  * Make previous HaXml change tighter.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 08 Apr 2008 04:24:13 -0500

hpodder (1.1.3.0) unstable; urgency=low

  * Added logic to cabal file to require stable HaXml version.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 08 Apr 2008 04:19:39 -0500

hpodder (1.1.2) unstable; urgency=low

  * Fixed GUID logic for situations in which a a given GUID selects
    one episode, and the URL attached to it in the feed selects another.
    This was causing the UPDATE to try to update two episodes to the
    same URL.  Closes: #465038, #404977.  Thanks to Magnus Therning
    for his help tracking this down.

 -- John Goerzen <jgoerzen@complete.org>  Sat, 16 Feb 2008 10:10:39 -0600

hpodder (1.1.1) unstable; urgency=low

  * Make sure we get full SQL dumps for any error

 -- John Goerzen <jgoerzen@complete.org>  Wed, 13 Feb 2008 02:53:42 -0600

hpodder (1.1.0) unstable; urgency=low

  * New support for configurable renaming of incoming episodes to
    standard extensions.  The previous feature was hard-coded for
    certain data types.  Closes: #454535.

  * New support for using file -i (or a user-configurable program) to
    determine the actual type of a file to deal with servers that
    don't send correct MIME types in their feeds.  Enable this support
    by default.  Closes: #445694.

  * New support for user-configurable post-processing commands that
    do things such as tagging.

  * New support for conditional running of post-processing commands
    based on content type.

  * Documented --debug.  Closes: #430068.

  * New support for GUID tags to reduce occurances of duplicate
    downloads.  Thanks to Jason Creighton for the patch to support
    this.  Closes: #454531.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 06 Feb 2008 03:35:56 -0600

hpodder (1.0.4) unstable; urgency=low

  * Update for GHC 6.8.x and new MissingH.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 16 Jan 2008 12:19:40 -0600

hpodder (1.0.3) unstable; urgency=low

  * Fix error with hpodder add.  Closes: #435738.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 02 Aug 2007 21:46:02 -0500

hpodder (1.0.2) unstable; urgency=low

  * Fix removeFile error.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 01 Aug 2007 10:25:44 -0500

hpodder (1.0.1) unstable; urgency=low

  * Correct the location of some info in the manpage.

 -- John Goerzen <jgoerzen@complete.org>  Sat, 28 Jul 2007 23:26:12 -0500

hpodder (1.0.0) unstable; urgency=low

  * Release 1.0.0.
  * Now remove files in the temporary download directory that belong
    to episodes that are no longer marked for download.
  * New automatic episode/podcast expiration/error system implemented
    and documented.
  * Propogate exceptions out of locking properly.  Closes: #428106.
  * Fixed settitle.  Closes: #389956.

 -- John Goerzen <jgoerzen@complete.org>  Sat, 28 Jul 2007 21:18:19 -0500

hpodder (0.99.5) unstable; urgency=low

  * Bump build-depends on HDBC.  Closes: #422156.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 03 May 2007 19:34:50 -0500

hpodder (0.99.4) unstable; urgency=low

  * Now uses locking to prevent multiple copies of hpodder from running
    simultaneously.  Closes: #419471.
  * Updated for HDBC 1.1.x.
  * Logged messages go to stdout.  Closes: #410630.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 03 May 2007 05:58:29 -0500

hpodder (0.99.3) unstable; urgency=low

  * Applied patch from Daniel Burrows to allow post-processing of
    downloads.  Closes: #414501.
  * Updated .cabal for new filepath.  Closes: #420977.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 27 Apr 2007 01:03:32 -0500

hpodder (0.99.2) unstable; urgency=low

  * Modified to not require threaded RTS.  CLoses: #408000.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 12 Mar 2007 06:11:41 -0500

hpodder (0.99.1) unstable; urgency=low

  * Updated for MissingH 0.18.0 changes.
  * Recognize x-audio/mp3 as mp3 files for extensions.  Closes: #401772.

 -- John Goerzen <jgoerzen@complete.org>  Fri,  8 Dec 2006 05:04:37 -0600

hpodder (0.99.0) unstable; urgency=low

  * New version.
  * New, better output using the new MissingH features
    Closes: #400536, #389959.
  * Now has a multithreaded downloading process.
  * Fix typo in description.  Closes: #389692.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 28 Nov 2006 06:16:27 -0600

hpodder (0.5.8) unstable; urgency=low

  * Update for GHC 6.6.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 20 Oct 2006 10:52:56 -0500

hpodder (0.5.7) unstable; urgency=medium

  * Fix bug where id3 tags could occasionally be set on the wrong file.

 -- John Goerzen <jgoerzen@complete.org>  Fri, 15 Sep 2006 10:12:53 -0500

hpodder (0.5.6) unstable; urgency=low

  * Better handling for situations in which there is no title for an item.

 -- John Goerzen <jgoerzen@complete.org>  Tue,  5 Sep 2006 05:42:00 -0500

hpodder (0.5.5) unstable; urgency=low

  * Fix some doc-building bugs.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 21 Aug 2006 07:28:04 -0500

hpodder (0.5.4) unstable; urgency=low

  * Only pass -K to curl when ~/.hpodder/curlrc exists.  Closes: #382865.
  * Now detect of the DB uses a newer schema version than we know how to
    work with and abort.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 21 Aug 2006 07:03:17 -0500

hpodder (0.5.3) unstable; urgency=low

  * New commands: enable and disable
  * New DB columns: pcenabled and lastupdate

 -- John Goerzen <jgoerzen@complete.org>  Mon, 24 Jul 2006 06:22:25 -0500

hpodder (0.5.2) unstable; urgency=low

  * Fixed some silly brainos in docs.  Closes: #378287.
  * Cleaned up clean targets a bit.
  * New command "settitle"
  * No longer permit blank titles in generated filenames
  * Gracefully handle curl returning success but not actually
    downloading anything.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 17 Jul 2006 06:14:36 -0500

hpodder (0.5.1) unstable; urgency=low

  * More debug message on calls to external programs
  * Update to use new MissingH code
  * Nicer handling of Ctrl-C (or other signals) interrupting children
    will now leave the download at Pending, and terminate hpodder
  * Workaround for sites that have broken resume
    If the file is the same size after curl as before, unlink it and try again
  * File and general sanitization now converts leading hyphens to underscores
  
 -- John Goerzen <jgoerzen@complete.org>  Tue,  4 Jul 2006 13:17:55 -0500

hpodder (0.5.0) unstable; urgency=low

  * Initial release. (Closes: #376038)

 -- John Goerzen <jgoerzen@complete.org>  Thu, 29 Jun 2006 05:28:39 -0500

