2007-07-21 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
index 372c22782abe1050307180c660674dd37bd3cdbc..db3b30b7dbfd6770fef1c59ce22d58e1e9f07c54 100644 (file)
@@ -1,3 +1,40 @@
+2007-07-21  Marek Habersack  <mhabersack@novell.com>
+
+       * ApplicationHost.cs: ClearDynamicBaseDirectory becomes an
+       internal method.
+
+2007-07-12  Marek Habersack  <mhabersack@novell.com>
+
+       * HostingEnvironment.cs: allow relative paths to be
+       passed. Matches both MSDN and the MS.NET behavior. Fixes bug
+       #82061.
+
+2007-05-09 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * ApplicationHost.cs:
+       added MonoNotSupported attribute for TARGATE_JVM.       
+
+2007-04-13  Marek Habersack  <mhabersack@novell.com>
+
+       * ApplicationHost.cs: clear the dynamic base directory before
+       creating the host. Fixes bug #80635
+
+2007-04-05  Marek Habersack  <mhabersack@novell.com>
+
+       * ApplicationHost.cs: make ApplicationName/domain id really
+       unique.
+
+2007-02-21  Marek Habersack  <grendello@gmail.com>
+
+       * ApplicationHost.cs: support both Bin and bin directories, prefer
+       the former.
+
+2007-02-19  Marek Habersack  <grendello@gmail.com>
+
+       * ApplicationHost.cs: Use a deterministic application name, so
+       that the temporary location is always in the same place for the
+       given app.
+
 2007-01-30  Marek Habersack  <grendello@gmail.com>
 
        * ApplicationHost.cs: Define AppDomain data item "DataDirectory" - used