Move changelog messages where they belong
[mono.git] / mcs / class / System.Web / System.Web.SessionState_2.0 / ChangeLog
1 2006-12-20  Marek Habersack  <grendello@gmail.com>
2         * SessionStateServerHandler.cs:
3         implemented for the 2.0 model.
4
5         * SessionStateUtility.cs:
6         implemented.
7
8         * SessionStateStoreProviderBase.cs:
9         implemented.
10
11         * SessionInProcHandler.cs:
12         reimplemented for the 2.0 model.
13
14         * SessionIDManager.cs: implemented.
15
16         * SessionStateModule.cs: copied the
17         file to new location and implemented the 2.0 model.
18
19         * SessionSQLServerHandler.cs:
20         created. Implementation not done yet.
21
22         * HttpSessionStateContainer.cs: copied
23         the file to new location and implemented the 2.0 model.
24
25         * StateServerItem.cs: implementation
26         for the 2.0 model.
27
28         * HttpSessionState.cs: reimplemented
29         for the 2.0 model.
30
31         * RemoteStateServer.cs: copied the
32         file to new location and added new code for the 2.0 model.
33
34         * SessionStateItemCollection.cs:
35         implemented.
36
37         * SessionStateActions.cs: moved the
38         file to new location and added the None member.
39
40         * ISessionIDManager.cs: moved the file
41         to new location.
42
43         * SessionStateItemExpireCallback.cs:
44         moved the file to new location.
45
46         * IHttpSessionState.cs: moved the file
47         to new location.
48
49         * SessionStateStoreData.cs: moved the
50         file to new location and modified for the 2.0 model.
51
52         * ISessionStateItemCollection.cs:
53         moved the file to new location.