From 5a9b22b4397f4cef05386301be6cec6088ee98ce Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Fri, 30 Jul 2010 17:45:37 +0200 Subject: [PATCH] urlwatch 1.11 released --- ChangeLog | 4 ++++ urlwatch | 2 +- urlwatch.1 | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dfa40e2..dc5aa62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -91,3 +91,7 @@ (suggested by Ján Ondrej) * urlwatch 1.10 released +2010-07-30 Thomas Perl + * Detect non-zero shell command exit codes and raise an error + * urlwatch 1.11 released + diff --git a/urlwatch b/urlwatch index 5eb1bb3..3865359 100755 --- a/urlwatch +++ b/urlwatch @@ -37,7 +37,7 @@ __author__ = 'Thomas Perl ' __copyright__ = 'Copyright 2008-2010 Thomas Perl' __license__ = 'BSD' __homepage__ = 'http://thpinfo.com/2008/urlwatch/' -__version__ = '1.10' +__version__ = '1.11' user_agent = '%s/%s (+http://thpinfo.com/2008/urlwatch/info.html)' % (pkgname, __version__) diff --git a/urlwatch.1 b/urlwatch.1 index 4182760..3897f8d 100644 --- a/urlwatch.1 +++ b/urlwatch.1 @@ -1,4 +1,4 @@ -.TH URLWATCH "1" "May 2010" "urlwatch 1.10" "User Commands" +.TH URLWATCH "1" "July 2010" "urlwatch 1.11" "User Commands" .SH NAME urlwatch \- Watch web pages and arbitrary URLs for changes .SH SYNOPSIS -- 2.11.4.GIT