commit c567c94096b39bb0bc43c3b74133d2bd63e7a218
Author: Thomas Perl <thp@thpinfo.com>
Date:   Fri Jun 5 13:11:38 2009 +0200

    gPodder 0.16.1 "Adrift" released
    
    This is a bugfix release in the 0.16.x series.
    
    Updated Makefile, README, translations, manpage
    and the gpodder main module for the 0.16.1 release.

commit 9f325c98fb2a90169f1fe7aeeceb9200e97b145a
Author: Thomas Perl <thp@thpinfo.com>
Date:   Fri Jun 5 12:32:05 2009 +0200

    Fix icon name of "edit-paste" for Windows (bug 467)
    
    This makes the edit-paste icon appear in the preferences
    dialog when on Windows. "edit-paste" is probably also
    better than "editpaste" in relation to the icon naming spec.

commit 2e2e6f4b3eb47fa9a9c660353bf0e7720753809f
Author: unknown <thp@.(none)>
Date:   Fri May 15 22:11:06 2009 +0200

    Swig version of gtkbuilderi18n module
    
    This module will be used in the Win32 version
    of gPodder for enabling i18n support in gtk.Builder.

commit 39baa118ca6c2d6f4bb53c29ed7687b686b6a066
Author: Thomas Perl <thp@thpinfo.com>
Date:   Fri Jun 5 12:03:13 2009 +0200

    Fix AttributeError in on_gPodder_delete_event (bug 472)
    
    In some systems, the Quit menu item did not work for
    some reason. This patch fixes that bug.
    
    This bug also only happened when on_quit_ask was set
    to False and on_quit_systray was set to True.
    
    Thanks to Peter Cherriman for reporting this bug.

commit 9aacf63abe0095fd13d378620cd70c48d6c9441b
Author: Thomas Perl <thp@thpinfo.com>
Date:   Fri Jun 5 11:57:01 2009 +0200

    Only offer new episodes of updated feeds for download (bug 473)
    
    When a single feed was updated, the offer to download new
    episodes was based on *all* feeds, not just the updated one.
    This is now fixed, and the search for new episodes is now
    restricted to only the channel(s) that has/have been updated.
    
    Thanks to scruffythinking for reporting this bug.

commit f39a789f4fb0ced2e5a8687664c4c3aeb7d26b6f
Author: nikosapi <me@nikosapi.org>
Date:   Wed Jun 3 13:32:15 2009 -0400

    Fixed version of redirect_internal in DownloadURLOpener (bug 465)
    
    Using wireshark you can see that gPodder gets stuck after it receives
    the first 302 from the server. Wget on the other hand handles it
    perfectly (there are 2 to 3, 302 responses in total).
    
    Adding a Range header to the request will make the download fail,
    this patch fixes this bug by providing our own version of
    redirect_internal.

commit ad78243bcfbba4097f2305f0d46872dc6dccc36d
Author: Thomas Perl <thp@thpinfo.com>
Date:   Fri Jun 5 11:46:20 2009 +0200

    Catch and report exceptions when updating downloads list
    
    This makes it possible for users to be notified about any
    abnormal situations and hopefully shows a good-enough error
    message for self-diagnosis or at least a starting point
    for reporting bugs.

commit 081f120808eed9d3be18e52c9773f73d5fed09dc
Author: Thomas Perl <thp@thpinfo.com>
Date:   Thu Jun 4 12:35:18 2009 +0200

    Show error message when download dir is readonly
    
    when the download directory cannot be written to,
    an error message is shown. This can help users spot
    a configuration error where the download dir is set
    to a folder that does not exist or is not writable
    by the user.

commit 42dfd1bc94072cba9c3b9cd942a3e993c542d5f2
Author: Markus Golser <elmargol@gmail.com>
Date:   Wed Jun 3 11:12:19 2009 +0200

    Fix HTTP 303 redirection bug with YouTube (bug 470)
    
    This makes the command-line client work again with
    YouTube feed URLs.

commit ee3e156dccd9974f08f154b6e0a41be4548dcd60
Author: Thomas Perl <thp@thpinfo.com>
Date:   Tue Jun 2 08:39:08 2009 +0200

    Don't fail when deleting a podcast with running downloads

commit 34b48562a7638f41dcde60ce0479df848507c006
Author: Thomas Perl <thp@thpinfo.com>
Date:   Tue Jun 2 08:36:40 2009 +0200

    Fix a bug in the Maemo version with Videocenter installed
    
    Thanks to vsampo in the Forums for reporting this bug.
