New test.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Services / ChangeLog
index 7a246a9108751fa994ab1d9781e9196f3c981f17..2c2bf6f6d4224e15ef2e44c246a34fee5cbd4251 100644 (file)
@@ -1,3 +1,13 @@
+2005-08-18  Lluis Sanchez Gual  <lluis@ximian.com>
+
+       * TrackingServices.cs: Properly generate an array from the
+       ArrayList. Added fast empty list check in the notification methods.
+
+2005-05-26  Ben Maurer  <bmaurer@ximian.com>
+
+       * TrackingServices.cs: Lock on arraylist syncroot rather than
+       typeof.
+
 2003-11-26  Lluis Sanchez Gual  <lluis@ximian.com>
 
        * EnterpriseServicesHelper.cs: Added to CVS.