2007-07-21 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
index 9358155e2fc61935ed7fc5335eb2ab3a8e078d80..db3b30b7dbfd6770fef1c59ce22d58e1e9f07c54 100644 (file)
@@ -1,3 +1,83 @@
+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
+       by the ADO.NET |DataDirectory| connection string placeholder. Present
+       by default in MS.NET.
+
+2007-01-20  Miguel de Icaza  <miguel@novell.com>
+
+       * ApplicationManager.cs: Remove unused variable.
+       (ShutdownAll) remove unused variables.
+
+       * ApplicationHost.cs: Protect create_dir lock 
+
+2007-01-19  Marek Habersack  <grendello@gmail.com>
+
+       * SimpleWorkerRequest.cs: If path is empty, return the physical
+       application directory. Fixes bug #80544.
+
+2007-01-17  Adar Wesley <adarw@mainsoft.com>
+
+       * ApplicationHost.cs: tweaking CreateApplicationHost to throw the 
+       right exceptions so the tests will pass.
+
+2007-01-11  Adar Wesley <adarw@mainsoft.com>
+
+       * ApplicationHost.cs: fixed AppDomain initialization of physical
+       path to be in file system semantics
+
+2006-12-22  Marek Habersack  <grendello@gmail.com>
+
+       * HostingEnvironment.cs: implemented the SetCultures methods.
+
+2006-12-19 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * ServletWorkerRequest.cs: fixed:
+       Path.Combine is used in GetFilePathTranslated to consider 
+       platform-depended PathSeparator char.
+
+2006-12-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * ServletWorkerRequest.jvm.cs: fixed request uri unescaping in
+       ServletWorkerRequest ctor
+
 2006-11-24  Miguel de Icaza  <miguel@novell.com>
 
        * ApplicationHost.cs: In 2.0, as Todd reports the default is