From 0bf2866211d095a18a5c61d7af644c8e17486e6e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 16 Dec 2009 22:05:13 +0000 Subject: Bug Fixes --------- - When a route with the same name as a previously registered route was added, the old route was not removed from the mapper's routelist. Symptom: the old registered route would be used (and possibly matched) during route lookup when it should not have had a chance to ever be used. --- CHANGES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index a74a901da..d84e8cb7f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,15 @@ +Next release +============ + +Bug Fixes +--------- + +- When a route with the same name as a previously registered route was + added, the old route was not removed from the mapper's routelist. + Symptom: the old registered route would be used (and possibly + matched) during route lookup when it should not have had a chance to + ever be used. + 1.2a5 (2009-12-10) ================== -- cgit v1.2.3