a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
174 lines
5.3 KiB
Plaintext
174 lines
5.3 KiB
Plaintext
2009-07-14 Marek Habersack <mhabersack@novell.com>
|
|
|
|
* System.Configuration.dll.sources: added
|
|
System.Configuration/ConfigurationSaveEventArgs.cs
|
|
System.Configuration/ConfigurationSaveEventHandler.cs
|
|
|
|
2008-09-14 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* System.Configuration_test.dll.sources: added
|
|
ProviderCollectionTest.cs.
|
|
|
|
2008-07-01 Miguel de Icaza <miguel@novell.com>
|
|
|
|
* 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 <drieseng@users.sourceforge.net>
|
|
|
|
* System.Configuration_test.dll.sources: added
|
|
ConfigurationErrorsExceptionTest.cs
|
|
* System.Configuration.dll.sources: added ConfigXmlTextReader.cs.
|
|
|
|
2007-08-31 Gert Driesen <drieseng@users.sourceforge.net>
|
|
|
|
* System.Configuration_test.dll.sources: added ProviderBaseTest.cs.
|
|
|
|
2007-06-13 Atsushi Enomoto <atsushi@ximian.com>
|
|
|
|
* System.Configuration_test.dll.sources :
|
|
added ConfigurationSectionGroupTest.cs.
|
|
|
|
2007-03-19 Vladimir Krasnov <vladimirk@mainssft.com>
|
|
|
|
* System.Configuration.dll.sources, System.Configuration20.vmwcsproj:
|
|
removed OrdinalComparer.cs
|
|
|
|
2007-03-15 Vladimir Krasnov <vladimirk@mainssft.com>
|
|
|
|
* System.Configuration.dll.sources, System.Configuration20.vmwcsproj:
|
|
added OrdinalComparer.cs
|
|
|
|
2006-11-05 Vladimir Krasnov <vladimirk@mainssft.com>
|
|
|
|
* System.Configuration.dll.sources, System.Configuration20.vmwcsproj:
|
|
added ConfigurationRemoveElement.cs
|
|
|
|
2006-09-26 Boris Kirzner <borisk@mainsoft.com>
|
|
|
|
* run-tests.test.bat : log files naming fix.
|
|
|
|
2006-05-09 Boris Kirzner <borisk@mainsoft.com>
|
|
|
|
* run-tests.test.bat : small fixes for TARGET_JVM.
|
|
|
|
2006-05-09 Boris Kirzner <borisk@mainsoft.com>
|
|
|
|
* run-tests.test.bat : small fixes for TARGET_JVM.
|
|
|
|
2006-05-09 Boris Kirzner <borisk@mainsoft.com>
|
|
|
|
* run-tests.bat, run-tests.test.bat: added scripts for NET_2_0
|
|
TARGET_JVM tests.
|
|
|
|
2006-01-02 Chris Toshok <toshok@ximian.com>
|
|
|
|
* System.Configuration.dll.sources: add the Protected
|
|
configuration classes to the build.
|
|
|
|
2005-10-24 Chris Toshok <toshok@ximian.com>
|
|
|
|
* System.Configuration_test.dll.sources: add
|
|
WhiteSpaceTrimStringConverterTest.cs
|
|
|
|
* System.Configuration.dll.sources: add
|
|
WhiteSpaceTrimStringConverter.cs
|
|
|
|
2005-10-06 Chris Toshok <toshok@ximian.com>
|
|
|
|
* System.Configuration_test.dll.sources: add the
|
|
KeyValueConfiguration*Test.cs files.
|
|
|
|
2005-10-05 Chris Toshok <toshok@ximian.com>
|
|
|
|
* 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 <toshok@ximian.com>
|
|
|
|
* System.Configuration.dll.sources: add
|
|
KeyValueInternalCollection.cs and IgnoreSection.cs. Remove
|
|
RuntimeOnlySection.cs
|
|
|
|
2005-09-27 Chris Toshok <toshok@ximian.com>
|
|
|
|
* System.Configuration.dll.sources: add
|
|
ConfigurationElementProperty.cs and ConfigurationLockCollection.cs
|
|
|
|
2005-09-23 Chris Toshok <toshok@ximian.com>
|
|
|
|
* System.Configuration.dll.sources: add the
|
|
System.Configuration.Provider stuff to the build.
|
|
|
|
2005-09-23 Chris Toshok <toshok@ximian.com>
|
|
|
|
* System.Configuration.Provider/*: move here from
|
|
../System/System.Configuration.Provider.
|
|
|
|
2005-09-22 Chris Toshok <toshok@ximian.com>
|
|
|
|
* System.Configuration.dll.sources: remove
|
|
PositiveTimeSpanValidator.cs
|
|
|
|
2005-09-22 Chris Toshok <toshok@ximian.com>
|
|
|
|
* System.Configuration_test.dll.sources: new file.
|
|
|
|
2005-07-26 Raja R Harinath <rharinath@novell.com>
|
|
|
|
* Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define. Avoid sharing
|
|
violations on Windows builds.
|
|
|
|
2005-07-01 Lluis Sanchez Gual <lluis@novell.com>
|
|
|
|
* System.Configuration.dll.sources: Added new files:
|
|
System.Configuration/ConfigurationCollectionAttribute.cs
|
|
System.Configuration/ConfigurationConverterBase.cs
|
|
System.Configuration/ElementInformation.cs
|
|
System.Configuration/PositiveTimeSpanValidator.cs
|
|
System.Configuration/PropertyInformation.cs
|
|
System.Configuration/PropertyInformationCollection.cs
|
|
System.Configuration/PropertyValueOrigin.cs
|
|
System.Configuration/StringValidator.cs
|
|
System.Configuration/StringValidatorAttribute.cs
|
|
System.Configuration/TimeSpanMinutesConverter.cs
|
|
System.Configuration/TimeSpanMinutesOrInfiniteConverter.cs
|
|
System.Configuration/TimeSpanValidator.cs
|
|
System.Configuration/TimeSpanValidatorAttribute.cs
|
|
|
|
|
|
2005-06-17 Lluis Sanchez Gual <lluis@novell.com>
|
|
|
|
* System.Configuration.sources: Added new files:
|
|
System.Configuration/ConfigurationFileMap.cs
|
|
System.Configuration/ContextInformation.cs
|
|
System.Configuration/ExeConfigurationFileMap.cs
|
|
System.Configuration/ExeContext.cs
|
|
System.Configuration/InternalConfigurationFactory.cs
|
|
System.Configuration/InternalConfigurationHost.cs
|
|
System.Configuration/InternalConfigurationRoot.cs
|
|
System.Configuration/KeyValueConfigurationCollection.cs
|
|
System.Configuration/KeyValueConfigurationElement.cs
|
|
|
|
2005-06-15 Lluis Sanchez Gual <lluis@novell.com>
|
|
|
|
* System.Configuration.sources: Added new files.
|
|
|
|
2005-06-15 Raja R Harinath <rharinath@novell.com>
|
|
|
|
* Makefile (EXTRA_DISTFILES): Remove. There's no Test/ directory.
|
|
Reported by Ritvik Mayank.
|
|
|
|
2005-06-14 Lluis Sanchez Gual <lluis@novell.com>
|
|
|
|
* ChangeLog: Add change log to this directory
|
|
* Makefile, System.Configuration.sources: New build files.
|
|
|