2003-10-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System / System.Configuration / ChangeLog
index 614d85cc6d846cf2e2fa8175496fb94413dc481e..fa443ff62ecb07d95515f11de5a77259552a8238 100644 (file)
@@ -1,3 +1,33 @@
+2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ConfigurationSettings.cs: patch by Eric Lindvall (eric@5stops.com)
+       that improves performance by not reading the file more than once.
+
+2003-07-15  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * ConfigurationSettings.cs: Removed unused exception variable, fixes
+       compiler warning
+
+2003-06-16  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * ConfigurationSettings.cs: Avoid chicken-egg problem when reading
+       machine.config. Cannot use an uri to read mechine.config because web
+       request module handelrs are defined in machine.config.
+
+2003-03-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * AppSettingsReader.cs: fixed bug #38755.
+
+2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ConfigXmlDocument.cs: don't jump over the first element.
+       * ConfigurationSettings.cs: pass doc.DocumentElement instead of doc.
+
+       This used to work until i tried to access one attribute of the first
+       element and realized that the element was not the expected!
+       This change does not affect the configuration handlers that only use
+       ChildNodes property on the XmlNode they get as argument.
+
 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * ConfigurationSettings.cs: removed type loading hack no longer needed.
 2001-08-26  Christopher Podurgiel <cpodurgiel@msn.com>
 
        * ConfigurationSettings.cs: No longer references the NameValueSectionHandler      directly.  Instead it uses System.Reflection to call the Create() method                for the appropriate SectionHandler as defined in the .config file.
-