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