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:
authorSebastien Pouliot <sebastien@ximian.com>2006-06-15 17:49:09 +0400
committerSebastien Pouliot <sebastien@ximian.com>2006-06-15 17:49:09 +0400
commitf49f4becc9c415063cfd5df6e52b310da725352a (patch)
tree3985722d6c1a94835e2d90ef8e34dd5081e3a52b /mcs/class/corlib/System.Security/ChangeLog
parent50d3c585728ff63cbcc8765d7f4cd68fa9d9eabf (diff)
2006-06-15 Sebastien Pouliot <sebastien@ximian.com>
* SecurityContext.cs: Don't call CompressedStack.Run if we don't have a compressed stack in the context (which can now happen because of #78652). This should fix MWF bug #78652 (BeginInvoke under 2.0). svn path=/trunk/mcs/; revision=61755
Diffstat (limited to 'mcs/class/corlib/System.Security/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Security/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Security/ChangeLog b/mcs/class/corlib/System.Security/ChangeLog
index 6986a44f762..cb61a74ee32 100644
--- a/mcs/class/corlib/System.Security/ChangeLog
+++ b/mcs/class/corlib/System.Security/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-15 Sebastien Pouliot <sebastien@ximian.com>
+
+ * SecurityContext.cs: Don't call CompressedStack.Run if we don't have
+ a compressed stack in the context (which can now happen because of
+ #78652). This should fix MWF bug #78652 (BeginInvoke under 2.0).
+
2006-04-07 Sebastien Pouliot <sebastien@ximian.com>
* SecurityException.cs: Show Evidence correctly (it's a collection)