f5d43dc65ade8cbeb8cd6b247c18602895b3f865
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Lifetime / ChangeLog
1 2004-06-07  Lluis Sanchez Gual  <lluis@ximian.com>
2
3         * LeaseManager.cs: In StopManager, nullify the timer variable before
4           disposing, since Dispose may abort the current thread.
5
6 2003-12-10  Lluis Sanchez Gual  <lluis@ximian.com>
7
8         * LifetimeServices.cs: Removed TODO.
9
10 2003-10-08  Lluis Sanchez Gual <lluis@ximian.com>
11
12         * ClientSponsor.cs: Improved implementation. Use Hashtable instead of
13           ArrayList for internal storage.
14
15 2003-08-14  Lluis Sanchez Gual <lluis@ximian.com>
16
17         * ClientSponsor.cs: Implemented.
18
19 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
20
21         * LeaseManager.cs: Added method for removing an object from the lease manager.
22         * LifetimeServices.cs: Added method for removing an object from the lease manager.
23
24 2003-02-16  Lluis Sanchez Gual <lluis@ideary.com>
25
26         * LeaseSink.cs: small correction.
27
28 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
29
30         * LifetimeServices.cs: Implemented all methods.
31         * LeaseSink.cs: implemented renewal of lease.
32         * Lease.cs: Added. It is an implementation of ILease.
33         * LeaseManager.cs: Added. Tracks lifetime of remote objects.
34
35 2003-01-29  Lluis Sanchez Gual <lluis@ideary.com>
36
37         * LifetimeServices.cs: Implemented some basic properties.
38
39 2002-12-20  Lluis Sanchez Gual <lsg@ctv.es>
40
41         * LeaseSink.cs: Added
42
43 2002-08-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
44
45         * LifetimeServices.cs: the class is sealed.
46
47 2002-07-30  Duncan Mak  <duncan@ximian.com>
48
49         * LeaseState.cs: Fixed namespace.
50
51 2002-07-29  Duncan Mak  <duncan@ximian.com>
52
53         * ILease.cs: Add the method part of the interface and renamed the
54         CurrentState property to it proper name.
55
56 2002-07-24  Duncan Mak  <duncan@ximian.com>
57
58         * LeaseState.cs: Moved here from System.Runtime.Remoting.
59
60         * ClientSponsor.cs: 
61         * LifetimeServices.cs: Stubbed out
62
63         * ILease.cs: 
64         * ISponsor.cs: Added to CVS.