merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / ChangeLog
index d186e29980c094f12bdd5b2181bd6c67cf6552e6..3b59b9abe91eca6faf65f3611c7cde4962baed5e 100644 (file)
@@ -1,3 +1,15 @@
+2006-11-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * ProfileGroupSettings.cs, ProfileGroupSettingsCollection.cs
+       ProfilePropertySettingsCollection.cs, ProfileSection.cs
+       RootProfilePropertySettingsCollection.cs: refactoring and fix of
+       <group> element
+
+2006-10-18  Marek Habersack  <grendello@gmail.com>
+
+       * WebConfigurationManager.cs: implement support for extra
+       assemblies to be referenced when compiling a page.
+
 2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * WebConfigurationManager.cs: add null checks. Patch by Marek Habersack