From: Mike Bayer Date: Sat, 5 Mar 2011 17:28:16 +0000 (-0500) Subject: 0.6.7 changelog message X-Git-Tag: rel_0_7b3~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4be3b32b271a5af37cab4e634ffa4c4cf06bd8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.6.7 changelog message --- diff --git a/CHANGES b/CHANGES index 202e34434e..907bc4a03a 100644 --- 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]