Move changelog messages where they belong
authorMarek Habersack <grendel@twistedcode.net>
Wed, 20 Dec 2006 18:46:02 +0000 (18:46 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Wed, 20 Dec 2006 18:46:02 +0000 (18:46 -0000)
svn path=/trunk/mcs/; revision=69831

mcs/class/System.Web/ChangeLog
mcs/class/System.Web/System.Web.SessionState_2.0/ChangeLog [new file with mode: 0644]

index 51de35282704f959123e07831ed2447c85b5b548..5b1ecb7017525ce162173a1f4b242d6a129c38b2 100644 (file)
@@ -3,59 +3,6 @@
        * System.Web.dll.sources: adjustments for the 2.0 SessionState
        changes.
 
-       * System.Web.SessionState_2.0/SessionStateServerHandler.cs:
-       implemented for the 2.0 model.
-
-       * System.Web.SessionState_2.0/SessionStateUtility.cs:
-       implemented.
-
-       * System.Web.SessionState_2.0/SessionStateStoreProviderBase.cs:
-       implemented.
-
-       * System.Web.SessionState_2.0/SessionInProcHandler.cs:
-       reimplemented for the 2.0 model.
-
-       * System.Web.SessionState_2.0/SessionIDManager.cs: implemented.
-
-       * System.Web.SessionState_2.0/SessionStateModule.cs: copied the
-       file to new location and implemented the 2.0 model.
-
-       * System.Web.SessionState_2.0/SessionSQLServerHandler.cs:
-       created. Implementation not done yet.
-
-       * System.Web.SessionState_2.0/HttpSessionStateContainer.cs: copied
-       the file to new location and implemented the 2.0 model.
-
-       * System.Web.SessionState_2.0/StateServerItem.cs: implementation
-       for the 2.0 model.
-
-       * System.Web.SessionState_2.0/HttpSessionState.cs: reimplemented
-       for the 2.0 model.
-
-       * System.Web.SessionState_2.0/RemoteStateServer.cs: copied the
-       file to new location and added new code for the 2.0 model.
-
-       * System.Web.SessionState_2.0/SessionStateItemCollection.cs:
-       implemented.
-
-       * System.Web.SessionState_2.0/SessionStateActions.cs: moved the
-       file to new location and added the None member.
-
-       * System.Web.SessionState_2.0/ISessionIDManager.cs: moved the file
-       to new location.
-
-       * System.Web.SessionState_2.0/SessionStateItemExpireCallback.cs:
-       moved the file to new location.
-
-       * System.Web.SessionState_2.0/IHttpSessionState.cs: moved the file
-       to new location.
-
-       * System.Web.SessionState_2.0/SessionStateStoreData.cs: moved the
-       file to new location and modified for the 2.0 model.
-
-       * System.Web.SessionState_2.0/ISessionStateItemCollection.cs:
-       moved the file to new location.
-
 2006-12-09  Marek Habersack  <grendello@gmail.com>
 
        * System.Web.dll.sources: Add the HiddenFieldPageStatePersister.cs
diff --git a/mcs/class/System.Web/System.Web.SessionState_2.0/ChangeLog b/mcs/class/System.Web/System.Web.SessionState_2.0/ChangeLog
new file mode 100644 (file)
index 0000000..b6056cc
--- /dev/null
@@ -0,0 +1,53 @@
+2006-12-20  Marek Habersack  <grendello@gmail.com>
+       * SessionStateServerHandler.cs:
+       implemented for the 2.0 model.
+
+       * SessionStateUtility.cs:
+       implemented.
+
+       * SessionStateStoreProviderBase.cs:
+       implemented.
+
+       * SessionInProcHandler.cs:
+       reimplemented for the 2.0 model.
+
+       * SessionIDManager.cs: implemented.
+
+       * SessionStateModule.cs: copied the
+       file to new location and implemented the 2.0 model.
+
+       * SessionSQLServerHandler.cs:
+       created. Implementation not done yet.
+
+       * HttpSessionStateContainer.cs: copied
+       the file to new location and implemented the 2.0 model.
+
+       * StateServerItem.cs: implementation
+       for the 2.0 model.
+
+       * HttpSessionState.cs: reimplemented
+       for the 2.0 model.
+
+       * RemoteStateServer.cs: copied the
+       file to new location and added new code for the 2.0 model.
+
+       * SessionStateItemCollection.cs:
+       implemented.
+
+       * SessionStateActions.cs: moved the
+       file to new location and added the None member.
+
+       * ISessionIDManager.cs: moved the file
+       to new location.
+
+       * SessionStateItemExpireCallback.cs:
+       moved the file to new location.
+
+       * IHttpSessionState.cs: moved the file
+       to new location.
+
+       * SessionStateStoreData.cs: moved the
+       file to new location and modified for the 2.0 model.
+
+       * ISessionStateItemCollection.cs:
+       moved the file to new location.