2010-06-10 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / class / System / ChangeLog
1 2010-05-10  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * moonlight_bootstrap_System.dll.sources: Minimal build for 
4         bootstrap. Does not depend on corlib's internals
5         * moonlight_raw_System.dll.sources: Full raw (pre-tuned) build 
6         for Moonlight - includes SSL code
7         * moonlight_shared_System.dll.sources: New. Parts that are both
8         needed for bootstrap and raw builds
9
10 2010-04-29  Marek Habersack  <mhabersack@novell.com>
11
12         * System.Security.Authentication.ExtendedProtection/ChannelBinding.cs:
13         added
14
15 2010-04-23  Sebastien Pouliot  <sebastien@ximian.com>
16
17         * moonlight_raw_System.dll.sources: Add new (for SL4) types
18         to moonlight build
19
20 2010-04-16  Raja R Harinath  <harinath@hurrynot.org>
21         and Marek Habersack  <mhabersack@novell.com>
22
23         * Makefile (LIBRARY_COMPILE) [USE_BOOT_COMPILE]:
24         Don't override if the profile says it isn't necessary by setting
25         PROFILE_MCS_HAS_BOOTSTRAP_FALLBACK.
26
27 2010-04-01  Jb Evain  <jbevain@novell.com>
28
29         * System.dll.sources: add SortedSet to the build.
30
31 2010-03-20  Miguel de Icaza  <miguel@novell.com>
32
33         * Eliminate warnings in a bunch of places.
34
35 2010-03-19  Miguel de Icaza  <miguel@novell.com>
36
37         * Eliminate warnings in a bunch of places.
38
39 2010-03-19  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * moonlight_*_System.dll.sources: Bring extra types so we can
42         build a full, managed, internal HTTP stack to be reused for SL3+
43         * Makefile: Add a INSIDE_SYSTEM define when compiling System.dll
44         to makes it possible to rebuild the same types in System.Net.dll
45
46 2010-03-16  Jb Evain  <jbevain@novell.com>
47
48         * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
49
50 2010-03-11  Sebastien Pouliot  <sebastien@ximian.com>
51
52         * net_2_1_raw_System.dll.sources: Add existing files that are 
53         part of SL4
54
55 2010-03-02  Jérémie Laval  <jeremie.laval@gmail.com>
56
57         * System_test.dll.sources: Add System.Threading/BarrierTest.cs
58
59 2010-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
60
61         * System_test.dll.sources: Add System.IO.Ports/SerialPortTest.cs.
62
63 2010-01-29  Mike Kestner <mkestner@novell.com>
64
65         * System.dll.sources: add System.Net/WebUtility.cs.
66         * System_test.dll.sources: add WebUtilityTest.cs to tests.
67
68 2010-01-12  Sebastien Pouliot  <sebastien@ximian.com>
69
70         * System_test.dll.sources: Add NetworkCredentialTest.cs to the tests
71
72 2009-12-04  Sebastien Pouliot  <sebastien@ximian.com>
73
74         * System.dll.sources: Add (moved) System.Net/DnsEndPoint.cs
75         to the build (used by 2.1/moonlight and 4.0)
76
77 2009-12-01  Sebastien Pouliot  <sebastien@ximian.com>
78
79         * net_2_1_raw_System.dll.sources: Add existing files that are 
80         part of Silverlight 3 (but were not in Silverlight 2)
81
82 2009-11-03  Sebastien Pouliot  <sebastien@ximian.com>
83
84         * net_2_1_raw_System.dll.sources: Remove build/common/*.cs files
85         since this will confuse other assemblies (e.g. System.Net.dll)
86         to select mscorlib or System.dll version of the internal types
87
88 2009-10-15  Jb Evain  <jbevain@novell.com>
89
90         * monotouch_System.dll.sources: add Semaphore to MonoTouch.
91
92 2009-10-14  Jonathan Pryor  <jpryor@novell.com>
93
94         * monotouch_System.dll.sources: Add lots of additional .NET 2.0
95           functionality to the MonoTouch profile.
96
97 2009-09-26  Sebastien Pouliot  <sebastien@ximian.com>
98
99         * System_test.dll.sources: Add unit tests for SocketAsyncEventArgs
100
101 2009-09-21  Sebastien Pouliot  <sebastien@ximian.com>
102
103         * net_2_1_raw_System.dll.sources: Remove System.Net.Mime since
104         System.Runtime.Serialization does not need them anymore
105
106 2009-09-14 Jonathan Pryor <jpryor@novell.com>
107
108         * MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
109         * monotouch_System.dll.sources: Include MonoPInvokeCallbackAttribute.
110
111 2009-08-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
112
113         * System.dll.sources:
114         * monotouch_System.dll.sources:
115         * System20.csproj: add Mono.Http/NtmlClient.cs
116
117         * Mono.Http/ChangeLog: New file.
118         * Mono.Http/NtlmClient.cs: copied from Mono.Http.
119         * System.Net/NtlmClient.cs: use Mono.Http.NtmlClient from System
120         instead of dynamically loading the one in Mono.Http.
121
122 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
123
124         * System.dll.sources: Adding ParallelFx files.
125         * System_test.dll.sources: Adding ParallelFx test files.
126
127 2009-07-26  Raja R Harinath  <harinath@hurrynot.org>
128
129         * Makefile ($(build_lib)): Make CYCLIC_DEP_FILES depend on this.
130
131 2009-07-22  Jb Evain  <jbevain@novell.com>
132
133         * monotouch_System.dll.sources: bring Process in.
134
135 2009-06-28  Gert Driesen  <drieseng@users.sourceforge.net>
136
137         * System_test.dll.sources: Added IPv6MulticastOptionTest.cs and
138         MulticastOptionTest.cs.
139
140 2009-05-14  Jonathan Pryor <jpryor@novell.com>
141
142         * Makefile: Distribute Test/test-config-file-net-2.0.
143
144 2009-05-13  Jonathan Pryor <jpryor@novell.com>
145
146         * System_test.dll.sources: Add ListChangedEventArgsTest.cs.
147
148 2009-05-13  Jonathan Pryor <jpryor@novell.com>
149
150         * Makefile: $(test_lib).config needs to be profile-specific.
151
152 2009-04-23  Sebastien Pouliot  <sebastien@ximian.com>
153
154         * net_2_1_raw_System.dll.sources: Remove some unneeded files.
155
156 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
157
158         * System_test.dll.sources: Add EndPointTest.cs
159
160 2009-04-16  Sebastien Pouliot  <sebastien@ximian.com>
161
162         * net_2_1_raw_System.dll.sources: Remove corlib's files since System
163         can now access, for 2.1 (moonlight) corlib's internals.
164
165 2009-04-09  Sebastien Pouliot  <sebastien@ximian.com>
166
167         * System.dll.sources: Add System.Net.Sockets/Socket_2_1.cs
168
169 2009-01-07  Sebastien Pouliot  <sebastien@ximian.com>
170
171         * net_2_1_raw_System.dll.sources: Add System/UriTypeConverter.cs to
172         NET_2_1 build.
173
174 2009-01-07  Geoff Norton  <gnorton@novell.com>
175
176         * Makefile: Respect platform specific test harness exclusions.
177
178 2008-12-25   Leszek Ciesielski <skolima@gmail.com>
179
180         * System.Diagnostics/Process.cs: Raise the
181         Process.OutputDataReceived and Process.ErrorDataReceived with null
182         arguments at the end.   This is the documented behavior:
183
184         http://msdn.microsoft.com/en-us/library/system.diagnostics.datareceivedeventargs.data.aspx
185
186         And CruiseControl.NET depended on this.   Bug #459450.
187         
188         * Microsoft.CSharp/CSharpCodeCompiler.cs: Fix the code, as it
189         depened on the previous broken behavior.
190         
191
192 2008-12-22  Ivan N. Zlatev  <contact@i-nz.net>
193
194         * System_test.dll.sources: Added ReferenceConverterTest.cs.
195
196 2008-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
197
198         * net_2_1_raw_System.dll.sources: Added IEditableObject.cs
199
200 2008-12-09  Christian Hergert <christian.hergert@gmail.com>
201
202         * System_test.dll.sources: Addded CounterCreationDataTest.cs
203
204 2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
205
206         * System_test.dll.sources: Addded NullableConverterTest.cs
207
208 2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
209
210         * Makefile : update old nunit options that break upgrade to 2.4.
211
212 2008-11-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
213
214         * System_test.dll.sources: add FtpWebRequestTest.cs
215
216 2008-10-17  Raja R Harinath  <harinath@hurrynot.org>
217
218         Make robust to 'make clean; make'
219         * Makefile (CYCLIC_DEPS): If we're using BOOT_COMPILE, don't
220         bother looking for cyclic dependencies -- they'll fail to load
221         even if the dlls exist.
222         (handle-missing-deps): Rename from 'echo-warning'.  Remove cyclic
223         dependencies for real, if they exist.
224         Reported by Jonathan Pryor.
225
226 2008-09-14  Gert Driesen  <drieseng@users.sourceforge.net>
227
228         * System_test.dll.sources: Added ConfigXmlDocumentTest.cs.
229
230 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
231
232         * Makefile (regex-check): New helper target to run the perl regex test suite.
233
234 2008-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
235
236         * System_test.dll.sources: Added SmtpExceptionTest.cs.
237
238 2008-08-07  Sebastien Pouliot  <sebastien@ximian.com> 
239
240         * net_2_1_raw_System.dll.sources: Add existing System/UriIdnScope.cs
241         * System_test.dll.sources: Add System.ComponentModel/
242         DefaultValueAttributeTest.cs to the test suite
243
244 2008-08-06  Sebastien Pouliot  <sebastien@ximian.com>
245
246         * net_2_1_raw_System.dll.sources: Add System.CodeDom.Compiler/
247         GeneratedCodeAttribute.cs since it's part of SL2 beta 2.
248
249 2008-07-31  Jb Evain  <jbevain@novell.com>
250
251         * net_2_1_raw_System.dll.sources: fine tune.
252
253 2008-07-25  Gert Driesen  <drieseng@users.sourceforge.net>
254
255         * System_test.dll.sources: Added HttpWebResponseTest.cs.
256
257 2008-07-14  Marek Habersack  <mhabersack@novell.com>
258
259         * System.dll.sources: added
260         System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
261
262 2008-06-27  Gert Driesen  <drieseng@users.sourceforge.net>
263
264         * System_test.dll.sources: Added EventDescriptorCollectionTest.cs.
265
266 2008-06-25  Gert Driesen  <drieseng@users.sourceforge.net>
267
268         * System_test.dll.sources: Added ConfigurationExceptionTest.cs.
269
270 2008-05-21  Atsushi Enomoto  <atsushi@ximian.com>
271
272         * System.dll.sources :
273           added INotifyPropertyChanging stuff (new in 2.0 SP1).
274
275 2008-04-16  Marek Habersack  <mhabersack@novell.com>
276
277         * System_test.dll.sources: added
278         System.ComponentModel/ComponentConverterTests.cs
279
280         * Makefile (TEST_MCS_FLAGS): reference -r:System.Data for new
281         tests.
282
283 2008-04-13  Jb Evain  <jbevain@novell.com>
284
285         * net_2_1_raw_System.dll.sources: tune out some
286         uneeded sources for the 2.1 profile.
287         Merged from the Moonlight 2 branch.
288
289 2008-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
290
291         * System_test.dll.sources: Added DesignerAttributeTest.cs.
292
293 2008-03-03  Zoltan Varga  <vargaz@gmail.com>
294
295         * System.dll.sources: Add the new regex interpreter/compiler sources, not yet
296         used.
297
298         * net_2_1_raw_System.dll.sources: Ditto.
299         
300 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
301
302         * Makefile (CYCLIC_DEPS): Don't use $(eval ...) -- we still
303         support older GNU makes.
304
305 2008-02-17  Gert Driesen  <drieseng@users.sourceforge.net>
306
307         * System_test.dll.sources: Added CharConverterTest.cs and
308         CultureInfoConverterTest.cs.
309
310 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
311
312         * Makefile (CYCLIC_DEPS): New macro.
313         (CYCLIC_DEP_FILES): Use it to clean up handling of cyclic dependencies.
314         * net_2_1_raw_System.dll.sources: Rename from net_2_1_System.dll.sources.
315         * net_2_1_bootstrap_System.dll.sources: New.
316
317 2008-02-10  Juraj Skripsky  <js@hotfeet.ch>
318
319         * System.dll.sources: Added ICodeDomVisitor.cs.
320
321 2008-01-23  Gert Driesen  <drieseng@users.sourceforge.net>
322
323         * System_test.dll.sources: Added FileVersionInfoTest.cs.
324
325 2007-12-24  Gert Driesen  <drieseng@users.sourceforge.net>
326
327         * System_test.dll.sources: Added CheckoutExceptionTest.cs.
328
329 2007-12-15  Marek Habersack  <mhabersack@novell.com>
330
331         * System.dll.sources: added
332         System.CodeDom.Compiler/CompilerProviderOption.cs and
333         System.CodeDom.Compiler/CompilerProviderOptionsCollection.cs
334
335 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
336
337         * System_test.dll.sources: Added Win32ExceptionTest.cs.
338
339 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
340
341         * System.dll.sources : added S.R.InteropSvcs.ComTypes types.
342
343 2007-11-08  Jb Evain  <jbevain@novell.com>
344
345         * net_2_1_System.dll.sources: use the custom
346         WebHeaderCollection.
347
348 2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
349
350         * System.dll.sources: Added Win32SoundPlayer.cs.
351
352 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
353
354         * System_test.dll.sources: Added InvalidEnumArgumentExceptionTest.cs.
355
356 2007-10-22  Jb Evain  <jbevain@novell.com>
357
358         * net_2_1_System.dll.sources: remove System.Net.Mail.*
359
360 2007-09-29  Gert Driesen  <drieseng@users.sourceforge.net>
361
362         * System_test.dll.sources: Added HttpListenerRequestTest.cs.
363
364 2007-09-27  Atsushi Enomoto  <atsushi@ximian.com>
365
366         * System.dll.sources : added ITypeDiscoveryService.cs.
367
368 2007-09-25  Jonathan Pobst  <monkey@jpobst.com>
369
370         * System_test.dll.sources: Added AsyncOperationManagerTest.cs.
371
372 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
373
374         * System_test.dll.sources: Added ComponentResourceManagerTest.cs.
375
376 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
377
378         * System.dll.sources : added HandleCollector.cs.
379
380 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
381
382         * System_test.dll.sources: Added EnumConverterTest.cs.
383
384 2007-08-29  Ivan N. Zlatev  <contact@i-nz.net>
385
386         * System.dll.sources: add DefaultSerializationProviderAttribute.cs,
387         ComponentSerializationService.cs, MemberRelationship.cs, 
388         SerializationStore.cs, MemberRelationshipService.cs, 
389         DesignerOptionService.cs, ITreeDesigner.cs
390
391 2007-08-29  Atsushi Enomoto  <atsushi@ximian.com>
392
393         * System.dll.sources : added Win32NetworkInterfaceMarshal.cs.
394
395 2007-08-24  Atsushi Enomoto  <atsushi@ximian.com>
396
397         * Makefile : split PREBUILT_DEP from CONFIGURATION_DEP so that the
398           prebuilt System.dll could be referenced for security stuff too.
399
400 2007-08-09  Atsushi Enomoto  <atsushi@ximian.com>
401
402         * net_2_1_System.dll.sources :
403           Replaced HttpWebRequest and HttpWebResponse with those for 2.1,
404           and removed related 2.0-only types.
405
406 2007-08-09  Jb Evain  <jbevain@novell.com>
407
408         * net_2_1_System.dll.sources: use a special .sources file
409         for the 2.1 profile.
410
411 2007-08-06  Atsushi Enomoto  <atsushi@ximian.com>
412
413         * System.dll.sources : added PerformanceCounterInstanceLifetime.cs
414           and PerformanceCounterCategoryType.cs.
415
416 2007-08-01  Atsushi Enomoto  <atsushi@ximian.com>
417
418         * System_test.dll.sources : added BackgroundWorkerTest.cs.
419
420 2007-07-20  Jb Evain  <jbevain@novell.com>
421
422         * Makefile: no need for the deps for installing in 2.1.
423
424 2007-07-11  Alan McGovern  <amcgovern@novell.com>
425
426         * Uri.cs: Fix for #78781 applied.
427
428 2007-07-11  Ankit Jain  <jankit@novell.com>
429
430         * System_test.dll.sources: Add ProcessStartInfoTest.cs.
431
432 2007-06-12  Marek Safar <marek.safar@gmail.com>
433
434         * Makefile: Check only major framework version to do 2.x build.
435
436 2007-06-05  Raja R Harinath  <harinath@gmail.com>
437
438         Make cyclic-dependency handling more readable
439         * Makefile (MISSING_DEPS): New.  Contains the list of cyclic
440         dependencies that aren't present.
441         (echo-warning): Simplify drastically.
442
443 2007-06-04  Atsushi Enomoto  <atsushi@ximian.com>
444
445         * System.dll.sources :
446           added CustomizableLocalFileSettingsProvider.cs.
447
448 2007-05-31  Atsushi Enomoto  <atsushi@ximian.com>
449
450         * System.dll.sources :
451           added couple of new 2.0 sys.ComponentModel types.
452
453 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
454
455         * System.dll.sources: Added LookupBindingPropertiesAttribute.cs.
456         * System_test.dll.sources: Added
457           LookupBindingPropertiesAttributeTest.cs
458
459 2007-05-30  Sebastien Pouliot  <sebastien@ximian.com>
460
461         * System.dll.sources: Add S.C.D.IComponentDiscoveryService
462
463 2007-05-30  Atsushi Enomoto  <atsushi@ximian.com>
464
465         * System_test.dll.sources : added SettingsBaseTest.cs.
466
467 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
468
469         * System_test.dll.sources : added SettingElementTest.cs.
470
471 2007-05-18  Atsushi Enomoto  <atsushi@ximian.com>
472
473         * System.dll.sources : added TraceSourceInfo.cs.
474
475 2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
476
477         * System.dll.sources : added TraceOptions.cs.
478
479 2007-05-16  Adar Wesley <adarw@mainsoft.com>
480
481         * System20.csproj: added classes to compilation set IOControlCode.cs,
482         IPPacketInformation.cs
483
484 2007-05-14  Atsushi Enomoto  <atsushi@ximian.com>
485
486         * System.dll.sources :
487           Added EventTypeFilter.cs, TraceFilter.cs, SourceFilter.cs, 
488           DelimitedListTraceListener.cs, SwitchAttribute.cs and
489           SwitchLevelAttribute.cs in sys.diagnostics.
490
491 2007-05-02  Raja R Harinath  <harinath@gmail.com>
492
493         * System.dll.sources: Add RBTree.cs.
494
495 2007-04-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
496
497         * System_test.dll.sources: Added CodeGeneratorFromBinaryOperatorTest.cs.
498 2007-03-09  Chris Toshok  <toshok@ximian.com>
499
500         * System.ComponentModel.Design/DesignerTransactionCloseEventArgs.cs:
501         update this to 2.0. massage a patch from Ivan Zlatev.
502
503 2007-02-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
504
505         * System_test.dll.sources: Added MaskedTextProviderTest.cs
506         * System.dll.sources: Added MaskedTextProvider.cs
507
508 2007-01-29  Gert Driesen  <drieseng@users.sourceforge.net>
509
510         * System_test.dll.sources: Added SocketResponder.cs.
511
512 2007-01-28  Ilya Kharmatsky <ilyak -at- mainsoft.com>
513         
514         * System20.vmwcsproj: Added new net_2_0 classes to the project
515           file.
516
517 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
518
519         * System_test.dll.sources: Added FileWebResponseTest.cs.
520
521 2007-01-18  Atsushi Enomoto  <atsushi@ximian.com>
522
523         * System.dll.sources: added new sources:
524           TraceSource.cs, SourceLevels.cs, CorrelationManager.cs,
525           TraceEventCache.cs, TraceEventType.cs and SourceSwitch.cs.
526         * System_test.dll.sources: added new tests:
527           TraceSourceTest.cs and SourceSwitchTest.cs.
528
529 2007-01-11  Dick Porter  <dick@ximian.com>
530
531         * System.dll.sources: Add System.Net.Sockets/{IOControlCode,SocketInformation,SocketInformationOptions,TransmitFileOptions}.cs
532
533 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
534
535         * System_test.dll.sources: Added ProcessTest.cs.
536
537 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
538
539         * System_test.dll.sources: added DefaultBindingPropertyAttributeTest.cs
540
541         * System.dll.sources: added DefaultBindingPropertyAttribute.cs
542
543 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com>
544
545         * Makefile: Add some extra (PKITS related) files to dist tarball
546
547 2006-12-20  Chris Toshok  <toshok@ximian.com>
548
549         * System_test.dll.sources: add AttributeProviderAttributeTest.cs
550
551         * System.dll.sources: add AttributeProviderAttribute.cs
552
553 2006-12-20  Chris Toshok  <toshok@ximian.com>
554
555         * System_test.dll.sources: add ComplexBindingPropertiesAttributeTest.cs
556
557         * System.dll.sources: add ComplexBindingPropertiesAttribute.cs
558
559 Wed Dec 20 19:30:27 CET 2006 Paolo Molaro <lupus@ximian.com>
560
561         * Makefile, resources/*.wav, System.dll.sources: added sound
562         samples provided by Clint Herron. Enabled System.Media namespace.
563
564 2006-12-07  Sebastien Pouliot  <sebastien@ximian.com>
565
566         * Makefile: Detect PKITS data and, if available, include the unit 
567         tests with the [Category("PKITS")] attribute.
568         * System_test.dll.sources: Add PKITS-based unit tests for X509Chain.
569
570 2006-11-27  Andrew Skiba  <andrews@mainsoft.com>
571
572         * System-tests20.sln, System-tests20.vmcsproj, run-tests.bat: added
573         Grasshopper test project and bat file.
574
575 2006-11-17  Sebastien Pouliot  <sebastien@ximian.com>
576
577         * System_test.dll.sources: Add unit tests for System.Security.
578         Cryptography.X509Certificates/X509Certificate2Collection and 
579         X509ExtensionCollection classes to the build.
580
581 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
582
583         * System_test.dll.sources: Added ArrayConverterTests.cs.
584
585 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
586
587         * System.Security.AccessControl/SemaphoreAuditRule.cs,
588         System.Net/HttpWebRequest.jvm.cs, System.Net/VMWHttpProvider.cs,
589         System.Net/HttpWebResponse.jvm.cs, System.Net/HttpStateCache.cs,
590         System.Net/HttpProvider.cs, System.Net/ServicePoint.cs,
591         System.Net.Sockets/Socket.jvm.cs, System.Net.Sockets/GHStreamSocket.cs,
592         System.Net.Sockets/GHSocketFactory.cs, System.Net.Sockets/GHStreamSocketSSL.cs,
593         System.Net.Sockets/GHSocket.cs, System.J2EE20.vmwcsproj,
594         System.J2EE20.sln, machine.config: add files and TARGET_JVM-s to compile
595         System.dll in GH.
596
597 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
598
599         * System_test.dll.sources: Add unit tests for System.ComponentModel.
600         CollectionConverter to the build.
601
602 2006-11-07  Andrew Skiba  <andrews@mainsoft.com>
603
604         * ApplicationSettingsBase.cs, AppSettingsReader.cs,
605         ConfigurationSettings.cs, LocalFileSettingsProvider.cs: exclude using
606         PrebuiltSystem on TARGET_JVM
607
608 2006-10-31  Sebastien Pouliot  <sebastien@ximian.com>
609
610         * System.dll.sources: Add System.Net.Mail.SmtpPermission[Attribute] to
611         the build.
612         * System_test.dll.sources: Add unit tests for System.Net.Mail 
613         SmtpPermission[Attribute] to the build.
614
615 2006-08-22  Miguel de Icaza  <miguel@novell.com>
616
617         * System.ComponentModel.Design/HelpKeywordAttribute.cs: Add new
618         file. 
619
620 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
621
622         * System_test.dll.sources: Added EventInstanceTest.cs
623
624 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
625
626         * System.dll.sources: Added Win32EventLog.cs.
627
628 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
629
630         * System.dll.sources : added LocalFileEventLog.cs and NullEventLog.cs.
631
632 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
633
634         * System.dll.sources : reverted all recent changes on EventLogs.
635           It does not work at all.
636
637 2006-08-11  Gert Driesen  <drieseng@users.sourceforge.net>
638
639         * System.dll.sources: Added UnixEventLog.cs and Win32EventLog.cs.
640         * System_test.dll.sources: Added EventLogTest.cs.
641
642 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
643
644         * System_test.dll.souces: Added EventSourceCreationDataTest.cs.
645
646 2006-08-09  Gert Driesen  <drieseng@users.sourceforge.net>
647
648         * System.dll.sources: Added EventInstance.cs, OverflowAction.cs,
649         EventSourceCreationData.cs.
650
651 2006-08-07  Gert Driesen  <drieseng@users.sourceforge.net>
652
653         * System_test.dll.sources: Added X509Certificate2Test.cs.
654
655 2006-07-14  Peter Dennis Bartok  <pbartok@novell.com>
656
657         * System.dll.sources: Added System.ComponentModel/MaskedTextResultHint.cs
658
659 2006-07-06  Dick Porter  <dick@ximian.com>
660
661         * System.dll.sources: Added
662         System.Security.AccessControl/SemaphoreAccessRule.cs
663         System.Security.AccessControl/SemaphoreAuditRule.cs
664
665 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
666
667         * System_test.dll.sources : added ConnectionManagementSectionTest.cs
668           and WebRequestModulesSectionTest.cs.
669
670 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
671
672         * Makefile : add -r:System.Configuration under net_2_0.
673
674 2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
675
676         * Makefile: Add -unsafe flag, since it is needed in
677         System.IO.Ports.WinSerialStream.
678
679 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
680
681         * System.dll.sources : added SettingsBindableAttribute.cs.
682
683 2006-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
684
685         * System.dll.sources: Added new System.IO.Ports/ISerialStream.cs
686         file.
687         
688 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
689
690         * System.dll.sources : added a bunch of missing sys.configuration
691           files.
692
693 2006-04-27  Atsushi Enomoto  <atsushi@ximian.com>
694
695         * System.dll.sources : added ClientSettingsSection.cs.
696
697 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
698
699         * System.dll.sources : added ApplicationSettingsGroup.cs.
700
701 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
702
703         * System_test.dll.sources: Added CodeGeneratorFromNamespaceTest.cs from
704         Microsoft.VisualBasic.
705
706 2006-04-17  Atsushi Enomoto  <atsushi@ximian.com>
707
708         * System.dll.sources : Added AsyncOperation.cs,
709           AsyncOperationManager.cs, BackgroundWorker.cs,
710           DoWorkEventHandler.cs, DoWorkEventArgs.cs,
711           RunWorkerCompletedEventArgs.cs and
712           RunWorkerCompletedEventHandler.cs.
713
714 2006-04-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
715
716         * System.dll.sources: Added System.IO.Ports/SerialSignal.cs.
717         
718 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
719
720         * System.dll.sources : added SslPolicyErrors.cs.
721
722 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
723
724         * System.dll.sources : added SortedDictionary.cs.
725         * System_test.dll.sources : added SortedDictionaryTest.cs.
726
727 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
728
729         * System.dll.sources: added DataReceivedEventArgs.cs and
730           DataReceivedEventHandler.cs.
731         * System_test.dll.sources : added StopwatchTest.cs.
732
733 2006-04-01  Zoltan Varga  <vargaz@gmail.com>
734
735         * System.dll.sources: Added System.Diagnostics/Stopwatch.cs.
736
737 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
738
739         * System.dll.sources:
740           DownloadStringCompletedEventHandler.cs was missing.
741
742 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
743
744         * System.dll.sources : added ProgressChangedEvent[Args|Handler] in
745           System.ComponentModel, and several WebClient event args in
746           System.Net.
747
748 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
749
750         * System.dll.sources: Added System.ComponentModel.Design.Serialization/
751         CodeDomSerializerException.cs.
752
753 2006-02-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
754
755         * System.dll.sources: Forgot to add inside System.IO.Ports:
756         SerialData.cs, SerialError.cs, SerialPinChange.cs
757
758 2006-02-22  Kornél Pál  <kornelpal@hotmail.com>
759
760         * System.dll.sources: Added System.IO.Ports.SerialPortStream.cs
761           to fix build.
762
763 2005-02-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
764
765         * System.dll.sources: Add the recently added System.Net 2.0 
766         clases (FtpWebRequest, FtpWebResponse, FtpDataStream, FtpAsyncResult,
767         and also FtpStatusCode and WebRequestMethods).
768         
769 2005-01-13  John Luke  <john.luke@gmail.com>
770
771         * System_test.dll.sources: add System.Net.Mail.SmtpClient tests
772         
773 2006-01-09  Chris Toshok  <toshok@ximian.com>
774
775         * Makefile (LIB_MCS_FLAGS): if we're building net_2_0, define
776         CONFIGURATION_2_0 to use the new System.Configuration api.
777
778 2006-01-02  Chris Toshok  <toshok@ximian.com>
779
780         * Makefile: use an external alias (PrebuiltSystem) when building
781         with CONFIGURATION_DEP.
782
783 2005-12-24  John Luke  <john.luke@gmail.com>
784
785         * System_test.dll.sources: add System.Net.Mail tests
786
787 2005-12-23  John Luke  <john.luke@gmail.com>
788
789         * System_test.dll.sources: add
790         System.Net.Mime/ContentDispositionTest.cs
791         System.Net.Mime/ContentTypeTest.cs
792
793 2005-12-13  Chris Toshok  <toshok@ximian.com>
794
795         * System.dll.sources: add
796         System.Net.Configuration/FtpCachePolicyElement.cs.
797
798 2005-12-07  Robert Jordan  <robertj@gmx.net>
799
800         * System.dll.sources: Added System.Net.Sockets/SocketError.cs.
801
802 2005-11-30  Gert Driesen  <drieseng@users.sourceforge.net>
803
804         * System_test.dll.sources: Added CodeRemoveEventStatementTest.cs from
805         System.CodeDom.
806
807 2005-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
808
809         * System_test.dll.sources: Added CodeGeneratorFromStatementTest.cs
810         from Microsoft.VisualBasic.     
811
812 2005-11-20  Gert Driesen  <drieseng@users.sourceforge.net>
813
814         * System_test.dll.sources: Added CodeNamespaceImportCollectionTest.cs,
815         CodeNamespaceCollectionTest.cs, CodeTypeDeclarationCollectionTest.cs,
816         CodeTypeMemberCollectionTest.cs, CodeTypeParameterCollectionTest.cs,
817         CodeAttributeArgumentCollectionTest.cs, CodeDirectiveCollectionTest.cs,
818         CodeAttributeDeclarationCollectionTest.cs, 
819         CodeCatchClauseCollectionTest.cs, 
820         CodeCommentStatementCollectionTest.cs.
821
822 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
823
824         * System_test.dll.sources: Add Test/System.Collections.Generic/SortedListTest.cs.
825
826         * System.dll.sources: Add System.Collections.Generic/SortedList.cs.
827
828 2005-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
829
830         * System_test.dll.sources: Added CodeExpressionCollectionTest.cs,
831         CodeParameterDeclarationExpressionCollectionTest.cs,
832         CodeTypeReferenceCollectionTest.cs.
833
834 2005-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
835
836         * System_test.dll.sources: Added CodeCastExpressionTest.cs,
837         CodeCatchClauseTest.cs, CodeChecksumPragmaTest.cs, 
838         CodeConstructorTest.cs, CodeDefaultValueExpressionTest.cs;
839         CodeDelegateCreateExpressionTest.cs, CodeEventReferenceExpressionTest.cs
840         CodeGotoStatementTest.cs, CodeLabeledStatementTest.cs,
841         CodeLinePragmaTest.cs, CodeMemberMethodTest.cs, 
842         CodeMethodInvokeExpressionTest.cs, CodeMethodReferenceExpressionTest.cs,
843         CodeNamespaceImportTest.cs, CodeNamespaceTest.cs, 
844         CodeObjectCreateExpressionTest.cs, 
845         CodeParameterDeclarationExpressionTest.cs,
846         CodePropertyReferenceExpressionTest.cs, CodeRegionDirectiveTest.cs,
847         CodeSnippetCompileUnitTest.cs, CodeSnippetExpressionTest.cs,
848         CodeSnippetStatementTest.cs, CodeSnippetTypeMemberTest.cs,
849         CodeStatementCollectionTest.cs, CodeTypeConstructorTest.cs,
850         CodeTypeParameterTest.cs, CodeTypeOfExpressionTest.cs,
851         CodeTypeReferenceExpressionTest.cs, 
852         CodeVariableDeclarationStatementTest.cs,
853         CodeVariableReferenceExpressionTest.cs
854
855 2005-10-24  Gert Driesen  <drieseng@users.sourceforge.net>
856
857         * System_test.dll.sources: Added CodeArgumentReferenceExceptionTest.cs,
858         CodeArrayCreateExpressionTest.cs, CodeAttachEventStatementTest.cs,
859         CodeAttributeArgumentTest.cs, CodeAttributeDeclarationTest.cs.
860
861 2005-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
862
863         * System_test.dll.sources: Added HttpWebRequestElementTest.cs
864         from Test/System.Net.Configuration.
865
866 2005-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
867
868         * System_test.dll.sources: Added CodeGeneratorTypeOutputTest.cs
869         from Test/Microsoft.CSharp.
870
871 2005-10-05  Atsushi Enomoto  <atsushi@ximian.com>
872
873         * System.dll.sources: added System.Net/AuthenticationSchemes.cs.
874
875 2005-09-23  Chris Toshok  <toshok@ximian.com>
876
877         * System.dll.sources: remove the System.Configuration.Property/*
878
879         * System.Configuration.Property/*: move to ../System.Configuration
880         where it belongs.
881
882 2005-09-19  Chris Toshok  <toshok@ximian.com>
883
884         * System.Configuration/ProviderBase.cs: nuke this - it's in
885         System.Configuration.Provider.
886
887         * System/InvalidDataException.cs: move this to System.IO, where it
888         belongs.
889         
890         * System.dll.sources: track movement of InvalidDataException.cs
891         and removal of ProviderBase.cs
892
893 2005-09-19  Gert Driesen <drieseng@users.sourceforge.net>
894
895         * System_test.dll.sources: Added TypeConverterTest.cs and
896         PropertyDescriptorCollection.cs.
897
898 2005-09-04  David Waite  <mass@akuma.org>
899
900         * System.dll.sources, System_test.dll.sources: Added LinkedList.cs,
901         LinkedListNode.cs and LinkedListTest.cs
902
903 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
904
905         * System_test.dll.sources: Added DateTimeConverterTests.cs.
906
907 2005-08-23  Raja R Harinath  <rharinath@novell.com>
908
909         * System.dll.sources: Update.
910
911 2005-08-18 Gert Driesen <drieseng@users.sourceforge.net>
912
913         * System_test.dll.sources: Added DecimalConverterTests.cs,
914         DoubleConverterTests.cs, Int64ConverterTests.cs, SByteConverterTests.cs
915         SingleConverterTests.cs, UInt16ConverterTests.cs, 
916         UInt32ConverterTests.cs, UInt64ConverterTests.cs.
917
918 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
919
920         * System_test.dll.sources: Added ByteConverterTests.cs,
921         Int16ConverterTests.cs and Int32ConverterTests.cs.
922         * Makefile: We also need to reference System.Drawing assembly to
923         build test assembly.
924
925 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
926
927         * System_test.dll.sources: Added ToolboxItemAttributeTests.cs from
928         System.ComponentModel.
929
930 >>>>>>> .r48427
931 2005-07-24 Gert Driesen <drieseng@users.sourceforge.net>
932
933         * System_test.dll.sources: Added CodeTypeDelegateTest.cs from
934         System.CodeDom.
935
936 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
937
938         * System_test.dll.sources: Added CodeGeneratorTest.cs from
939         System.CodeDom.Compiler.
940
941 2005-07-21 Gert Driesen <drieseng@users.sourceforge.net>
942
943         * System_test.dll.sources: Added CodeGeneratorFromTypeTestBase.cs
944         and CodeGeneratorTestBase.cs from System.CodeDom.Compiler.
945
946 2005-06-28 Gert Driesen <drieseng@users.sourceforge.net>
947
948         * System_test.dll.sources: Added CodeTypeReferenceTest.cs from
949         System.CodeDom.
950
951 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
952
953         * System_test.dll.sources: Added CodeGeneratorFromExpressionTest.cs
954         from Microsoft.VisualBasic.
955
956 2005-06-27 Gert Driesen <drieseng@users.sourceforge.net>
957
958         * System_test.dll.sources: Added CodeMemberPropertyTest.cs from
959         System.CodeDom.
960
961 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
962
963         * System_test.dll.sources: Added CodeMemberFieldTest.cs from
964         System.CodeDom.
965
966 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
967
968         * System_test.dll.sources: Added CodeGeneratorFromTypeTest.cs from
969         Microsoft.VisualBasic.
970
971 2005-06-25 Gert Driesen <drieseng@users.sourceforge.net>
972
973         * System_test.dll.sources: Added CodeGeneratorTestBase.cs and
974         CodeGeneratorFromCompileUnitTest.cs from Microsoft.VisualBasic.
975
976 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
977
978         * Makefile: added reference to Mono.Security.dll when building the
979         tests.
980
981 2005-06-22  Sebastien Pouliot  <sebastien@ximian.com> 
982
983         * Makefile: Removed LIB_MCS_FLAGS for referencing corlib and added the
984         __SECURITY_BOOTSTRAP_DB export. This will allow the work on #74975 to
985         continue and shouldn't cause any harm to Linux or Cygwin builds.
986
987 2005-06-15  Lluis Sanchez Gual <lluis@novell.com>
988
989         * System.dll.sources: Added ProviderBase.cs.
990         
991 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
992
993         * System.dll.sources: Removed some files that have been moved to the
994         new System.Configuration assembly.
995         * Makefile: Handle the cyclic dependency with the new
996         System.Configuration assembly.
997
998 2005-05-30  Gert Driesen <drieseng@users.sourceforge.net>
999
1000         * System_test.dll.sources: Added CSharpCodeProviderTest.cs
1001
1002 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
1003
1004         * System_test.dll.sources: Added TimerTest.cs.
1005
1006 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
1007
1008         * System_test.dll.sources: Added new CAS unit tests for NetworkStream,
1009         Socket and TcpClient to the build (stack propagation in async calls).
1010
1011 2005-05-20  Raja R Harinath  <rharinath@novell.com>
1012
1013         * System_test.dll.sources: Add
1014         System.Text.RegularExpressions/RegexReplace.cs.
1015
1016         * System.dll.sources: Update to reflect split-up of
1017         System.Text.RegularExpressions/match.cs.
1018
1019 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
1020
1021         * Makefile: Do not report Obsolete warnings when compiling unit tests.
1022         * System_test.dll.sources: Added new CAS unit tests to the build.
1023
1024 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
1025
1026         * System_test.dll.sources,
1027           System.dll.sources: generic Queue.cs and Stack.cs are now in System.
1028
1029 2005-03-14  Raja R Harinath  <rharinath@novell.com>
1030
1031         * Makefile (NO_INSTALL): Define during the first pass.
1032
1033 2005-03-04  Lluis Sanchez Gual <lluis@novell.com>
1034
1035         * System.dll.sources: Added OrderedDictionary.cs.
1036
1037 2005-02-22  Sureshkumar T  <tsureshkumar@novell.com>
1038
1039         * System.dll.sources: Added files.
1040         System.Configuration/ConnectionStringSettingsCollection.cs
1041         System.Configuration/ConnectionStringSettings.cs
1042
1043 2005-02-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1044
1045         * System.dll.sources: added CodeDomConfigurationHandler.
1046
1047 2005-02-03  Raja R Harinath  <rharinath@novell.com>
1048
1049         * Makefile (TEST_RESOURCES): New.
1050         (EXTRA_DISTFILES): Distribute them.
1051
1052 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
1053
1054         * Makefile: Embed the uri stuff as a resource.
1055
1056 2005-01-24  Raja R Harinath  <rharinath@novell.com>
1057
1058         Add circular dependency on System.Security.dll.
1059         * Makefile (XML_DEP, XML_DEP_FILE): Rename from CYCLIC_DEP and
1060         CYCLIC_DEP_FILE. 
1061         (SECURITY_DEP, SECURITY_DEP_FILE): Parallel defines for expressing
1062         cyclic dependency on System.Security.dll.  Defined only in NET2.0
1063         related profiles.
1064         (CYCLIC_DEPS, CYCLIC_DEP_FILES): New.  Used to detect which of the
1065         dependencies are present.
1066         (echo-warning, LIB_MCS_FLAGS): Update to reflect new circular
1067         dependencies.
1068
1069 2005-01-20  Miguel de Icaza  <miguel@ximian.com>
1070
1071         * Add a couple more -nowarns when compiling tests. 
1072
1073 2005-01-17  Raja R Harinath  <rharinath@novell.com>
1074
1075         * Makefile ($(test_lib).config): New.  Create it when test library
1076         is built.
1077         (CLEAN_FILES): Remove it.
1078         (test-recursive,clean-recursive): Delete.
1079
1080 2005-01-14  Jonathan Pryor (jonpryor@vt.edu)
1081
1082         * Makefile: Add test-recursive and clean-recursive targets.  Test-recursive
1083           creates a Syste_test_PROFILE.dll.config file, required for the Switch
1084           regression tests, and clean-recursive cleans up this file.
1085         * System_test_default.dll.config, System_test.dll.config: Delete.  These are
1086           no longer necessary as the appropriate file is generated in test-recursive.
1087
1088 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
1089
1090         * System.dll.sources: Added new file:
1091                 System.ComponentModel/BindingDirection.cs
1092
1093 2004-12-26  Zoltan Varga  <vargaz@freemail.hu>
1094
1095         * System.IO.Ports/ChangeLog: New file.
1096
1097 2004-12-21  Chris Toshok  <toshok@ximian.com>
1098
1099         * System.dll.sources: add System.IO.Ports/*.
1100
1101         * System.IO.Ports/SerialPort.cs,
1102         System.IO.Ports/SerialReceivedEventArgs.cs,
1103         System.IO.Ports/SerialPinChangedEventArgs.cs,
1104         System.IO.Ports/SerialErrorEventArgs.cs: initial import of the
1105         System.IO.Ports stuff.
1106
1107 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1108
1109         * System_test.dll.sources: added CookieContainerTest.cs.
1110
1111 2004-11-19  Raja R Harinath  <rharinath@novell.com>
1112
1113         * Makefile (USE_BOOT_COMPILE): Re-organize to use BOOT_COMPILE
1114         during the first pass.
1115         (BOOTSTRAP_MCS): Use mscorlib.dll from the net_2_0 profile.
1116
1117 2004-11-18  Lluis Sanchez Gual <lluis@novell.com>
1118
1119         * System.dll.sources: Added new files:
1120                 System.Configuration/ProviderSettings.cs
1121                 System.Configuration/ProviderSettingsCollection.cs
1122                 System.Configuration.Provider/ProviderBase.cs
1123
1124 2004-11-15  Lluis Sanchez Gual <lluis@novell.com>
1125
1126         * System.dll.sources: Added new files:
1127                 System.Configuration/TimeSpanConfigurationProperty.cs
1128                 System.Configuration/TimeSpanPropertyFlags.cs
1129                 System.Configuration/TimeSpanSerializedFormat.cs
1130         
1131 2004-11-09  Lluis Sanchez Gual <lluis@novell.com>
1132
1133         * System.dll.sources: Added new files:
1134                 System.Configuration/NonEmptyStringConfigurationProperty.cs
1135                 System.Configuration/NonEmptyStringFlags.cs
1136
1137 2004-11-04  Lluis Sanchez Gual <lluis@novell.com>
1138
1139         * System.dll.sources: Added new files:
1140                 System.Configuration/ConfigInfo.cs
1141                 System.Configuration/IntegerConfigurationProperty.cs
1142                 System.Configuration/RuntimeOnlySection.cs
1143                 System.Configuration/SectionInfo.cs
1144                 System.Configuration/SectionGroupInfo.cs
1145
1146 2004-09-21  Raja R Harinath  <rharinath@novell.com>
1147
1148         * Makefile (lib_file) [PROFILE=net_2_0]: New test.  Use
1149         net_2_0_bootstrap libraries if necessary.
1150         ($(the_lib)): Don't depend on a phony target.  Move 'echo-warning' ...
1151         (all-local): ... here.  Will now warn unnecessarily, but is better
1152         than rebuilding the library each time.
1153
1154 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
1155
1156         * System.dll.sources: Moved ReadOnlyCollection.cs and Collection.cs
1157         from corlib to System.Collections.Generic in System assembly
1158
1159 2004-09-13  Tim Coleman <tim@timcoleman.com>
1160         * System.dll.sources: Add new classes in System.Net.Security and 
1161                 System.Security.Authentication for Fx 2.0
1162
1163 2004-09-12  Gert Driesen <drieseng@users.sourceforge.net>
1164
1165         * System.dll.sources: removed duplicate entry for System.Net.
1166         Configuration.WebRequestModuleHandler
1167
1168 2004-09-11  Sebastien Pouliot  <sebastien@ximian.com>
1169
1170         * System_test.dll.sources: Added unit tests for System.Diagnostics.
1171         EventLogPermission and PerformanceCounterPermission.
1172
1173 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
1174
1175         * System_test.dll.sources: Added PermissionHelper to the build.
1176         * System_test.dll.sources: Added unit tests for System.Security.
1177         Permissions.ResourcePermissionBase and ResourcePermissionBaseEntry, 
1178         System.Web.AspNetHostingPermission and AspNetHostingPermissionAttribute.
1179
1180 2004-09-10  Tim Coleman <tim@timcoleman.com>
1181         * System.dll.sources: Add System.Net.Cache, System.Net.Configuration,
1182                 System.Net.Mail, System.Configuration classes
1183
1184 2004-09-09  Tim Coleman <tim@timcoleman.com>
1185         * System.dll.sources: Add new System.Net.Mail classes
1186
1187 2004-09-04  Tim Coleman <tim@timcoleman.com>
1188         * System.dll.sources: Add System.Net.Mail and System.Net.Mime classes.
1189
1190 2004-09-03  Tim Coleman <tim@timcoleman.com>
1191         * System.dll.sources: Add new class in System.Net
1192
1193 2004-08-16  Duncan Mak  <duncan@ximian.com>
1194
1195         * System.dll.sources: Added new classes in System.Configuration.
1196
1197 2004-07-14  Atsushi Enomoto  <atsushi@ximian.com>
1198
1199         * System.dll.sources:
1200           Added IChangeTracking.cs and IRevertibleChangeTracking.cs
1201
1202 2004-07-09  LLuis Sanchez Gual  <lluis@novell.com>
1203
1204         * System.dll.sources: Added files
1205                 System.ComponentModel/AsyncCompletedEventArgs.cs
1206                 System.ComponentModel/AsyncCompletedEventHandler.cs
1207
1208 2004-07-02  Raja R Harinath  <rharinath@novell.com>
1209
1210         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
1211
1212 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
1213
1214         * System_test.dll.sources: Added IndentedTextWriterTest to unit
1215         tests
1216
1217 2004-06-10  Raja R Harinath  <rharinath@novell.com>
1218
1219         * Makefile (LIBRARY_COMPILE): Define only if 'USE_BOOT_COMPILE' is
1220         defined.  Don't conflate building a non-Xml temporary System.dll
1221         with building System.dll for bootstrapping mcs.
1222
1223 2004-06-09  Raja R Harinath  <rharinath@novell.com>
1224
1225         * Makefile (CYCLIC_DEP_FILE): New.  Used to detect if
1226         System.Xml.dll is present.
1227         (SECOND_PASS): Remove.
1228
1229 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
1230
1231         * System_test.dll.sources: Added X509CertificateCollectionTest
1232         to the unit tests.
1233
1234 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
1235
1236         * Makefile : add run-test-ondotnet target support.
1237
1238 2004-05-24  Raja R Harinath  <rharinath@novell.com>
1239
1240         * Makefile (EXTRA_FLAGS): Remove.
1241         (LIBRARY_COMPILE) [!HAVE_SYSTEM_XML]: Use $(BOOT_COMPILE) for
1242         non-Xml first build.
1243         (all-local) [!SECOND_PASS]: Simplify.
1244
1245 2004-05-10  Raja R Harinath  <rharinath@novell.com>
1246
1247         * Makefile (install-local,test-local,run-test-local,clean-local):
1248         Make cyclic-dependency safe.
1249
1250 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1251
1252         * Makefile (all-local) [SECOND_PASS]: Rewrite to use 'make' itself
1253         to determine out-of-date-ness.  (This fixes an unlogged change.)
1254         (install-local,test-local,run-test-local,clean-local): Collapse
1255         near-identical rules.
1256
1257 2004-05-07  Raja R Harinath  <rharinath@novell.com>
1258
1259         * Makefile (all-local): Built first pass with BOOT_COMPILE.
1260
1261 2004-04-26  Jackson Harper  <jackson@ximian.com>
1262
1263         * Makefile: Use new $(PROFILE) directory to search for cyclical
1264         dependancy.
1265         
1266 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
1267
1268         * System_test.dll.sources: Added 
1269                 System.ComponentModel/TypeDescriptorTests.cs.
1270
1271 2004-04-14  Lluis Sanchez Gual <lluis@ximian.com>
1272
1273         * System.dll.sources: Added 
1274                 System.ComponentModel/ReflectionEventDescriptor.cs,
1275                 System.ComponentModel/ReflectionPropertyDescriptor.cs.
1276
1277 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
1278
1279         * System.dll.sources: Added System/System.ComponentModel.Design
1280         /RuntimeLicenseContext.cs
1281         * System_test.dll.sources : Added System.ComponentModel
1282         /LicenseManagerTests.cs
1283
1284 2004-03-11  Zoltan Varga  <vargaz@freemail.hu>
1285
1286         * Makefile (all-local): Fix for non-bash shells.
1287
1288 2004-02-26  Sebastien Pouliot  <sebastien@ximian.com>
1289
1290         * System.dll.sources: Added System.Net/DefaultCertificatePolicy.cs to 
1291         the build.
1292
1293 2004-02-04  Marek Safar <marek.safar@seznam.cz>
1294
1295         * Makefile: Build System.dll in two steps. Because of the circular
1296         dependency with System.XML.dll.
1297
1298 2004-01-21  Atsushi Enomoto  <atsushi@ximian.com>
1299
1300         * System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs
1301
1302 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1303
1304         * System.dll.sources: added new files.
1305
1306         * System_test.dll.sources: added new test.
1307
1308 2004-01-01  Nick Drochak <ndrochak@gol.com>
1309
1310         * Makefile: Suppress warnings about multiple Regex defs and obsolete
1311         calls in the test assembly.
1312
1313 2003-05-29  Nick Drochak <ndrochak@gol.com>
1314
1315         * System_test.dll.config: Nunit loads configs with the same name as the
1316         test assembly. This is for the Swithes test.
1317
1318 2003-12-08  Atsushi Enomoto  <atsushi@ximian.com>
1319
1320         * System_test.dll.sources : Added UriTest2.cs
1321
1322 2003-11-18  Todd Berman  <tberman@gentoo.org>
1323
1324         * System.dll.sources: Added IOrderedDictionary.cs
1325
1326 2003-11-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1327
1328         * System.dll.sources: Added some new class files
1329
1330 2003-09-04  Duncan Mak  <duncan@ximian.com>
1331
1332         * System_test.dll.sources: Add new test, ListDictionaryTest.cs.
1333
1334 2003-08-31 Alexandre Pigolkine <pigolkine@gmx.de>
1335
1336         * System_test.dll.sources       new test added
1337
1338 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1339
1340         * System.dll.sources: SRDescriptionAttribute.cs moved
1341
1342 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1343
1344         * README: removed (contained only obsolete build instructions)
1345
1346 2003-07-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1347
1348         * System.dll.sources: EventLogImpl.cs added
1349
1350 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1351
1352         * System.dll.sources: AlphabeticalEnumConverter.cs, SRDescriptionAttribute.cs added
1353
1354 2003-07-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1355
1356         * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
1357
1358 2003-07-18  Peter Williams  <peter@newton.cx>
1359
1360         * Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
1361         a distable file.
1362         (EXTRA_DISTFILES): A few more.
1363
1364 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1365
1366         * System.dll.sources: Assembly/Consts.cs added
1367
1368 2003-07-16  Peter Williams  <peter@newton.cx>
1369
1370         * Makefile (SCARY_LIB): Flip around since what was bootstrap
1371         is now default.
1372
1373 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
1374
1375         * System.dll.sources: Added NetConfigurationHandler.cs,
1376         NetConfig.cs, IPv6MulticastOption.cs
1377
1378 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1379
1380         * list.unix: Added AssemblyInfo.cs
1381
1382 2003-07-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1383
1384         * list.unix: Removed System.Net/ProxyUseType.cs, System.Net/WebStatus.cs
1385
1386 2003-07-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1387
1388         * list.unix: Add VBCodeGenerator.cs, VBCodeProvider.cs
1389
1390 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1391
1392         * list.unix: Add CodeParser.cs, Executor.cs, removed CompilerOptions.cs
1393
1394 2003-07-05  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1395
1396         * list.unix: Add WebPermission.cs, WebPermissionAttribute.cs
1397
1398 2003-05-29  Nick Drochak <ndrochak@gol.com>
1399
1400         * makefile.gnu: turn on debug since it works again.
1401
1402 2003-05-21  Ben Maurer <bmaurer@users.sourceforge.net>
1403
1404         * StringWriter.cs: Fixed bug #43379 "Missing WebException.Response
1405         property."
1406
1407 2003-03-30  Martin Willemoes Hansen <mwh@sysrq.dk>
1408
1409         * Stubed rest of System.ComponentModel
1410
1411 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1412
1413         * System.ComponentModel.Design.Serialization
1414           Removed references to System.Web namespaces
1415
1416 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1417
1418         * Stubed System.ComponentModel/LicenseContext.cs
1419         * Stubed System.ComponentModel/LicenseUsageMode.cs
1420         * Stubed rest of System.ComponentModel.Design
1421
1422 2003-03-29  Martin Willemoes Hansen <mwh@sysrq.dk>
1423
1424         * Stubed System.ComponentModel/InheritanceAttribute.cs
1425         * Stubed System.ComponentModel/InheritanceLevel.cs
1426         * Stubed System.ComponentModel.Design/IDesignerFilter.cs
1427         * Stubed System.ComponentModel.Design/IInheritanceService.cs
1428
1429 2003-03-27  Martin Willemoes Hansen <mwh@sysrq.dk>
1430
1431         * Stubed rest of System.ComponentModel.Design.Serialization
1432
1433 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1434
1435         * list.unix: added RunInstallerAttribute.cs
1436
1437 2003-02-18  Alan Tam <Tam@SiuLung.com>
1438
1439         * list.unix (): Add DesignerCategoryAttribute.cs
1440
1441 2003-01-10  Duncan Mak  <duncan@ximian.com>
1442
1443         * list.unix (CSharpCodeCompiler): Add
1444         Microsoft.Charp.CSharpCodeCompiler for Sean Kasun.
1445
1446 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
1447         
1448         * updated .build file(s) to correctly contain required buildfile 
1449           attribute for nant
1450
1451 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1452
1453         * list list.unix: Put CSharpCodeGenerator.cs back in build
1454
1455 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
1456
1457         * list list.unix: Removed Compiler classes that are being moved to their own assembly
1458
1459 2002-12-05 Alejandro Sánchez Acosta  <raciel@gnome.org>
1460
1461         * list.unix: updated.
1462
1463 2002-11-30 Alejandro Sánchez Acosta  <raciel@es.gnu.org>
1464
1465         * list.unix: Changed.
1466         * System.ComponentModel.Design: Added
1467
1468 2002-11-11 Tim Coleman <tim@timcoleman.com>
1469         * list.unix:
1470         * list:
1471         * System.ComponentModel/DesignTimeVisibleAttribute.cs:
1472                 Add new class
1473
1474 2002-11-06 Jackson Harper <jackson@latitudegeo.com>
1475
1476         * list.unix: Added Microsoft.CSharp/Compiler.cs to build
1477         
1478 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1479
1480         * list.unix: added new files.
1481
1482 2002-11-04  Tim Coleman <tim@timcoleman.com>
1483         * System.ComponentModel/RefreshProperties.cs:
1484         * System.ComponentModel/RefreshPropertiesAttribute.cs:
1485                 Add new classes
1486
1487 2002-11-02  Duncan Mak  <duncan@ximian.com>
1488
1489         * list.unix: Added InvalidEnumArgumentException.
1490
1491 2002-10-31  Dick Porter  <dick@ximian.com>
1492
1493         * list.unix: Added MonoIO and MonoIOError to the build
1494
1495 2002-10-29  Daniel Morgan <danmorg@sc.rr.com>
1496
1497         * System.ComponentModel/PropertyDescriptor.cs: added
1498         missing abstract methods and properties
1499
1500         * System.ComponentModel/DerivedPropertyDescriptor.cs: implemented
1501         SetValue and added stubs for missing methods and properties
1502         
1503 2002-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1504
1505         * list.unix: added new files in System.Configuration.
1506
1507 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1508
1509         * list.unix: added new files.
1510
1511 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1512
1513         * System.ComponentModel/Component.cs:
1514         * System.ComponentModel/ComponentCollection.cs:
1515         * System.ComponentModel/Container.cs:
1516         * System.ComponentModel/MarshalByValueComponent.cs:
1517         * System.Diagnostics/Process.cs:
1518         * System.Diagnostics/TextWriterTraceListener.cs:
1519         * System.IO/FileSystemWatcher.cs:
1520         IDisposable fixes.
1521
1522 2002-08-15  Tim Coleman <tim@timcoleman.com>
1523         * list.unix: Added System.IO files.
1524
1525 2002-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1526
1527         * list:
1528         * list.unix: added EnumConverter.cs
1529
1530 2002-07-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1531
1532         * list:
1533         * list.unix: added DerivedPropertyDescriptor.cs
1534
1535 2002-07-22  Tim Coleman <tim@timcoleman.com>
1536         * list.unix: Added new file
1537                 System.ComponentModel.RecommendedAsConfigurableAttribute.cs
1538                 to build on unix.
1539
1540 2002-07-22  Tim Coleman <tim@timcoleman.com>
1541         * list.unix: Added files to the build for linux
1542                 System.ComponentModel.BindableAttribute.cs,
1543                 System.ComponentModel.BindableSupport.cs,
1544                 System.ComponentModel.ExpandableObjectConverter.cs,
1545                 System.ComponentModel.NotifyParentPropertyAttribute.cs,
1546                 System.ComponentModel.ToolboxItemAttribute.cs,
1547
1548 2002-07-22  Tim Coleman <tim@timcoleman.com>
1549         * list.unix: Added System.ComponentModel/DefaultEventAttribute.cs
1550                 and System.ComponentModel.DefaultProperty.cs to build
1551
1552
1553 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1554
1555         * System.build: removed System.Drawing.dll dependency.
1556
1557 2002-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1558
1559         * System.build: referenced System.Drawing.dll.
1560
1561 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
1562
1563         * System.Security.Cryptography.X509Certificates: directory added
1564         
1565 2002-05-09  Rodrigo Moya <rodrigo@ximian.com>
1566
1567         * System.build: don't exclude anymore excluded files in
1568         System.ComponentModel. They compile on Linux, so they might also
1569         on Windows.
1570
1571 2002-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1572
1573         * System.build: excluded EventDescriptor.cs, 
1574         EventDescriptorCollection.cs and ICustomTypeDescriptor.cs.
1575
1576 2002-04-08  Nick Drochak  <ndrochak@gol.com>
1577
1578         * System.build: Build System.dll with mono's corlib.dll and 
1579         System.Xml.dll.
1580
1581 2002-01-23  Dick Porter  <dick@ximian.com>
1582
1583         * System.build: Start build System.Net.Sockets.Socket.cs,
1584         TcpClient.cs and TcpListener.cs
1585
1586 2001-12-07  Nick Drochak <ndrochak@gol.com>
1587
1588         * ChangeLog: Add the change log to this directory
1589
1590         * System.build: Add dependancy on linux target to test target. Need to 
1591         have the dll before we can test it, right?  Plus it encourages others 
1592         to try 'make test'.
1593