Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/System.Configuration/ChangeLog')
-rw-r--r--mcs/class/System/System.Configuration/ChangeLog25
1 files changed, 0 insertions, 25 deletions
diff --git a/mcs/class/System/System.Configuration/ChangeLog b/mcs/class/System/System.Configuration/ChangeLog
deleted file mode 100644
index acc2a035a7e..00000000000
--- a/mcs/class/System/System.Configuration/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-2002-01-31 Duncan Mak <duncan@ximian.com>
-
- * ConfigurationException.cs: Rewrote most of the file and added
- serialization bits.
-
-2002-01-06 Ravi Pratap <ravi@ximian.com>
-
- * ConfigurationSettings.cs, IgnoreSectionHandler.cs : MonoTODO decoration
-
- * SingleTagSectionHandler.cs, DictionarySectionHandler.cs,
- NameValueSectionHandler.cs : Ditto.
-
-2001-08-28 Christopher Podurgiel <cpodurgiel@msn.com>
- * 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 <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.
-