[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web / ChangeLog
index f0022cd955c897da64c7810682aac66193e8e66d..320e428260ba29f14c83dae1eecd1e422c90bd54 100644 (file)
@@ -1,3 +1,20 @@
+2010-07-21  Miguel de Icaza  <miguel@novell.com>
+
+       * HttpApplication.cs, HttpRuntime.cs, HttpApplicationFactory.cs:
+       Prepare for the runtime change that will terminate threadpool
+       threads when exception are not caught.
+
+2010-06-27  Marek Habersack  <mhabersack@novell.com>
+
+       * HttpUtility.cs: if IHtmlString instance is passed to HtmlEncode
+       (object), use IHtmlString.ToHtmlString () to return the value
+       without encoding it.
+
+2010-06-02  Marek Habersack  <mhabersack@novell.com>
+
+       * DefaultHttpHandler.cs: implemented, so that static file requests
+       work again in 4.0
+
 2010-06-01  Marek Habersack  <mhabersack@novell.com>
 
        * HttpUtility.cs: moved chunks of code to the new