Author: aadamchik
Date: Wed Jul 19 19:45:03 2006
New Revision: 423721
URL: http://svn.apache.org/viewvc?rev=423721&view=rev
Log:
merging changes from 3.0 temporary branch. This patch fixes the issues
* CAY-576
* CAY-586
++ CAY-598
Modified:
incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/RELEASE-NOTES.txt
Modified:
incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/RELEASE-NOTES.txt?rev=423721&r1=423720&r2=423721&view=diff
==============================================================================
---
incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/RELEASE-NOTES.txt
(original)
+++
incubator/cayenne/main/trunk/cayenne/cayenne-other/release-notes/RELEASE-NOTES.txt
Wed Jul 19 19:45:03 2006
@@ -14,10 +14,11 @@
----------------------------------
New Features:
-CAY-576 Support for cached lists invalidation
-CAY-586 Implement commit validation hooks in CayenneContext
+CAY-576 Support for cached lists invalidation
+CAY-586 Implement commit validation hooks in CayenneContext
+CAY-598 JPA patches
Bug Fixes since 1.2 final:
-CAY-601 Problem resolving relationships in nested DataContext
-CAY-603 QueryChain.isFetchingDataRows() incorrectly returns "false" -
must be "true" all the time
+CAY-601 Problem resolving relationships in nested DataContext
+CAY-603 QueryChain.isFetchingDataRows() incorrectly returns "false" - must be
"true" all the time