[corlib] Update SafeHandle dispose pattern to match .net. Fixes #25132
[mono.git] / mcs / mcs / ChangeLog
index afe7a4dc5c8acef610d4288c66972e52499461e2..bb0089306539349ccfea3105af58ca74ffbfc0ee 100644 (file)
@@ -1,3 +1,24 @@
+2010-07-28  Marek Safar  <marek.safar@gmail.com>
+
+       * anonymous.cs, assign.cs, attribute.cs, decl.cs, delegate.cs,
+       doc.cs, dynamic.cs, ecore.cs, expression.cs, generic.cs, import.cs,
+       iterators.cs, linq.cs, membercache.cs, method.cs, report.cs,
+       statement.cs, typemanager.cs: Major name lookup fixes to deal with
+       C# 3.0 invocable members, correctly handle accessibility hidding and
+       property-like different get/set base accessors.
+       
+       Also fixes bugs #624870, #618522, #616068, #444180, #333891
+
+2010-07-14  Marek Safar  <marek.safar@gmail.com>
+
+       * namespace.cs, import.cs: When importing nested type via type
+       arguments set their parent type correctly (Fixes #622051).
+
+2010-07-14  Marek Safar  <marek.safar@gmail.com>
+
+       A fix for bug #622104
+       * attribute.cs: Add default lookup flags.
+       
 2010-07-12  Marek Safar  <marek.safar@gmail.com>
 
        * generic.cs: Don't use Report directly.