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