X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Configuration%2FChangeLog;h=03c2dacfc02c1d2ffb76ef4af71648ed7533ad95;hb=6435438e0cf9593dd6c26c7e5c128ff7c47593a7;hp=26d71f8b4a17191ed50637fd174fb736e95c7558;hpb=314a6c11c22ab994608de9f0fd970f3b8de64b32;p=mono.git diff --git a/mcs/class/System.Configuration/ChangeLog b/mcs/class/System.Configuration/ChangeLog index 26d71f8b4a1..03c2dacfc02 100644 --- a/mcs/class/System.Configuration/ChangeLog +++ b/mcs/class/System.Configuration/ChangeLog @@ -1,3 +1,131 @@ +2009-07-14 Marek Habersack + + * System.Configuration.dll.sources: added + System.Configuration/ConfigurationSaveEventArgs.cs + System.Configuration/ConfigurationSaveEventHandler.cs + +2008-09-14 Gert Driesen + + * System.Configuration_test.dll.sources: added + ProviderCollectionTest.cs. + +2008-07-01 Miguel de Icaza + + * ConfigurationManager.cs (OpenExeConfigurationInternal): if the + string passed is empty, then we default to the startup assembly. + + Fixes: #405574 + + Not entirely happy as there is no decent documentation for this + behavior (the docs state nothing about empty strings). + +2008-06-26 Gert Driesen + + * System.Configuration_test.dll.sources: added + ConfigurationErrorsExceptionTest.cs + * System.Configuration.dll.sources: added ConfigXmlTextReader.cs. + +2007-08-31 Gert Driesen + + * System.Configuration_test.dll.sources: added ProviderBaseTest.cs. + +2007-06-13 Atsushi Enomoto + + * System.Configuration_test.dll.sources : + added ConfigurationSectionGroupTest.cs. + +2007-03-19 Vladimir Krasnov + + * System.Configuration.dll.sources, System.Configuration20.vmwcsproj: + removed OrdinalComparer.cs + +2007-03-15 Vladimir Krasnov + + * System.Configuration.dll.sources, System.Configuration20.vmwcsproj: + added OrdinalComparer.cs + +2006-11-05 Vladimir Krasnov + + * System.Configuration.dll.sources, System.Configuration20.vmwcsproj: + added ConfigurationRemoveElement.cs + +2006-09-26 Boris Kirzner + + * run-tests.test.bat : log files naming fix. + +2006-05-09 Boris Kirzner + + * run-tests.test.bat : small fixes for TARGET_JVM. + +2006-05-09 Boris Kirzner + + * run-tests.test.bat : small fixes for TARGET_JVM. + +2006-05-09 Boris Kirzner + + * run-tests.bat, run-tests.test.bat: added scripts for NET_2_0 + TARGET_JVM tests. + +2006-01-02 Chris Toshok + + * System.Configuration.dll.sources: add the Protected + configuration classes to the build. + +2005-10-24 Chris Toshok + + * System.Configuration_test.dll.sources: add + WhiteSpaceTrimStringConverterTest.cs + + * System.Configuration.dll.sources: add + WhiteSpaceTrimStringConverter.cs + +2005-10-06 Chris Toshok + + * System.Configuration_test.dll.sources: add the + KeyValueConfiguration*Test.cs files. + +2005-10-05 Chris Toshok + + * System.Configuration_test.dll.sources: add a bunch of new tests. + + * System.Configuration.dll.sources: add a bunch of new files to + the build. + +2005-09-28 Chris Toshok + + * System.Configuration.dll.sources: add + KeyValueInternalCollection.cs and IgnoreSection.cs. Remove + RuntimeOnlySection.cs + +2005-09-27 Chris Toshok + + * System.Configuration.dll.sources: add + ConfigurationElementProperty.cs and ConfigurationLockCollection.cs + +2005-09-23 Chris Toshok + + * System.Configuration.dll.sources: add the + System.Configuration.Provider stuff to the build. + +2005-09-23 Chris Toshok + + * System.Configuration.Provider/*: move here from + ../System/System.Configuration.Provider. + +2005-09-22 Chris Toshok + + * System.Configuration.dll.sources: remove + PositiveTimeSpanValidator.cs + +2005-09-22 Chris Toshok + + * System.Configuration_test.dll.sources: new file. + +2005-07-26 Raja R Harinath + + * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define. Avoid sharing + violations on Windows builds. + 2005-07-01 Lluis Sanchez Gual * System.Configuration.dll.sources: Added new files: