From 42dd67d04c17a87bebd94bc7d8faca8ea1da9ac0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 16 Feb 2009 15:17:45 +0000 Subject: Prep for 0.6.9. --- CHANGES.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index a8bf2e500..7e83b1335 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,14 @@ -Next Release +0.6.9 (2009-02-16) +================== Bug Fixes --------- -- lru cache was unstable under concurrency (big surprise) when it +- lru cache was unstable under concurrency (big surprise!) when it tried to redelete a key in the cache that had already been deleted. Symptom: line 64 in put:del data[oldkey]:KeyError: '/some/path'. - Now we just ignore the key error if we can't delete the key. + Now we just ignore the key error if we can't delete the key (it has + already been deleted). - Empty location names in model paths when generating a URL using ``repoze.bfg.model_url`` based on a model obtained via traversal are -- cgit v1.2.3