You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/08/07 19:20:24 UTC

svn commit: r563568 - /cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt

Author: aadamchik
Date: Tue Aug  7 10:20:23 2007
New Revision: 563568

URL: http://svn.apache.org/viewvc?view=rev&rev=563568
Log:
CAY-845 DataContext.localObject() object update race condition

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt

Modified: cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt?view=diff&rev=563568&r1=563567&r2=563568
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/RELEASE-NOTES.txt Tue Aug  7 10:20:23 2007
@@ -30,6 +30,7 @@
 CAY-797 Lifecycle callbacks *CallbackInterceptor concept introduces problems for testing equality of contexts
 CAY-832 enum-mapped columns improperly handled in in expressions
 CAY-835 setting meaningful pk to zero turn on autogenerated keys
+CAY-845 DataContext.localObject() object update race condition
 
 
 ----------------------------------