Code

clear the cache on commit for rdbms backends: Don't carry over cached
[roundup.git] / CHANGES.txt
index 0070e54fc1998d32ad041b5e7602e5c60154d652..5cd7a38847532617f90a90832e5df082ac8f2e65 100644 (file)
@@ -10,7 +10,6 @@ Features:
 
 Fixed:
 
-- Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke).
 - Security Fix: Add a check for search-permissions: now we allow
   searching for properties only if the property is readable without a
   check method or if an explicit search permission (see above unter
@@ -18,6 +17,15 @@ Fixed:
   doesn't have access to a property but can deduce the content by
   crafting a clever search, group or sort query.
   see doc/upgrading.txt for how to fix your trackers! (Ralf Schlatterbeck).
+- Some minor typos fixed in doc/customizing.txt (Thanks Ralf Hemmecke).
+- XML-RPC documentation now linked from the docs/index (Bernhard Reiter).
+- Fix setting of sys.path when importing schema.py, fixes issue2550675,
+  thanks to Bryce L Nordgren for reporting. (Ralf Schlatterbeck)
+- clear the cache on commit for rdbms backends: Don't carry over cached
+  values from one transaction to the next (there may be other changes
+  from other transactions) see new ConcurrentDBTest for a
+  read-modify-update cycle that fails with the old caching behavior.
+  (Ralf Schlatterbeck)
 
 2010-10-08 1.4.16 (r4541)