[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.Handlers / ChangeLog
index 83ccd34b91cb6f91d5883e7735995e7dbf0e6127..f0433962ecbeb47b38c26d4725f736b5bb0984c9 100644 (file)
@@ -1,3 +1,42 @@
+2009-07-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * AssemblyResourceLoader.cs: send minimal headers set and don't call
+       response.End.  When possible, write the resource using the unsafe
+       methods in HttpResponseStream.a
+
+2009-04-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * AssemblyResourceLoader.cs: MS sets cacheability to public. Add
+       Last-Modified header and return 304 if validating max-age=0 or
+       If-Modified-Since succeeds.
+
+2008-05-14  Marek Habersack  <mhabersack@novell.com>
+
+       * AssemblyResourceLoader.cs: do not add the same entry to a
+       hashtable twice
+
+2008-04-15  Marek Habersack  <mhabersack@novell.com>
+
+       * AssemblyResourceLoader.cs: dispose of streams the way it should
+       be done.
+
+2007-12-13  Marek Habersack  <mhabersack@novell.com>
+
+       * AssemblyResourceLoader.cs: speed optimization - use String.Concat
+       instead of String.Format in some cases.
+
+2007-11-12 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * AssemblyResourceLoader.cs:
+       according to the tests, GetResourseUrl never returns null.      
+
+2007-11-12 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * AssemblyResourceLoader.cs:
+       optimize performance of WebResource/ScriptResource feature.
+       All resource urls are cached for each assembly instead to be 
+       calculated each time when GetWebResourceUrl is called
+
 2007-11-06 Igor Zelmanovich <igorz@mainsoft.com>
 
        * AssemblyResourceLoader.cs: