Ver Fonte

Move changelog messages where they belong

svn path=/trunk/mcs/; revision=69831
Marek Habersack há 19 anos atrás
pai
commit
1f6fa2cfbc

+ 0 - 53
mcs/class/System.Web/ChangeLog

@@ -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  <[email protected]>
 
 	* System.Web.dll.sources: Add the HiddenFieldPageStatePersister.cs

+ 53 - 0
mcs/class/System.Web/System.Web.SessionState_2.0/ChangeLog

@@ -0,0 +1,53 @@
+2006-12-20  Marek Habersack  <[email protected]>
+	* 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.