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