[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Services / ChangeLog
index 7a246a9108751fa994ab1d9781e9196f3c981f17..960fe802cfbf0af1af82ee946e1998f4c8f4128b 100644 (file)
@@ -1,3 +1,19 @@
+2007-05-03  Dick Porter  <dick@ximian.com>
+
+       * ITrackingHandler.cs: 
+       * EnterpriseServicesHelper.cs: 
+       * TrackingServices.cs: Update to 2.0 profile
+
+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.