From 66b735a50934d44a8d94f79bb1be66ee19b973d1 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Mon, 10 May 2010 12:20:50 +0200 Subject: [PATCH] urlwatch 1.10 released --- ChangeLog | 5 +++++ urlwatch | 2 +- urlwatch.1 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d040488..dfa40e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -86,3 +86,8 @@ * Remove TODO list * urlwatch 1.9 released +2010-05-10 Thomas Perl + * Get encoding from headers and convert to UTF-8 + (suggested by Ján Ondrej) + * urlwatch 1.10 released + diff --git a/urlwatch b/urlwatch index a59aeea..7e3dc0a 100755 --- a/urlwatch +++ b/urlwatch @@ -37,7 +37,7 @@ __author__ = 'Thomas Perl ' __copyright__ = 'Copyright 2008-2009 Thomas Perl' __license__ = 'BSD' __homepage__ = 'http://thpinfo.com/2008/urlwatch/' -__version__ = '1.9' +__version__ = '1.10' user_agent = '%s/%s (+http://thpinfo.com/2008/urlwatch/info.html)' % (pkgname, __version__) diff --git a/urlwatch.1 b/urlwatch.1 index adf8b09..4182760 100644 --- a/urlwatch.1 +++ b/urlwatch.1 @@ -1,4 +1,4 @@ -.TH URLWATCH "1" "September 2009" "urlwatch 1.9" "User Commands" +.TH URLWATCH "1" "May 2010" "urlwatch 1.10" "User Commands" .SH NAME urlwatch \- Watch web pages and arbitrary URLs for changes .SH SYNOPSIS -- 2.11.4.GIT