1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
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.
|