[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Configuration / System.Configuration / ChangeLog
index 5041f71ea0e663ea15612d1a816728092cbd0aab..005312a358f6399975f73e80cd19079de77b583f 100644 (file)
@@ -1,3 +1,39 @@
+2010-07-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ConfigurationPropertyCollection.cs, PropertyInformation.cs:
+         add null check to detect bogus configuration early.
+
+2010-01-09  Marek Habersack  <mhabersack@novell.com>
+
+       * ConfigurationLocation.cs: trailing / characters are removed from
+       the path.
+
+       * Configuration.cs: instances created for locations inherit
+       ConfigPath from their containing document.
+       Host.GetConfigPathFromLocationSubPath must be called with current
+       instance's configPath, not LocationConfigPath.
+       Locations are sought for using paths relative to the current
+       instance's configPath, not to the root path.
+       All of the above is part of fix for bug #568441
+
+2009-12-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * SectionInformation.cs: ConfigSource should never be null, but empty.
+       Also, the Type property should throw an argument exception if the
+       new value is null or empty.
+       Fixes #458185.
+
+2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * Configuration.cs: make this work again with bundled configuration
+       files. Fixes bug #495957. Patch from Tor Lillqvist.
+
+2009-07-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * ConfigurationElement.cs: don't skip xml nodes when reading 2
+       ConfigurationElement in a row. Patch by Greg Smolyn that fixes bug
+       #521231.
+
 2009-07-15  Marek Habersack  <mhabersack@novell.com>
 
        * Configuration.cs: explicitly flush the stream when writing XML