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