From 04e05a4bf388d7d804dc31f5c8aaa732e7630d0f Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 10 Mar 2005 23:50:09 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2400 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 05c5022d..0a81e5da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ 2.6 "" (released xx.xx.xxxx) - * New option --low-priority to decrease the priority of spawned threads. + * Run with low priority. New option --priority to run with normal + priority. Type: feature Changed: linkchecker, linkcheck/threader.py - + * If GeoIP Python wrapper is installed, log the country name as info. Type: feature Changed: linkcheck/checker/consumer.py @@ -32,6 +33,11 @@ Type: bugfix Changed: linkcheck/checker/httpurl.py + * Avoid deadlocks between the cache and the queue lock. + Type: bugfix + Changed: linkcheck/checker/consumer.py, linkcheck/checker/cache.py + Added: linkcheck/lock.py + 2.5 "Spanglish" (released 4.3.2005) * Added spanish translation, thanks to Servilio Afre Puentes.