Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-05-04 16:33:09 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-05-04 16:33:09 +0400
commit291cd49fb0cf3e41c72e571ffe4c99c8058fae81 (patch)
treeb970c55d89038bcfb9b8359ad427c71692a9533d /mcs/errors/ChangeLog
parent1f0ab01b5447608230179683cab831d748c2af98 (diff)
Fix #64812.
* mcs/typemanager.cs (Closure.CheckValidFamilyAccess): Don't blindly allow access to all static members. * errors/cs0122-13.cs: New test based on #64812. svn path=/trunk/mcs/; revision=44023
Diffstat (limited to 'mcs/errors/ChangeLog')
-rw-r--r--mcs/errors/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index 02b3f63782c..610382bc244 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-04 Raja R Harinath <rharinath@novell.com>
+
+ * cs0122-13.cs: New test based on #64812.
+
2005-05-03 Raja R Harinath <rharinath@novell.com>
* errors.txt (warning -28): Remove.