Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2005-07-25 19:29:51 +0200
committerArthur de Jong <arthur@arthurdejong.org>2005-07-25 19:29:51 +0200
commitfcf9e128a01917dfe8f77289061707e15e065a21 (patch)
tree9b9d0854041be1c4e03608fc247689436b912057
parent3b6d78639284b5c3f2c039d28169b6680649a667 (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--ChangeLog28
-rw-r--r--NEWS7
-rw-r--r--config.py2
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
+ <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
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/"