[corlib] Fixes security tests failures
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Lifetime / ChangeLog
index 507a86641d3bab3336704381e4ea0de031c67d4f..161152a895599f7e8d653801dfb0f3d5d10e4d8c 100644 (file)
@@ -1,3 +1,13 @@
+2009-05-06  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * Lease.cs: Don't use ArrayList.Remove() to remove sponsors because
+       it will end calling Equals, which may crash if the sponsor is not
+       available anymore. Just compare references.
+
+2008-04-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
+
+       * ClientSponsor.cs: Fix parameter names
+
 2006-01-31  Lluis Sanchez Gual  <lluis@novell.com>
 
        * Lease.cs: Fixed double check lock.