Flush (should have been doing this before...).
authorJonathan Pryor <jpryor@novell.com>
Thu, 12 Mar 2009 19:35:24 +0000 (19:35 -0000)
committerJonathan Pryor <jpryor@novell.com>
Thu, 12 Mar 2009 19:35:24 +0000 (19:35 -0000)
svn path=/trunk/mcs/; revision=129183

mcs/class/System.Data.Linq/ChangeLog

index 2a83b45752247a7e62524624c9cc16dbe23da08d..f7251a4aa89f418ccf127b83df6ab6ee43fb9029 100755 (executable)
@@ -1,3 +1,30 @@
+2009-03-11  Jonathan Pryor  <jpryor@novell.com>
+
+       * src/DbMetal/**, src/VisualMetal/**: Remove generated directories.
+         (Oops.)
+
+2009-03-11  Jonathan Pryor  <jpryor@novell.com>
+
+       * src/DbMetal/**, src/VisualMetal/**: Added, so that we can add a 
+         `sqlmetal' tool which uses the DbMetal sources.
+
+2009-03-11  Jonathan Pryor  <jpryor@novell.com>
+
+       * Flush.  (Updates to sync with DbLinq r1009, fixes IVendor lookup 
+         within System.Data.Linq.dll, add unit tests -- which aren't hooked 
+         up to Mono's build system -- various bug fixes, etc.)
+
+2009-03-11  Jonathan Pryor  <jpryor@novell.com>
+
+       * Flush.  (Updates to sync with DbLinq r1009, fixes IVendor lookup 
+         within System.Data.Linq.dll, add unit tests -- which aren't hooked 
+         up to Mono's build system -- various bug fixes, etc.)
+
+2009-02-18  Jonathan Pryor  <jpryor@novell.com>
+
+       * Add a more functional (i.e. fewer-stubs) implementation of 
+         System.Data.Linq.
+
 2008-12-02  Atsushi Enomoto  <atsushi@ximian.com>
 
        * updated to DbLinq r966.