]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.6.7 changelog message
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Mar 2011 17:28:16 +0000 (12:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 5 Mar 2011 17:28:16 +0000 (12:28 -0500)
CHANGES

diff --git a/CHANGES b/CHANGES
index 202e34434e7ca873bea37fae032996909ef2710f..907bc4a03a72d1fe62ba7ca5c24450667f6497df 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -363,6 +363,12 @@ CHANGES
 0.6.7
 =====
 - orm
+  - Tightened the iterate vs. remove mutex around the 
+    identity map iteration, attempting to reduce the 
+    chance of an (extremely rare) reentrant gc operation 
+    causing a deadlock.  Might remove the mutex in
+    0.7.  [ticket:2087]
+
   - Added a `name` argument to `Query.subquery()`, to allow
     a fixed name to be assigned to the alias object.
     [ticket:2030]