ChangeLog 1.3 KB

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