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