diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2005-07-25 19:29:51 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2005-07-25 19:29:51 +0200 |
commit | fcf9e128a01917dfe8f77289061707e15e065a21 (patch) | |
tree | 9b9d0854041be1c4e03608fc247689436b912057 | |
parent | 3b6d78639284b5c3f2c039d28169b6680649a667 (diff) |
get files ready for 1.9.1 release1.9.1
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@94 86f53f14-5ff3-0310-afe5-9b438ce3f40c
-rw-r--r-- | ChangeLog | 28 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | config.py | 2 |
3 files changed, 35 insertions, 2 deletions
@@ -1,3 +1,29 @@ +2005-07-25 17:17 arthur + + * webcheck.1: fix typo, thanks to Stefan Schr�der + <stefan@tokonoma.de> + +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 @@ -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 ------------------------- @@ -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/" |