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