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