Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/System.Web.Compilation/ChangeLog')
-rw-r--r--mcs/class/System.Web/System.Web.Compilation/ChangeLog35
1 files changed, 0 insertions, 35 deletions
diff --git a/mcs/class/System.Web/System.Web.Compilation/ChangeLog b/mcs/class/System.Web/System.Web.Compilation/ChangeLog
index 5d1e428381b..1bd493966e2 100644
--- a/mcs/class/System.Web/System.Web.Compilation/ChangeLog
+++ b/mcs/class/System.Web/System.Web.Compilation/ChangeLog
@@ -1,38 +1,3 @@
-2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * BaseCompiler.cs:
- * CachingCompiler.cs:
- * WebServiceCompiler.cs: correctly cache Type instead of the assembly
- for ashx/asmx. Otherwise we need to open the file and check for the
- class name in there. Thanks to Ben for pointing this out.
-
-2004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * CachingCompiler.cs: don't try to watch for changes in system
- assemblies. Fixes bug #64871.
-
-2004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * AspGenerator.cs: handle builders that need to process inner text
- with tags.
-
- * Location.cs: added setters for the properties.
-
-2004-07-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * AspGenerator.cs: the path for file was treated as virtual, but it's
- physical. Fixes bug #61524.
-
-2004-07-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * AspParser.cs: fixed case-sensitivity issues with #include and its
- attributes. Closes #61429.
-
-2004-07-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * BaseCompiler.cs:
- * WebServiceCompiler.cs: really create the dlls under DynamicBase
-
2004-06-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* TemplateControlCompiler.cs: for system colors, use SystemColors class