podget (0.6.9) unstable; urgency=low

  * Update to filename_formatfix to correct for "?referrer=rss" being added to
    all filenames downloaded from Vimcasts.org.  Bug submitted by Andi (apoisel) 
    on Dec 19, 2012. Thanks.
  * Update to use mktemp to create temporary file for playlist sorting.  If
    mktemp is not available, the script falls back to trying to use tempfile.
    Bug submitted by Scheini-72 on Aug 20, 2012.  Thanks.

 -- Dave Vehrs <dvehrs@gmail.com>  Thu, 27 Dec 2012 14:51:20 -0700

podget (0.6.8) unstable; urgency=low

  * Updates for Debian Package.
  * Fixed version string in podget to be 0.6.8

 -- Dave Vehrs <dvehrs@gmail.com>  Sat,  2 Dec 2012 11:29:30 -0700

podget (0.6.7) unstable; urgency=low

  * Fixed Bug #3146457 reported on Sourceforge by oaolsen.  Fixes urls with
    ampersands in them. Thanks.
  * Fixed Bug #3021524 reported on Sourceforge by thebreaker.  Fixes running
    session detection. Thanks.
  * Fixed podgets verbosity with a patch submitted by Norman Rasmussen. And
    fixed my email address in the script. Thanks.

 -- Dave Vehrs <dvehrs@gmail.com> Sat, 14 Apr 2012 11:28:55 -0700

podget (0.6.6) unstable; urgency=low
  
  * Fixed Bug #666149 reported by Elena Grandi via the Debian reporting system.
    Playlist names were being created with spaces that would break some lines.
    Added quotes to prevent. Thanks.

 -- Dave Vehrs <dvehrs@gmail.com> Wed,  4 Apr 2012 15:47:55 -0700

podget (0.6.5) unstable; urgency=low

  * Added version reporting flags (-V or --version), so people can test to see
    what version they have installed.

 -- Dave Vehrs <dvehrs@gmail.com> Wed,  4 Apr 2012 15:30:00 -0700

podget (0.6.4) unstable; urgency=low

  * Fixed enclosure bug.
  * Fixed error checking for successful wget run.

 -- Dave Vehrs <dvehrs@gmail.com> Fri, 19 Nov 2011 10:44:00 -0700

podget (0.6.3) unstable; urgency=low

  * Fixed tempfile bug/typo.
  * Fixed -f and --force to redownload existing files, including fix to 
    wget base options. 

 -- Dave Vehrs <dvehrs@gmail.com> Fri, 18 Nov 2011 11:29:02 -0700

podget (0.6.2) unstable; urgency=low

  * Added use of the tempfile command to the playlist sorting per Renalt
    Sabitov's idea and bug report (via Debian).  

 -- Dave Vehrs <dvehrs@gmail.com> Fri, 16 Sep 2011 18:00:19 -0700

podget (0.6.1) unstable; urgency=low

  * Various fixes for Debian Lintain reports.
 
 -- Dave Vehrs <dvehrs@gmail.com> Wed, 14 Sep 2011 12:56:19 -0700

podget (0.6) unstable; urgency=low

  * Added date substitutions to the feed category per David Willmore's 
    feature request (#1652606).  Thanks.
  * Reversed order of filename character modifications and format fixing.  
  * Fixed error reports to go to stderr.
  * Added more custom error/exit codes to simplify debugging.
  * Added another filename format fix for feeds from LBC Plus per
    MoonUnit's feature request (#1660764).  Thanks.
  * Fixed playlist sorting to prevent a race condition in some implementations
    of the sort command as suggested by Cameron Paine. Thanks.
  * Fixed Indexfile creation for Podcast feeds that have the enclosure URL
    broken over multiple lines as suggested by Colin Carter.  Thanks.
  * Modified Session file messaging to clearer report when old session files 
    were removed.
  * Fixed -r (most recent) and -f (force) command line options to override
    the defaults stored in the user configuration files.  Thanks to Jim C.
    for reporting the bug and providing a potential patch.  
  * Wrapped eval statement on line 422 in quotes to try to fix an OBSD error.
  * Changed install command --mode flags to -m in the Makefile so that it
    would be OBSD compatible.
  * Changed #!/bin/bash to #!/usr/bin/env bash so that its more cross platform
    compatible.
  * Moved test for configuration directory to before creation of session file
    so it has a place to store the session file.
  * Added Filename Format fix for podcasts hosted on Catradio.cat per Oriol
    Rius's Bug Report (#1744705). Thanks.
  * Fixed "Filesystem paths including spaces crash the podget script" (Bug#
    1889724) submitted by Anonymous. Thanks.
  * Fixed "Some filenames cause podget to fail" (Patch#1845815) submitted by
    Anonymous. Thanks. 
  * Fixed error with playlist loading submitted by Markus.  Thanks.
  * Added a filename format fix as suggested by Rob Sims via the Debian Bug
    Reporting System (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459949,
    Bug#459949). Thanks.
  * Added SCRIPTS directory for user submitted scripts.  First script is from
    Steven Black and allows for easy addition of feeds from within Firefox.
    Thanks.
  * Added patch from Steven Black to fix problem handling single apostrophes in
    filenames.  Thanks again.

 -- Dave Vehrs <dvehrs@gmail.com>  Sun, 25 Apr 2010 12:28:39 -0700

podget (0.5.8) unstable; urgency=low

  * General Cleanup.
  * Fixed Filename Format issue (From BBC World News Bulletin).  Files
    download named filename.mp3?123456 and are fixed to filename123456.mp3
    (Patch# 1615902 submitted by mojoandy).
  * Added support for creating ASX Playlists for Windows Media Player.
    (Patch# 1615902 submitted by mojoandy).
  * Changed application name from podget.sh to podget to comply with Debian
    Policies.
  * Stopped compressing the copyright file to comply with Debian Policies.
  * Updated Debians copyright file to point at /usr/share/common-licenses/GPL
  * Removed "DEBIAN" from installed changelog to comply with Debian policies.
  * Updated Generic COPYING file for non-Debian installs.
  * Fixed synopsis line in Debian Control file to comply with Debian
    Policies.
  * Updated Debian Control file to Standards-Version 3.7.2 from 3.6.2.


 -- Dave Vehrs <dvehrs@gmail.com>  Sat, 6 Jan 2007 18:52:39 -0700

podget (0.5.7) unstable; urgency=low
  
  * Patch for avail_space bug.  Thanks to Andreas Ruppen for catching it.
  * Added function to check for running sessions using the same core
    configuration file.  
  * Added function to check for remaining space on library partition and stop if
    it drops below a configured level.
    (both these ideas were inspired by Luc's suggestions)

 -- Dave Vehrs <dvehrs@gmail.com>  Tue, 23 May 2006 11:01:30 -0700 

podget (0.5.6) unstable; urgency=low
  
  * Added simulate function to cleanup loop per marc_in_lux's request 
    (MSG ID: 3717464).

 -- Dave Vehrs <dvehrs@gmail.com>  Mon, 8 May 2006 10:37:30 -0700 

podget (0.5.5) unstable; urgency=low
  
  * Fixed bug in cleanup loop.

 -- Dave Vehrs <dvehrs@gmail.com>  Tue,  10 Apr 2006 09:23:00 -0700

podget (0.5.4) unstable; urgency=low
  
  * Added UTF-16 formated feed handling (Support Request# 1432993).

 -- Dave Vehrs <dvehrs@gmail.com>  Tue,  2 Mar 2006 11:41:16 -0700

podget (0.5.3) unstable; urgency=low
  
  * Fixed enclosure url parsing (Bug# 1414282).

 -- Dave Vehrs <dvehrs@gmail.com>  Tue,  24 Jan 2006 21:21:37 -0700

podget (0.5.2) unstable; urgency=low
  
  * Removed bit-torrent support.  Rarely used and poorly implemented.  For an
    example of a better implementation see Podracer (http://podracer.sf.net/).
  * Fixed cleanup_days bug (if commandline option was not set, it overrode the
    default with a null value).
  * Added support for importing servers from iTunes PCAST files.  

 -- Dave Vehrs <dvehrs@gmail.com>  Wed,  17 Jan 2006 07:21:37 -0700

podget (0.5.1) unstable; urgency=low

  * Suppress "no enclosures" warning while running silent (Patch# 1395582,
    submitted by Kai Timmer).
  * Test for completed file fails on filename with special chars, replace grep 
    with fgrep (Patch# 1396969 submitted by Kai Timmer).
  * Standardized verbosity testing (Patch# 1397756, Submitted by Johnny
    Ljunggern).
  * Cleaned up comment output, and established clearer levels (0-4).

 -- Dave Vehrs <dvehrs@gmail.com>  Wed,  4 Jan 2006 09:16:17 -0700

podget (0.5) unstable; urgency=low

  * Added sed hook to handle rss feeds that break the enclosure tag over
    multiple lines (LugRadio).
  * Initial import OPML list support from local file or download from http/ftp.
  * Applied patch submited by anonymous. (Bug 1380412 - unhandled
    environment variable).
  * Dropped test for interactive shell.
  * Fixed configuration file parsing bug (Bug 1386657).
  * Added filename cleanup code for FAT32 compatability (Feature Request
    1378956).

 -- Dave Vehrs <dvehrs@gmail.com>  Sun,  20 Dec 2005 18:00:00 -0700
 
podget (0.4.1) unstable; urgency=low

  * Initial Debian package release.
  * Moved podcast directory from /usr/local/share to $HOME/
  * Improved configuration installation and testing.
  * Modified cleanup loop to allow user specified number of days to retain
    files.
  * Fix for RSS feeds without sufficient newlines.
  * Initial man page.
  * Installation by makefile or debian package now.
  * Started changelog.
  * Initial Debian Packages (.deb)

 -- Dave Vehrs <dvehrs@gmail.com>  Sun,  6 Nov 2005 19:37:01 -0700
