From fcf9e128a01917dfe8f77289061707e15e065a21 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 25 Jul 2005 17:29:51 +0000 Subject: get files ready for 1.9.1 release git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@94 86f53f14-5ff3-0310-afe5-9b438ce3f40c --- ChangeLog | 28 +++++++++++++++++++++++++++- NEWS | 7 +++++++ config.py | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8cc4fc8..594d7f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2005-07-25 17:17 arthur + + * webcheck.1: fix typo, thanks to Stefan Schröder + + +2005-07-25 17:16 arthur + + * plugins/slow.py: only report on internal links + +2005-07-25 17:13 arthur + + * parsers/css.py: empty module as placeholder to parse css + (referenced from __init__.py already) + +2005-07-25 17:11 arthur + + * parsers/html.py: don't replace an allready set title + +2005-07-24 09:32 arthur + + * ChangeLog: add ChangeLog for release + +2005-07-24 09:30 arthur + + * NEWS, TODO: get files ready for release + 2005-07-24 08:56 arthur * README: clean up README removing sections that should be in the @@ -34,7 +60,7 @@ 2005-07-24 08:47 arthur - * plugins/whatsnew.py, plugins/whatsold.py: only report on ternal + * plugins/whatsnew.py, plugins/whatsold.py: only report on internal links 2005-07-24 08:46 arthur diff --git a/NEWS b/NEWS index b37db52..a560408 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +changes from 1.9.0 to 1.9.1 +--------------------------- + +* ship an empty css.py to actually run +* small bugfixes for pages with multiple titles and slow plugin + + changes from 1.0 to 1.9.0 ------------------------- diff --git a/config.py b/config.py index 4364c8e..be49224 100644 --- a/config.py +++ b/config.py @@ -27,7 +27,7 @@ items should be changeble from the command line.""" import urllib # Current version of webcheck. -VERSION = "1.9.0" +VERSION = "1.9.1" # The homepage of webcheck. HOMEPAGE = "http://tiefighter.et.tudelft.nl/~arthur/webcheck/" -- cgit v1.2.3