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