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