2008-04-15 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Hosting / ChangeLog
index 416cf05774c82860a3c1de8c323eaf3d85c2084b..bd06c64f0df55c0667e143d3d71e9f5761fb30b1 100644 (file)
@@ -1,3 +1,27 @@
+2008-04-15  Marek Habersack  <mhabersack@novell.com>
+
+       * ApplicationHost.cs: restore Bin;bin to PrivateBinPath, as a
+       work-around for an IOMAP bug. Fixes bugs #379890 and #379888
+
+2008-04-08  Marek Habersack  <mhabersack@novell.com>
+
+       * DefaultVirtualDirectory.cs: fixed the constructor - derive
+       virtual directory from the original path.
+       AddDirectories and AddFiles combine the virtual paths properly
+       now.
+
+2008-04-01  Marek Habersack  <mhabersack@novell.com>
+
+       * HostingEnvironment.cs: initialize custom VPP on
+       registration.
+       Added an internal boolena property to signal if we're using a
+       custom VPP or not (HaveCustomVPP)
+
+2008-03-31  Marek Habersack  <mhabersack@novell.com>
+
+       * VirtualPathProvider.cs: internal SetPrevious method renamed to
+       InitializeAndSetPrevious.
+
 2008-03-27  Marek Habersack  <mhabersack@novell.com>
 
        * DefaultVirtualPathProvider.cs: support relative virtual paths in