| 12345678910111213141516171819202122232425262728293031323334 |
- 2002-09-03 Martin Baulig <[email protected]>
- * ConfigurationSettings.cs (ConfigurationSettings.GetConfig): Use the
- correct configuration filename, fixed the TODO.
- (GetSectionHanderType): Renamed to GetSectionHandlerType.
- * NameValueSectionHandler.cs (NameValueSectionHandler.Create): Allow
- whitespaces in the configuration file.
- 2002-01-31 Duncan Mak <[email protected]>
- * ConfigurationException.cs: Rewrote most of the file and added
- serialization bits.
- 2002-01-06 Ravi Pratap <[email protected]>
- * ConfigurationSettings.cs, IgnoreSectionHandler.cs : MonoTODO decoration
- * SingleTagSectionHandler.cs, DictionarySectionHandler.cs,
- NameValueSectionHandler.cs : Ditto.
- 2001-08-28 Christopher Podurgiel <[email protected]>
- * IConfigurationSectionHandler.cs: Added reference to System.Xml.
-
- * SingleTagSectionHandler.cs: Added Implementation of Create() method.
-
- * NameValueSectionHandler.cs: Added Implementation of Create() method.
-
- * ConfigurationException.cs: Now returns proper message rather than "System Exception".
- 2001-08-26 Christopher Podurgiel <[email protected]>
- * 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.
|