From 6fa4fc84cd5fd9ba2349f923ce71437475d37aee Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Tue, 15 Nov 2011 14:15:05 +0100 Subject: [PATCH] urlwatch 1.14 released --- ChangeLog | 5 +++++ urlwatch | 2 +- urlwatch.1 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fb811c7..97e0202 100644 --- a/ChangeLog +++ b/ChangeLog @@ -110,3 +110,8 @@ Python 3 format using the "2to3" utility included with Python * urlwatch 1.13 released +2011-11-15 Thomas Perl + * Fix an encoding issue related to the html2txt module (thanks to + Thomas Dziedzic for reporting this issue and testing the patch) + * urlwatch 1.14 released + diff --git a/urlwatch b/urlwatch index 4220e99..f105cff 100755 --- a/urlwatch +++ b/urlwatch @@ -37,7 +37,7 @@ __author__ = 'Thomas Perl ' __copyright__ = 'Copyright 2008-2011 Thomas Perl' __license__ = 'BSD' __homepage__ = 'http://thp.io/2008/urlwatch/' -__version__ = '1.13' +__version__ = '1.14' user_agent = '%s/%s (+http://thp.io/2008/urlwatch/info.html)' % (pkgname, __version__) diff --git a/urlwatch.1 b/urlwatch.1 index 799e663..206ccb4 100644 --- a/urlwatch.1 +++ b/urlwatch.1 @@ -1,4 +1,4 @@ -.TH URLWATCH "1" "August 2011" "urlwatch 1.13" "User Commands" +.TH URLWATCH "1" "November 2011" "urlwatch 1.14" "User Commands" .SH NAME urlwatch \- Watch web pages and arbitrary URLs for changes .SH SYNOPSIS -- 2.11.4.GIT