2005-09-28 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / System.Configuration / System.Configuration / ChangeLog
index b0459f55017e2199f9bcfa4ba9690b6f63b219e2..cd6d1346336d2545db594aa0fcfccb1566045c76 100644 (file)
@@ -1,3 +1,24 @@
+2005-09-28  Chris Toshok  <toshok@ximian.com>
+
+       * ConfigurationElementCollection.cs: more work on the "<clear />"
+       handling - just skip the element for now.  this causes a failure
+       in one test ('<clear hi="bye" />' doesn't throw an exception when
+       it should), but it succeeds for collections that have required
+       attributes.
+
+       * ConnectionStringSettings.cs: providerName isn't a required
+       attribute.
+
+       * AppSettingsSection.cs (.cctor): initialize our "file" Property.
+       (File): implement.
+       (Properties): fix.
+       (GetRuntimeObject): call the base class method instead of just
+       returning "this".
+
+       * ConnectionStringsSection.cs: Add a hacky DeserializeElement
+       method here (that isn't in MS's) for the time being so we actually
+       deserialize our collection.
+
 2005-09-28  Chris Toshok  <toshok@ximian.com>
 
        * KeyValueInternalCollection.cs: found this by way of a stack