diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 5 insertions, 3 deletions
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 |
