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