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