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