Tests
[mono.git] / mcs / class / System.Web / ChangeLog
index 43d00d436fa05ada32e420c3df04b8317e717384..06ddfdbd6638d7ce8789f183c528106cc82b7013 100644 (file)
@@ -1,3 +1,60 @@
+2005-08-25 Atsushi Enomoto <atsushi@ximian.com>
+
+       * Makefile: build fix for some utf8-defaulted environment.
+
+2005-07-25  Eyal Alalouf  <eyala@mainsoft.com>
+       * System.Web.vmwcsproj removed System.Web/TimeoutManager.cs from TARGET_J2EE
+
+2005-07-24  Eyal Alalouf  <eyala@mainsoft.com>
+       * System.Web.vmwcsproj added System.Web.UI/PageHandlerFactory.jvm.cs
+
+2005-07-19  Eyal Alalouf  <eyala@mainsoft.com>
+       * System.Web.vmwcsproj:
+         Replaced System.Web.UI/TemplateControl.cs with System.Web.UI/TemplateControl.jvm.cs
+
+2005-07-19  Eyal Alalouf  <eyala@mainsoft.com>
+       * System.Web.vmwcsproj: Removed files related to dynamic compilation of ASP
+         pages. This feature is currently not supported in Grasshopper.
+
+2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * System.Web.vmwcsproj:
+         Added System.Web.J2EE/BaseHttpServlet.cs
+         Added System.Web.J2EE/BaseStaticHttpServlet.cs
+         Added System.Web.J2EE/SessionListener.cs
+         Removed System.Web.SessionState/HttpSessionState.cs
+         Added System.Web.SessionState/HttpSessionState.jvm.cs
+         Removed System.Web.SessionState/SessionInProcHandler.cs
+         Added System.Web.SessionState/SessionInProcHandler.jvm.cs
+         Added System.Web.Hosting/ServletWorkerRequest.jvm.cs
+
+2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * System.Web.J2EE: Added namespace and folder for J2EE hosting and specific files.
+       * System.Web.vmwcsproj: Added System.Web.J2EE files
+
+2005-07-18  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * System.Web.vmwcsproj: Added file for compiling System.Web in J2EE configuration
+
+2005-07-16  Ben Maurer  <bmaurer@ximian.com>
+
+       * Makefile: Make sure that tests use the same flags as the
+       assembly itself. Also, unverbosify warnings.
+
+2005-07-01  Lluis Sanchez Gual <lluis@novell.com>
+
+       * System.Web.dll.sources: Added MembershipSection.cs
+
+2005-06-23  Lluis Sanchez Gual <lluis@novell.com>
+
+       * System.Web.dll.sources: Added new files:
+               System.Web.Configuration/VirtualDirectoryMapping.cs
+               System.Web.Configuration/VirtualDirectoryMappingCollection.cs
+               System.Web.Configuration/WebConfigurationFileMap.cs
+               System.Web.Configuration/WebConfigurationHost.cs
+               System.Web.Configuration/WebConfigurationManager.cs
+       
 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
 
        * Makefile: Added reference to System.Configuration.