From af278ac2173a3860b9812d21e12b8cd41c9cf365 Mon Sep 17 00:00:00 2001 From: calvin Date: Wed, 2 Aug 2006 20:17:22 +0000 Subject: [PATCH] removed the --disable-psyco option git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3415 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 4 ++++ doc/en/upgrading.txt | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 57f706c8..2d27d199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ interpolation feature of the default ConfigParser. Type: feature Changed: linkcheck/configuration/confparse.py + + * Removed the deprecated --disable-psyco option. + Type: feature + Changed: linkchecker 4.2 "V for Vendetta" (released 26.7.2006) diff --git a/doc/en/upgrading.txt b/doc/en/upgrading.txt index a6966257..2e53e9af 100644 --- a/doc/en/upgrading.txt +++ b/doc/en/upgrading.txt @@ -5,6 +5,11 @@ Upgrading ========= +Migrating from 4.2 to 4.3 +------------------------- + +The deprecated --disable-psyco option has been removed. + Migrating from 4.1 to 4.2 -------------------------