From 9c04a6f1d2f99d2bd5703276dd8572f93849e838 Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 9 Jun 2005 19:47:45 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2651 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 43cfec39..a5e7efce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 3.0 "" (released xx.xx.xxxx) + * The old intern/extern URL configuration has been replaced with + a new and hopefully simpler one. Please see the documentation on + how to upgrade to the new option syntax. + Type: feature + Changed: linkchecker, linkcheck/*.py + * Honor XHTML in tag browser. Type: bugfix Closes: SF bug #1217356 @@ -24,11 +30,13 @@ * The default output encoding is now that of your locale, and not the hardcoded iso-8859-15 anymore. Type: feature + Closes: Debian bug #307810 Changed: linkcheck/logger/__init__.py * Do not generate an empty user config dir ~/.linkchecker by default, only when needed. Type: feature + Closes: Debian bug #307876 Changed: linkchecker * Redundant dot path at beginning of relative urls are now removed.