From bdaed02b31121e23357e03cd40ccb00093a0df6c Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Mon, 10 Aug 2009 16:28:29 +0200 Subject: [PATCH] urlwatch 1.8 released --- ChangeLog | 17 +++++++++++++++++ urlwatch | 2 +- urlwatch.1 | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3e294b..d435469 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,3 +62,20 @@ 2009-01-12 Thomas Perl * Describe ical2txt and html2txt with examples in manpage +2009-01-15 Thomas Perl + * Add TODO list + +2009-01-20 Thomas Perl + * Set the socket timeout to one minute to avoid hangs + +2009-07-27 Thomas Perl + * Catch and handle IOErrors from FTP timeouts + +2009-08-01 Thomas Perl + * Add error handling for socket timeouts (HTTP mode) + +2009-08-10 Thomas Perl + * Handle httplib errors (Debian bug 529740) + (Thanks to Bastian Kleineidam and Franck Joncourt) + * urlwatch 1.8 released + diff --git a/urlwatch b/urlwatch index 075e040..daa5317 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.7' +__version__ = '1.8' user_agent = '%s/%s (+http://thpinfo.com/2008/urlwatch/info.html)' % (pkgname, __version__) diff --git a/urlwatch.1 b/urlwatch.1 index 71e23aa..a912d97 100644 --- a/urlwatch.1 +++ b/urlwatch.1 @@ -1,4 +1,4 @@ -.TH URLWATCH "1" "January 2009" "urlwatch 1.7" "User Commands" +.TH URLWATCH "1" "August 2009" "urlwatch 1.8" "User Commands" .SH NAME urlwatch \- Watch web pages and arbitrary URLs for changes .SH SYNOPSIS -- 2.11.4.GIT