[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Services / ChangeLog
1 2007-05-03  Dick Porter  <dick@ximian.com>
2
3         * ITrackingHandler.cs: 
4         * EnterpriseServicesHelper.cs: 
5         * TrackingServices.cs: Update to 2.0 profile
6
7 2005-08-18  Lluis Sanchez Gual  <lluis@ximian.com>
8
9         * TrackingServices.cs: Properly generate an array from the
10         ArrayList. Added fast empty list check in the notification methods.
11
12 2005-05-26  Ben Maurer  <bmaurer@ximian.com>
13
14         * TrackingServices.cs: Lock on arraylist syncroot rather than
15         typeof.
16
17 2003-11-26  Lluis Sanchez Gual  <lluis@ximian.com>
18
19         * EnterpriseServicesHelper.cs: Added to CVS.
20
21 2003-02-03 Patrik Torstensson
22         
23         * TrackingServices.cs: Implemented
24
25 2002-12-10  Jaime Anguiano Olarra <jaime@gnome.org>
26
27         * TrackingServices.cs: Added to CVS.
28
29 2002-07-30  Duncan Mak  <duncan@ximian.com>
30
31         * ITrackingHandler.cs: Added to CVS.