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