X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data.Linq%2FChangeLog;h=0e91dff2adc29698729266f1abe4c00de4676674;hb=3a7ba8e6053b10144602ef7f6d96433b0755c336;hp=fbcb2d4f076d47f7e5200ee69a91133c9412b603;hpb=f77b5feb60af1de7f87eda62a41eb3848fb4d689;p=mono.git diff --git a/mcs/class/System.Data.Linq/ChangeLog b/mcs/class/System.Data.Linq/ChangeLog index fbcb2d4f076..0e91dff2adc 100755 --- a/mcs/class/System.Data.Linq/ChangeLog +++ b/mcs/class/System.Data.Linq/ChangeLog @@ -1,3 +1,23 @@ +2009-05-14 Jonathan Pryor + + * 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 + + * 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 + + * src/**/*: Add missing files (doh!). Fixes the build. + 2009-04-24 Jonathan Pryor * src/**/*: Flush; syncs to DbLinq r1053. Adds