X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Compilation%2FChangeLog;h=19c8a171fab399a75a5c3cc87e795bf805f99a3b;hb=a8b22e0e864c03b8cfd2f2cb5a8075b6611c5553;hp=e9fa4fe4027ca8f41e2b9d8c83de8f02a4199c7a;hpb=aeda904b0bb282f7c9ee464a7d8e2ec068153522;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Compilation/ChangeLog b/mcs/class/System.Web/System.Web.Compilation/ChangeLog index e9fa4fe4027..19c8a171fab 100644 --- a/mcs/class/System.Web/System.Web.Compilation/ChangeLog +++ b/mcs/class/System.Web/System.Web.Compilation/ChangeLog @@ -1,3 +1,45 @@ +2006-11-28 Marek Habersack + + * BuildManager.cs: Add an internal property to signal whether or + not we have any resources from App_{Global,Local}Resources + + * AspGenerator.cs: Register controls from + system.web/pages/controls collection before parsing. + + * AppResourcesCompiler.cs: Let the build process know if we have + compiled any resources from App_{Global,Local}Resources + +2006-11-27 Marek Habersack + + * CachingCompiler.cs: Automatically reference App_Code + assemblies. + + * AppCodeCompiler.cs: Add ~/bin/*.dll to the referenced assemblies + when compiling. + +2006-11-25 Marek Habersack + + * AppResourcesCompiler.cs: small optimizations. + + * AppResourceFilesCompiler.cs: small optimizations. + +2006-11-21 Gonzalo Paniagua Javier + + * WebServiceCompiler.cs: add the type to the cache after getting it + from the compiled assembly. + +2006-11-20 Marek Habersack + + * AppCodeCompiler.cs: Reference assemblies listed in + system.web/compilation/assemblies. + Don't create empty assemblies. + +2006-11-19 Igor Zelmanovich + + * TemplateControlCompiler.cs: fixed: + When <%# Bind(...) %>-expression is used more then once for same control + The variable associated with this control is declared only once. + 2006-11-18 Marek Habersack * AppResourceFilesCompiler.cs: Fixed an exception thrown when