gPodder 3.9.2 "Canyonero" released

This commit is contained in:
Thomas Perl 2016-11-30 09:38:39 +01:00
parent aa71c85ff6
commit 5685861c69
6 changed files with 12 additions and 14 deletions

4
README
View File

@ -210,10 +210,10 @@
[ MORE INFORMATION ]
- Homepage http://gpodder.org/
- Bug tracker http://bugs.gpodder.org/
- Bug tracker https://github.com/gpodder/gpodder/issues
- Mailing list http://freelists.org/list/gpodder
- IRC channel #gpodder on irc.freenode.net
............................................................................
Last updated: 2016-09-17 by Thomas Perl <thp.io/about>
Last updated: 2016-11-30 by Thomas Perl <thp.io/about>

View File

@ -159,7 +159,7 @@ def safe_print(*args, **kwargs):
print("""
*** ENCODING FAIL ***
Please report this to http://bugs.gpodder.org/:
Please report this to https://github.com/gpodder/gpodder/issues:
args = %s
map(convert, args) = %s

View File

@ -1,4 +1,4 @@
.TH GPO "1" "August 2016" "gpodder 3.9.1" "User Commands"
.TH GPO "1" "November 2016" "gpodder 3.9.2" "User Commands"
.SH NAME
gpo \- Text mode interface of gPodder
.SH SYNOPSIS
@ -71,6 +71,4 @@ gpodder(1)
.SH BUGS
.PP
If you find bugs, don't keep them for yourself!
.PP
Report bugs and feature requests at \fIhttp://bugs.gpodder.org/\fR
Report bugs at \fIhttps://github.com/gpodder/gpodder/issues\fR

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
.TH GPODDER "1" "August 2016" "gpodder 3.9.1" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH GPODDER "1" "November 2016" "gpodder 3.9.2" "User Commands"
.SH NAME
gpodder \- Media aggregator and podcast client
.SH SYNOPSIS

View File

@ -20,9 +20,9 @@
# This metadata block gets parsed by setup.py - use single quotes only
__tagline__ = 'Media aggregator and podcast client'
__author__ = 'Thomas Perl <thp@gpodder.org>'
__version__ = '3.9.1'
__date__ = '2016-08-31'
__relname__ = 'My BLT Drive Just Went AWOL'
__version__ = '3.9.2'
__date__ = '2016-11-30'
__relname__ = 'Canyonero'
__copyright__ = '© 2005-2016 Thomas Perl and the gPodder Team'
__license__ = 'GNU General Public License, version 3 or later'
__url__ = 'http://gpodder.org/'

View File

@ -3121,7 +3121,7 @@ class gPodder(BuilderWidget, dbus.service.Object):
util.open_website('http://gpodder.org/downloads')
def on_bug_tracker_activate(self, widget, *args):
util.open_website('https://bugs.gpodder.org/enter_bug.cgi?product=gPodder&component=Application&version=%s' % gpodder.__version__)
util.open_website('https://github.com/gpodder/gpodder/issues')
def on_item_support_activate(self, widget):
util.open_website('http://gpodder.org/donate')
@ -3153,7 +3153,7 @@ class gPodder(BuilderWidget, dbus.service.Object):
copyright=gpodder.__copyright__,
license=gpodder.__license__,
donate_url='http://gpodder.org/donate',
bugs_url='https://bugs.gpodder.org/',
bugs_url='https://github.com/gpodder/gpodder/issues',
url=cgi.escape(gpodder.__url__)).strip().split('\n')))
vb.pack_start(label)