2009-05-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Data.Linq / ChangeLog
index fbcb2d4f076d47f7e5200ee69a91133c9412b603..0e91dff2adc29698729266f1abe4c00de4676674 100755 (executable)
@@ -1,3 +1,23 @@
+2009-05-14  Jonathan Pryor  <jpryor@novell.com>
+
+       * src/DbLinq/Data/Linq/Sugar/Implementation/QueryCache.cs: Temporarily
+         disable QueryCache.GetFromSelectCache(), as the cache keeps breaking
+         for currently undiagnosed reasons.  With this disabled, NerdDinner
+         seems to work properly.
+
+2009-05-14  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile: Add 'update-dblinq' target, which copies files from my
+         dblinq checkout into src.
+       * System.Data.Linq.dll.sources, System.Data.Linq_test.dll.sources: Add
+         additional files.
+       * src/**/*: Flush; syncs to DbLinq r1073, greatly improves object
+         tracking support, more tests....
+
+2009-04-24  Jonathan Pryor  <jpryor@novell.com>
+
+       * src/**/*: Add missing files (doh!).  Fixes the build.
+
 2009-04-24  Jonathan Pryor  <jpryor@novell.com>
 
        * src/**/*: Flush; syncs to DbLinq r1053.  Adds