2007-03-09 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / class / System / ChangeLog
blobc855678ca9d9fbacbe7e2abd0222cd1c67db0459
1 2007-03-09  Chris Toshok  <toshok@ximian.com>
3         * System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs:
4         update this to 2.0. massage a patch from Ivan Zlatev.
6 2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8         * System_test.dll.sources: Added MaskedTextProviderTest.cs
9         * System.dll.sources: Added MaskedTextProvider.cs
11 2007-01-29  Gert Driesen  <drieseng@users.sourceforge.net>
13         * System_test.dll.sources: Added SocketResponder.cs.
15 2007-01-28  Ilya Kharmatsky <ilyak -at- mainsoft.com>
16         
17         * System20.vmwcsproj: Added new net_2_0 classes to the project
18           file.
20 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
22         * System_test.dll.sources: Added FileWebResponseTest.cs.
24 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
26         * System.dll.sources: added new sources:
27           TraceSource.cs, SourceLevels.cs, CorrelationManager.cs,
28           TraceEventCache.cs, TraceEventType.cs and SourceSwitch.cs.
29         * System_test.dll.sources: added new tests:
30           TraceSourceTest.cs and SourceSwitchTest.cs.
32 2007-01-11  Dick Porter  <dick@ximian.com>
34         * System.dll.sources: Add System.Net.Sockets/{IOControlCode,SocketInformation,SocketInformationOptions,TransmitFileOptions}.cs
36 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
38         * System_test.dll.sources: Added ProcessTest.cs.
40 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
42         * System_test.dll.sources: added DefaultBindingPropertyAttributeTest.cs
44         * System.dll.sources: added DefaultBindingPropertyAttribute.cs
46 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
48         * Makefile: Add some extra (PKITS related) files to dist tarball
50 2006-12-20  Chris Toshok  <toshok@ximian.com>
52         * System_test.dll.sources: add AttributeProviderAttributeTest.cs
54         * System.dll.sources: add AttributeProviderAttribute.cs
56 2006-12-20  Chris Toshok  <toshok@ximian.com>
58         * System_test.dll.sources: add ComplexBindingPropertiesAttributeTest.cs
60         * System.dll.sources: add ComplexBindingPropertiesAttribute.cs
62 Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>
64         * Makefile, resources/*.wav, System.dll.sources: added sound
65         samples provided by Clint Herron. Enabled System.Media namespace.
67 2006-12-07  Sebastien Pouliot  <sebastien@ximian.com>
69         * Makefile: Detect PKITS data and, if available, include the unit 
70         tests with the [Category("PKITS")] attribute.
71         * System_test.dll.sources: Add PKITS-based unit tests for X509Chain.
73 2006-11-27  Andrew Skiba  <andrews@mainsoft.com>
75         * System-tests20.sln, System-tests20.vmcsproj, run-tests.bat: added
76         Grasshopper test project and bat file.
78 2006-11-17  Sebastien Pouliot  <sebastien@ximian.com>
80         * System_test.dll.sources: Add unit tests for System.Security.
81         Cryptography.X509Certificates/X509Certificate2Collection and 
82         X509ExtensionCollection classes to the build.
84 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
86         * System_test.dll.sources: Added ArrayConverterTests.cs.
88 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
90         * System.Security.AccessControl/SemaphoreAuditRule.cs,
91         System.Net/HttpWebRequest.jvm.cs, System.Net/VMWHttpProvider.cs,
92         System.Net/HttpWebResponse.jvm.cs, System.Net/HttpStateCache.cs,
93         System.Net/HttpProvider.cs, System.Net/ServicePoint.cs,
94         System.Net.Sockets/Socket.jvm.cs, System.Net.Sockets/GHStreamSocket.cs,
95         System.Net.Sockets/GHSocketFactory.cs, System.Net.Sockets/GHStreamSocketSSL.cs,
96         System.Net.Sockets/GHSocket.cs, System.J2EE20.vmwcsproj,
97         System.J2EE20.sln, machine.config: add files and TARGET_JVM-s to compile
98         System.dll in GH.
100 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
102         * System_test.dll.sources: Add unit tests for System.ComponentModel.
103         CollectionConverter to the build.
105 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
107         * ApplicationSettingsBase.cs, AppSettingsReader.cs,
108         ConfigurationSettings.cs, LocalFileSettingsProvider.cs: exclude using
109         PrebuiltSystem on TARGET_JVM
111 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
113         * System.dll.sources: Add System.Net.Mail.SmtpPermission[Attribute] to
114         the build.
115         * System_test.dll.sources: Add unit tests for System.Net.Mail 
116         SmtpPermission[Attribute] to the build.
118 2006-08-22  Miguel de Icaza  <miguel@novell.com>
120         * System.ComponentModel.Design/HelpKeywordAttribute.cs: Add new
121         file. 
123 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
125         * System_test.dll.sources: Added EventInstanceTest.cs
127 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
129         * System.dll.sources: Added Win32EventLog.cs.
131 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
133         * System.dll.sources : added LocalFileEventLog.cs and NullEventLog.cs.
135 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
137         * System.dll.sources : reverted all recent changes on EventLogs.
138           It does not work at all.
140 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
142         * System.dll.sources: Added UnixEventLog.cs and Win32EventLog.cs.
143         * System_test.dll.sources: Added EventLogTest.cs.
145 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
147         * System_test.dll.souces: Added EventSourceCreationDataTest.cs.
149 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
151         * System.dll.sources: Added EventInstance.cs, OverflowAction.cs,
152         EventSourceCreationData.cs.
154 2006-08-07  Gert Driesen  <drieseng@users.sourceforge.net>
156         * System_test.dll.sources: Added X509Certificate2Test.cs.
158 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
160         * System.dll.sources: Added System.ComponentModel/MaskedTextResultHint.cs
162 2006-07-06  Dick Porter  <dick@ximian.com>
164         * System.dll.sources: Added
165         System.Security.AccessControl/SemaphoreAccessRule.cs
166         System.Security.AccessControl/SemaphoreAuditRule.cs
168 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
170         * System_test.dll.sources : added ConnectionManagementSectionTest.cs
171           and WebRequestModulesSectionTest.cs.
173 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
175         * Makefile : add -r:System.Configuration under net_2_0.
177 2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
179         * Makefile: Add -unsafe flag, since it is needed in
180         System.IO.Ports.WinSerialStream.
182 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
184         * System.dll.sources : added SettingsBindableAttribute.cs.
186 2006-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
188         * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs
189         file.
190         
191 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
193         * System.dll.sources : added a bunch of missing sys.configuration
194           files.
196 2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
198         * System.dll.sources : added ClientSettingsSection.cs.
200 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
202         * System.dll.sources : added ApplicationSettingsGroup.cs.
204 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
206         * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from
207         Microsoft.VisualBasic.
209 2006-04-17  Atsushi Enomoto  <atsushi@ximian.com>
211         * System.dll.sources : Added AsyncOperation.cs,
212           AsyncOperationManager.cs, BackgroundWorker.cs,
213           DoWorkEventHandler.cs, DoWorkEventArgs.cs,
214           RunWorkerCompletedEventArgs.cs and
215           RunWorkerCompletedEventHandler.cs.
217 2006-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
219         * System.dll.sources: Added System.IO.Ports/SerialSignal.cs.
220         
221 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
223         * System.dll.sources : added SslPolicyErrors.cs.
225 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
227         * System.dll.sources : added SortedDictionary.cs.
228         * System_test.dll.sources : added SortedDictionaryTest.cs.
230 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
232         * System.dll.sources: added DataReceivedEventArgs.cs and
233           DataReceivedEventHandler.cs.
234         * System_test.dll.sources : added StopwatchTest.cs.
236 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
238         * System.dll.sources: Added System.Diagnostics/Stopwatch.cs.
240 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
242         * System.dll.sources:
243           DownloadStringCompletedEventHandler.cs was missing.
245 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
247         * System.dll.sources : added ProgressChangedEvent[Args|Handler] in
248           System.ComponentModel, and several WebClient event args in
249           System.Net.
251 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
253         * System.dll.sources: Added System.ComponentModel.Design.Serialization/
254         CodeDomSerializerException.cs.
256 2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
258         * System.dll.sources: Forgot to add inside System.IO.Ports:
259         SerialData.cs, SerialError.cs, SerialPinChange.cs
261 2006-02-22  Kornél Pál  <kornelpal@hotmail.com>
263         * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
264           to fix build.
266 2005-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
268         * System.dll.sources: Add the recently added System.Net 2.0 
269         clases (FtpWebRequest, FtpWebResponse, FtpDataStream, FtpAsyncResult,
270         and also FtpStatusCode and WebRequestMethods).
271         
272 2005-01-13  John Luke  <john.luke@gmail.com>
274         * System_test.dll.sources: add System.Net.Mail.SmtpClient tests
275         
276 2006-01-09  Chris Toshok  <toshok@ximian.com>
278         * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
279         CONFIGURATION_2_0 to use the new System.Configuration api.
281 2006-01-02  Chris Toshok  <toshok@ximian.com>
283         * Makefile: use an external alias (PrebuiltSystem) when building
284         with CONFIGURATION_DEP.
286 2005-12-24  John Luke  <john.luke@gmail.com>
288         * System_test.dll.sources: add System.Net.Mail tests
290 2005-12-23  John Luke  <john.luke@gmail.com>
292         * System_test.dll.sources: add
293         System.Net.Mime/ContentDispositionTest.cs
294         System.Net.Mime/ContentTypeTest.cs
296 2005-12-13  Chris Toshok  <toshok@ximian.com>
298         * System.dll.sources: add
299         System.Net.Configuration/FtpCachePolicyElement.cs.
301 2005-12-07  Robert Jordan  <robertj@gmx.net>
303         * System.dll.sources: Added System.Net.Sockets/SocketError.cs.
305 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
307         * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from
308         System.CodeDom.
310 2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
312         * System_test.dll.sources: Added CodeGeneratorFromStatementTest.cs
313         from Microsoft.VisualBasic.     
315 2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>
317         * System_test.dll.sources: Added CodeNamespaceImportCollectionTest.cs,
318         CodeNamespaceCollectionTest.cs, CodeTypeDeclarationCollectionTest.cs,
319         CodeTypeMemberCollectionTest.cs, CodeTypeParameterCollectionTest.cs,
320         CodeAttributeArgumentCollectionTest.cs, CodeDirectiveCollectionTest.cs,
321         CodeAttributeDeclarationCollectionTest.cs, 
322         CodeCatchClauseCollectionTest.cs, 
323         CodeCommentStatementCollectionTest.cs.
325 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
327         * System_test.dll.sources: Add Test/System.Collections.Generic/SortedListTest.cs.
329         * System.dll.sources: Add System.Collections.Generic/SortedList.cs.
331 2005-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
333         * System_test.dll.sources: Added CodeExpressionCollectionTest.cs,
334         CodeParameterDeclarationExpressionCollectionTest.cs,
335         CodeTypeReferenceCollectionTest.cs.
337 2005-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
339         * System_test.dll.sources: Added CodeCastExpressionTest.cs,
340         CodeCatchClauseTest.cs, CodeChecksumPragmaTest.cs, 
341         CodeConstructorTest.cs, CodeDefaultValueExpressionTest.cs;
342         CodeDelegateCreateExpressionTest.cs, CodeEventReferenceExpressionTest.cs
343         CodeGotoStatementTest.cs, CodeLabeledStatementTest.cs,
344         CodeLinePragmaTest.cs, CodeMemberMethodTest.cs, 
345         CodeMethodInvokeExpressionTest.cs, CodeMethodReferenceExpressionTest.cs,
346         CodeNamespaceImportTest.cs, CodeNamespaceTest.cs, 
347         CodeObjectCreateExpressionTest.cs, 
348         CodeParameterDeclarationExpressionTest.cs,
349         CodePropertyReferenceExpressionTest.cs, CodeRegionDirectiveTest.cs,
350         CodeSnippetCompileUnitTest.cs, CodeSnippetExpressionTest.cs,
351         CodeSnippetStatementTest.cs, CodeSnippetTypeMemberTest.cs,
352         CodeStatementCollectionTest.cs, CodeTypeConstructorTest.cs,
353         CodeTypeParameterTest.cs, CodeTypeOfExpressionTest.cs,
354         CodeTypeReferenceExpressionTest.cs, 
355         CodeVariableDeclarationStatementTest.cs,
356         CodeVariableReferenceExpressionTest.cs
358 2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
360         * System_test.dll.sources: Added CodeArgumentReferenceExceptionTest.cs,
361         CodeArrayCreateExpressionTest.cs, CodeAttachEventStatementTest.cs,
362         CodeAttributeArgumentTest.cs, CodeAttributeDeclarationTest.cs.
364 2005-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
366         * System_test.dll.sources: Added HttpWebRequestElementTest.cs
367         from Test/System.Net.Configuration.
369 2005-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
371         * System_test.dll.sources: Added CodeGeneratorTypeOutputTest.cs
372         from Test/Microsoft.CSharp.
374 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
376         * System.dll.sources: added System.Net/AuthenticationSchemes.cs.
378 2005-09-23  Chris Toshok  <toshok@ximian.com>
380         * System.dll.sources: remove the System.Configuration.Property/*
382         * System.Configuration.Property/*: move to ../System.Configuration
383         where it belongs.
385 2005-09-19  Chris Toshok  <toshok@ximian.com>
387         * System.Configuration/ProviderBase.cs: nuke this - it's in
388         System.Configuration.Provider.
390         * System/InvalidDataException.cs: move this to System.IO, where it
391         belongs.
392         
393         * System.dll.sources: track movement of InvalidDataException.cs
394         and removal of ProviderBase.cs
396 2005-09-19  Gert Driesen <drieseng@users.sourceforge.net>
398         * System_test.dll.sources: Added TypeConverterTest.cs and
399         PropertyDescriptorCollection.cs.
401 2005-09-04  David Waite  <mass@akuma.org>
403         * System.dll.sources, System_test.dll.sources: Added LinkedList.cs,
404         LinkedListNode.cs and LinkedListTest.cs
406 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
408         * System_test.dll.sources: Added DateTimeConverterTests.cs.
410 2005-08-23  Raja R Harinath  <rharinath@novell.com>
412         * System.dll.sources: Update.
414 2005-08-18 Gert Driesen <drieseng@users.sourceforge.net>
416         * System_test.dll.sources: Added DecimalConverterTests.cs,
417         DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs
418         SingleConverterTests.cs, UInt16ConverterTests.cs, 
419         UInt32ConverterTests.cs, UInt64ConverterTests.cs.
421 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
423         * System_test.dll.sources: Added ByteConverterTests.cs,
424         Int16ConverterTests.cs and Int32ConverterTests.cs.
425         * Makefile: We also need to reference System.Drawing assembly to
426         build test assembly.
428 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
430         * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from
431         System.ComponentModel.
433 >>>>>>> .r48427
434 2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
436         * System_test.dll.sources: Added CodeTypeDelegateTest.cs from
437         System.CodeDom.
439 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
441         * System_test.dll.sources: Added CodeGeneratorTest.cs from
442         System.CodeDom.Compiler.
444 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
446         * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs
447         and CodeGeneratorTestBase.cs from System.CodeDom.Compiler.
449 2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
451         * System_test.dll.sources: Added CodeTypeReferenceTest.cs from
452         System.CodeDom.
454 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
456         * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs
457         from Microsoft.VisualBasic.
459 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
461         * System_test.dll.sources: Added CodeMemberPropertyTest.cs from
462         System.CodeDom.
464 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
466         * System_test.dll.sources: Added CodeMemberFieldTest.cs from
467         System.CodeDom.
469 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
471         * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from
472         Microsoft.VisualBasic.
474 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
476         * System_test.dll.sources: Added CodeGeneratorTestBase.cs and
477         CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic.
479 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
481         * Makefile: added reference to Mono.Security.dll when building the
482         tests.
484 2005-06-22  Sebastien Pouliot  <sebastien@ximian.com> 
486         * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the
487         __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to
488         continue and shouldn't cause any harm to Linux or Cygwin builds.
490 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
492         * System.dll.sources: Added ProviderBase.cs.
493         
494 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
496         * System.dll.sources: Removed some files that have been moved to the
497         new System.Configuration assembly.
498         * Makefile: Handle the cyclic dependency with the new
499         System.Configuration assembly.
501 2005-05-30  Gert Driesen <drieseng@users.sourceforge.net>
503         * System_test.dll.sources: Added CSharpCodeProviderTest.cs
505 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
507         * System_test.dll.sources: Added TimerTest.cs.
509 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
511         * System_test.dll.sources: Added new CAS unit tests for NetworkStream,
512         Socket and TcpClient to the build (stack propagation in async calls).
514 2005-05-20  Raja R Harinath  <rharinath@novell.com>
516         * System_test.dll.sources: Add
517         System.Text.RegularExpressions/RegexReplace.cs.
519         * System.dll.sources: Update to reflect split-up of
520         System.Text.RegularExpressions/match.cs.
522 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
524         * Makefile: Do not report Obsolete warnings when compiling unit tests.
525         * System_test.dll.sources: Added new CAS unit tests to the build.
527 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
529         * System_test.dll.sources,
530           System.dll.sources: generic Queue.cs and Stack.cs are now in System.
532 2005-03-14  Raja R Harinath  <rharinath@novell.com>
534         * Makefile (NO_INSTALL): Define during the first pass.
536 2005-03-04  Lluis Sanchez Gual <lluis@novell.com>
538         * System.dll.sources: Added OrderedDictionary.cs.
540 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
542         * System.dll.sources: Added files.
543         System.Configuration/ConnectionStringSettingsCollection.cs
544         System.Configuration/ConnectionStringSettings.cs
546 2005-02-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
548         * System.dll.sources: added CodeDomConfigurationHandler.
550 2005-02-03  Raja R Harinath  <rharinath@novell.com>
552         * Makefile (TEST_RESOURCES): New.
553         (EXTRA_DISTFILES): Distribute them.
555 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
557         * Makefile: Embed the uri stuff as a resource.
559 2005-01-24  Raja R Harinath  <rharinath@novell.com>
561         Add circular dependency on System.Security.dll.
562         * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
563         CYCLIC_DEP_FILE. 
564         (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
565         cyclic dependency on System.Security.dll.  Defined only in NET2.0
566         related profiles.
567         (CYCLIC_DEPS, CYCLIC_DEP_FILES): New.  Used to detect which of the
568         dependencies are present.
569         (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
570         dependencies.
572 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
574         * Add a couple more -nowarns when compiling tests. 
576 2005-01-17  Raja R Harinath  <rharinath@novell.com>
578         * Makefile ($(test_lib).config): New.  Create it when test library
579         is built.
580         (CLEAN_FILES): Remove it.
581         (test-recursive,clean-recursive): Delete.
583 2005-01-14  Jonathan Pryor (jonpryor@vt.edu)
585         * Makefile: Add test-recursive and clean-recursive targets.  Test-recursive
586           creates a Syste_test_PROFILE.dll.config file, required for the Switch
587           regression tests, and clean-recursive cleans up this file.
588         * System_test_default.dll.config, System_test.dll.config: Delete.  These are
589           no longer necessary as the appropriate file is generated in test-recursive.
591 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
593         * System.dll.sources: Added new file:
594                 System.ComponentModel/BindingDirection.cs
596 2004-12-26  Zoltan Varga  <vargaz@freemail.hu>
598         * System.IO.Ports/ChangeLog: New file.
600 2004-12-21  Chris Toshok  <toshok@ximian.com>
602         * System.dll.sources: add System.IO.Ports/*.
604         * System.IO.Ports/SerialPort.cs,
605         System.IO.Ports/SerialReceivedEventArgs.cs,
606         System.IO.Ports/SerialPinChangedEventArgs.cs,
607         System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
608         System.IO.Ports stuff.
610 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
612         * System_test.dll.sources: added CookieContainerTest.cs.
614 2004-11-19  Raja R Harinath  <rharinath@novell.com>
616         * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
617         during the first pass.
618         (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
620 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
622         * System.dll.sources: Added new files:
623                 System.Configuration/ProviderSettings.cs
624                 System.Configuration/ProviderSettingsCollection.cs
625                 System.Configuration.Provider/ProviderBase.cs
627 2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
629         * System.dll.sources: Added new files:
630                 System.Configuration/TimeSpanConfigurationProperty.cs
631                 System.Configuration/TimeSpanPropertyFlags.cs
632                 System.Configuration/TimeSpanSerializedFormat.cs
633         
634 2004-11-09  Lluis Sanchez Gual <lluis@novell.com>
636         * System.dll.sources: Added new files:
637                 System.Configuration/NonEmptyStringConfigurationProperty.cs
638                 System.Configuration/NonEmptyStringFlags.cs
640 2004-11-04  Lluis Sanchez Gual <lluis@novell.com>
642         * System.dll.sources: Added new files:
643                 System.Configuration/ConfigInfo.cs
644                 System.Configuration/IntegerConfigurationProperty.cs
645                 System.Configuration/RuntimeOnlySection.cs
646                 System.Configuration/SectionInfo.cs
647                 System.Configuration/SectionGroupInfo.cs
649 2004-09-21  Raja R Harinath  <rharinath@novell.com>
651         * Makefile (lib_file) [PROFILE=net_2_0]: New test.  Use
652         net_2_0_bootstrap libraries if necessary.
653         ($(the_lib)): Don't depend on a phony target.  Move 'echo-warning' ...
654         (all-local): ... here.  Will now warn unnecessarily, but is better
655         than rebuilding the library each time.
657 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
659         * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
660         from corlib to System.Collections.Generic in System assembly
662 2004-09-13  Tim Coleman <tim@timcoleman.com>
663         * System.dll.sources: Add new classes in System.Net.Security and 
664                 System.Security.Authentication for Fx 2.0
666 2004-09-12  Gert Driesen <drieseng@users.sourceforge.net>
668         * System.dll.sources: removed duplicate entry for System.Net.
669         Configuration.WebRequestModuleHandler
671 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
673         * System_test.dll.sources: Added unit tests for System.Diagnostics.
674         EventLogPermission and PerformanceCounterPermission.
676 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
678         * System_test.dll.sources: Added PermissionHelper to the build.
679         * System_test.dll.sources: Added unit tests for System.Security.
680         Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
681         System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
683 2004-09-10  Tim Coleman <tim@timcoleman.com>
684         * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
685                 System.Net.Mail, System.Configuration classes
687 2004-09-09  Tim Coleman <tim@timcoleman.com>
688         * System.dll.sources: Add new System.Net.Mail classes
690 2004-09-04  Tim Coleman <tim@timcoleman.com>
691         * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
693 2004-09-03  Tim Coleman <tim@timcoleman.com>
694         * System.dll.sources: Add new class in System.Net
696 2004-08-16  Duncan Mak  <duncan@ximian.com>
698         * System.dll.sources: Added new classes in System.Configuration.
700 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
702         * System.dll.sources:
703           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
705 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
707         * System.dll.sources: Added files
708                 System.ComponentModel/AsyncCompletedEventArgs.cs
709                 System.ComponentModel/AsyncCompletedEventHandler.cs
711 2004-07-02  Raja R Harinath  <rharinath@novell.com>
713         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
715 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
717         * System_test.dll.sources: Added IndentedTextWriterTest to unit
718         tests
720 2004-06-10  Raja R Harinath  <rharinath@novell.com>
722         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
723         defined.  Don't conflate building a non-Xml temporary System.dll
724         with building System.dll for bootstrapping mcs.
726 2004-06-09  Raja R Harinath  <rharinath@novell.com>
728         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
729         System.Xml.dll is present.
730         (SECOND_PASS): Remove.
732 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
734         * System_test.dll.sources: Added X509CertificateCollectionTest
735         to the unit tests.
737 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
739         * Makefile : add run-test-ondotnet target support.
741 2004-05-24  Raja R Harinath  <rharinath@novell.com>
743         * Makefile (EXTRA_FLAGS): Remove.
744         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
745         non-Xml first build.
746         (all-local) [!SECOND_PASS]: Simplify.
748 2004-05-10  Raja R Harinath  <rharinath@novell.com>
750         * Makefile (install-local,test-local,run-test-local,clean-local):
751         Make cyclic-dependency safe.
753 2004-05-07  Raja R Harinath  <rharinath@novell.com>
755         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
756         to determine out-of-date-ness.  (This fixes an unlogged change.)
757         (install-local,test-local,run-test-local,clean-local): Collapse
758         near-identical rules.
760 2004-05-07  Raja R Harinath  <rharinath@novell.com>
762         * Makefile (all-local): Built first pass with BOOT_COMPILE.
764 2004-04-26  Jackson Harper  <jackson@ximian.com>
766         * Makefile: Use new $(PROFILE) directory to search for cyclical
767         dependancy.
768         
769 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
771         * System_test.dll.sources: Added 
772                 System.ComponentModel/TypeDescriptorTests.cs.
774 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
776         * System.dll.sources: Added 
777                 System.ComponentModel/ReflectionEventDescriptor.cs,
778                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
780 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
782         * System.dll.sources: Added System/System.ComponentModel.Design
783         /RuntimeLicenseContext.cs
784         * System_test.dll.sources : Added System.ComponentModel
785         /LicenseManagerTests.cs
787 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
789         * Makefile (all-local): Fix for non-bash shells.
791 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
793         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
794         the build.
796 2004-02-04  Marek Safar <marek.safar@seznam.cz>
798         * Makefile: Build System.dll in two steps. Because of the circular
799         dependency with System.XML.dll.
801 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
803         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
805 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
807         * System.dll.sources: added new files.
809         * System_test.dll.sources: added new test.
811 2004-01-01  Nick Drochak <ndrochak@gol.com>
813         * Makefile: Suppress warnings about multiple Regex defs and obsolete
814         calls in the test assembly.
816 2003-05-29  Nick Drochak <ndrochak@gol.com>
818         * System_test.dll.config: Nunit loads configs with the same name as the
819         test assembly. This is for the Swithes test.
821 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
823         * System_test.dll.sources : Added UriTest2.cs
825 2003-11-18  Todd Berman  <tberman@gentoo.org>
827         * System.dll.sources: Added IOrderedDictionary.cs
829 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
831         * System.dll.sources: Added some new class files
833 2003-09-04  Duncan Mak  <duncan@ximian.com>
835         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
837 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
839         * System_test.dll.sources       new test added
841 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
843         * System.dll.sources: SRDescriptionAttribute.cs moved
845 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
847         * README: removed (contained only obsolete build instructions)
849 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
851         * System.dll.sources: EventLogImpl.cs added
853 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
855         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
857 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
859         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
861 2003-07-18  Peter Williams  <peter@newton.cx>
863         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
864         a distable file.
865         (EXTRA_DISTFILES): A few more.
867 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
869         * System.dll.sources: Assembly/Consts.cs added
871 2003-07-16  Peter Williams  <peter@newton.cx>
873         * Makefile (SCARY_LIB): Flip around since what was bootstrap
874         is now default.
876 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
878         * System.dll.sources: Added NetConfigurationHandler.cs,
879         NetConfig.cs, IPv6MulticastOption.cs
881 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
883         * list.unix: Added AssemblyInfo.cs
885 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
887         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
889 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
891         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
893 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
895         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
897 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
899         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
901 2003-05-29  Nick Drochak <ndrochak@gol.com>
903         * makefile.gnu: turn on debug since it works again.
905 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
907         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
908         property."
910 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
912         * Stubed rest of System.ComponentModel
914 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
916         * System.ComponentModel.Design.Serialization
917           Removed references to System.Web namespaces
919 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
921         * Stubed System.ComponentModel/LicenseContext.cs
922         * Stubed System.ComponentModel/LicenseUsageMode.cs
923         * Stubed rest of System.ComponentModel.Design
925 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
927         * Stubed System.ComponentModel/InheritanceAttribute.cs
928         * Stubed System.ComponentModel/InheritanceLevel.cs
929         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
930         * Stubed System.ComponentModel.Design/IInheritanceService.cs
932 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
934         * Stubed rest of System.ComponentModel.Design.Serialization
936 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
938         * list.unix: added RunInstallerAttribute.cs
940 2003-02-18  Alan Tam <Tam@SiuLung.com>
942         * list.unix (): Add DesignerCategoryAttribute.cs
944 2003-01-10  Duncan Mak  <duncan@ximian.com>
946         * list.unix (CSharpCodeCompiler): Add
947         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
949 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
950         
951         * updated .build file(s) to correctly contain required buildfile 
952           attribute for nant
954 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
956         * list list.unix: Put CSharpCodeGenerator.cs back in build
958 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
960         * list list.unix: Removed Compiler classes that are being moved to their own assembly
962 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
964         * list.unix: updated.
966 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
968         * list.unix: Changed.
969         * System.ComponentModel.Design: Added
971 2002-11-11 Tim Coleman <tim@timcoleman.com>
972         * list.unix:
973         * list:
974         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
975                 Add new class
977 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
979         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
980         
981 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
983         * list.unix: added new files.
985 2002-11-04  Tim Coleman <tim@timcoleman.com>
986         * System.ComponentModel/RefreshProperties.cs:
987         * System.ComponentModel/RefreshPropertiesAttribute.cs:
988                 Add new classes
990 2002-11-02  Duncan Mak  <duncan@ximian.com>
992         * list.unix: Added InvalidEnumArgumentException.
994 2002-10-31  Dick Porter  <dick@ximian.com>
996         * list.unix: Added MonoIO and MonoIOError to the build
998 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
1000         * System.ComponentModel/PropertyDescriptor.cs: added
1001         missing abstract methods and properties
1003         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
1004         SetValue and added stubs for missing methods and properties
1005         
1006 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1008         * list.unix: added new files in System.Configuration.
1010 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1012         * list.unix: added new files.
1014 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1016         * System.ComponentModel/Component.cs:
1017         * System.ComponentModel/ComponentCollection.cs:
1018         * System.ComponentModel/Container.cs:
1019         * System.ComponentModel/MarshalByValueComponent.cs:
1020         * System.Diagnostics/Process.cs:
1021         * System.Diagnostics/TextWriterTraceListener.cs:
1022         * System.IO/FileSystemWatcher.cs:
1023         IDisposable fixes.
1025 2002-08-15  Tim Coleman <tim@timcoleman.com>
1026         * list.unix: Added System.IO files.
1028 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1030         * list:
1031         * list.unix: added EnumConverter.cs
1033 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1035         * list:
1036         * list.unix: added DerivedPropertyDescriptor.cs
1038 2002-07-22  Tim Coleman <tim@timcoleman.com>
1039         * list.unix: Added new file
1040                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
1041                 to build on unix.
1043 2002-07-22  Tim Coleman <tim@timcoleman.com>
1044         * list.unix: Added files to the build for linux
1045                 System.ComponentModel.BindableAttribute.cs,
1046                 System.ComponentModel.BindableSupport.cs,
1047                 System.ComponentModel.ExpandableObjectConverter.cs,
1048                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
1049                 System.ComponentModel.ToolboxItemAttribute.cs,
1051 2002-07-22  Tim Coleman <tim@timcoleman.com>
1052         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
1053                 and System.ComponentModel.DefaultProperty.cs to build
1056 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1058         * System.build: removed System.Drawing.dll dependency.
1060 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1062         * System.build: referenced System.Drawing.dll.
1064 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
1066         * System.Security.Cryptography.X509Certificates: directory added
1067         
1068 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
1070         * System.build: don't exclude anymore excluded files in
1071         System.ComponentModel. They compile on Linux, so they might also
1072         on Windows.
1074 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1076         * System.build: excluded EventDescriptor.cs, 
1077         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
1079 2002-04-08  Nick Drochak  <ndrochak@gol.com>
1081         * System.build: Build System.dll with mono's corlib.dll and 
1082         System.Xml.dll.
1084 2002-01-23  Dick Porter  <dick@ximian.com>
1086         * System.build: Start build System.Net.Sockets.Socket.cs,
1087         TcpClient.cs and TcpListener.cs
1089 2001-12-07  Nick Drochak <ndrochak@gol.com>
1091         * ChangeLog: Add the change log to this directory
1093         * System.build: Add dependancy on linux target to test target. Need to 
1094         have the dll before we can test it, right?  Plus it encourages others 
1095         to try 'make test'.