2007-03-12 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Compilation / ChangeLog
index 58c6abaf10cd58354efc7a5fc4584cd55a8b4237..fbf8a4a5aae626ca864382a7b7fbe75b38b52b80 100644 (file)
@@ -1,3 +1,17 @@
+2007-03-12  Marek Habersack  <mhabersack@novell.com>
+
+       * BuildManager.cs, BaseCompiler.cs: CodeAssemblies is a collection
+       of Assembly instances, not strings.
+
+       * CachingCompiler.cs: make sure items in the CodeAssemblies and
+       TopLevelAssemblies are really instances of the Assembly class
+       before trying to use them.
+       CodeAssemblies is a collection of Assembly instances, not
+       strings.
+
+       * AppCodeCompiler.cs: on MS.NET CodeAssemblies is a collection of
+       assemblies, not paths to assemblies.
+
 2007-03-10  Marek Habersack  <mhabersack@novell.com>
 
        * PageCompiler.cs, BaseCompiler.cs: refactoring: moved the