2004-10-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / ChangeLog
1 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
2
3         * corlib.dll.sources: Add new 2.0 classes under System.Runtime.InteropServices.
4
5 2004-09-29  Zoltan Varga  <vargaz@freemail.hu>
6
7         * corlib.dll.sources: Add System.Runtime.InteropServices/UnmanagedFunctionPointerAttribute.cs.
8
9 2004-09-27  Zoltan Varga  <vargaz@freemail.hu>
10
11         * corlib.dll.sources: Add more 2.0 System.Reflection classes.
12         
13         * corlib.dll.sources: Add some 2.0 System.Reflection classes.
14
15 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
16
17         * corlib_test.dll.sources: Add System.Reflection/FieldInfoTest.
18         
19         * corlib_test.dll.sources: Add System.Reflection/MethodInfoTest.
20
21 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
22
23         * corlib_test.dll.sources: Add System.Reflection/ParameterInfoTest.
24
25 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
26
27         * corlib.dll.sources: Add System.Reflection.ObfuscateAssemblyAttribute
28         and System.Reflection.ObfuscationAttribute.
29
30 2004-09-21  Raja R Harinath  <rharinath@novell.com>
31
32         * Makefile (net20bootstrapcorlib): Rename from net20bootstraplib.
33         Build 'mscorlib.dll' using the 'net_2_0_bootstrap' profile.
34         (net20bootstrapSystem): New.  Build 'System.dll' using the
35         'net_2_0_bootstrap' profile.
36         ($(gmcs)): Depend on both the above.
37         (CLEAN_FILES) [PROFILE=net_2_0]: Clean the 'net_2_0_bootstrap'
38         profile and 'gmcs' too.
39
40 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
41
42         * corlib.dll.sources: Removed ReadOnlyCollections.cs and Collection.cs
43         from corlib System.Collections.Generics to System assembly
44
45 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
46
47         * corlib_test.dll.sources: Added System/ModuleHandleTest.
48
49         * corlib.dll.sources: Added System/ModuleHandle.
50
51 2004-09-14  Tim Coleman <tim@timcoleman.com>
52         * corlib.dll.sources: Added System.Security.Principal/TokenImpersonationLevel
53
54 2004-09-09  Tim Coleman <tim@timcoleman.com>
55         * corlib.dll.sources: Added System/Base64FormattingOptions.cs to the
56         build
57
58 2004-09-05  Marek Safar  <marek.safar@seznam.cz>
59
60         * corlib.dll.sources: 
61         Added System.Collections.Generic/Dictionary.cs to the build.
62
63 2004-09-03  Sebastien Pouliot  <sebastien@ximian.com>
64
65         * corlib_test.dll.sources: Added System.Security.Permissions/
66         RegistryPermissionTest.cs to unit tests.
67
68 2004-08-30  Sebastien Pouliot  <sebastien@ximian.com>
69
70         * corlib.dll.sources: Added Mono.Security/Uri.cs to the build.
71
72 2004-08-26  Sebastien Pouliot  <sebastien@ximian.com>
73
74         * corlib.dll.sources: Added System.Security.Policy/
75         ApplicationSecurityManager.cs, ApplicationSecurityManagerCodeGroup.cs,
76         ApplicationTrustCollection.cs and ApplicationTrustEnumerator.cs for 
77         NET_2_0 profile.
78         * corlib_test.dll.sources: Added System.Security.Policy/
79         ApplicationDirectoryTest.cs, HashMembershipConditionTest.cs,
80         HashTest.cs and IBuiltInEvidenceTest.cs to unit tests.
81
82 2004-08-25  Nick Drochak <ndrochak@ieee.com>
83
84         * Makefile : Ignore tests that hang MS.NET.
85
86 2004-08-23  Sebastien Pouliot  <sebastien@ximian.com>
87
88         * corlib.dll.sources: Added System.Security.Policy/
89         ApplicationMembershipCondition.cs, 
90         DomainApplicationMembershipCondition.cs,
91         MembershipConditionHelper.cs for NET_2_0 profile.
92         * corlib_test.dll.sources: Added System.Security.Policy/
93         AllMembershipConditionTest.cs,
94         ApplicationDirectoryMembershipConditionTest.cs,
95         ApplicationMembershipConditionTest.cs and
96         DomainApplicationMembershipConditionTest.cs to unit tests.
97
98 2004-08-23  Martin Baulig  <martin@ximian.com>
99
100         * Makefile: Add $(LIBRARY_FLAGS) to the $(net20bootstraplib)
101         compilation to get /nostdlib.
102
103 2004-08-20  Sebastien Pouliot  <sebastien@ximian.com>
104
105         * corlib_test.dll.sources: Added System.Security.Permissions/
106         SiteIdentityPermissionTest.cs and UrlIdentityPermissionTest.cs
107         to unit tests.
108
109 2004-08-19  Sebastien Pouliot  <sebastien@ximian.com>
110
111         * corlib_test.dll.sources: Added System.Security.Permissions/
112         CodeAccessSecurityAttributeTest.cs,
113         DataProtectionPermissionAttributeTest.cs (NET_2_0),
114         HostProtectionAttributeTest.cs (NET_2_0), 
115         IsolatedStoragePermissionAttributeTest.cs and
116         KeyContainerPermissionAttributeTest.cs  (NET_2_0) to unit tests.
117
118 2004-08-19  Sebastien Pouliot  <sebastien@ximian.com>
119
120         * corlib_test.dll.sources: Added SecurityPermissionTest.cs to unit 
121         tests.
122
123 2004-08-18  Sebastien Pouliot  <sebastien@ximian.com>
124
125         * corlib_test.dll.sources: Added GacIdentityPermissionTest.cs and
126         GacIdentityPermissionAttributeTest.cs to unit tests. Added 
127         IsolatedStorageFilePermissionTest.cs.
128
129 2004-08-17  Sebastien Pouliot  <sebastien@ximian.com>
130
131         * corlib_test.dll.sources: Added StrongNameIdentityPermissionTest.cs
132         to unit tests.
133
134 2004-08-17  Sebastien Pouliot  <sebastien@ximian.com>
135
136         * corlib.dll.sources: Added System.Security.Permissions/
137         DataProtectionPermission.cs, DataProtectionPermissionAttribute.cs,
138         DataProtectionPermissionFlags.cs, HostProtectionAttribute.cs,
139         HostProtectionPermission.cs, KeyContainerPermission.cs,
140         KeyContainerPermissionAccessEntry.cs, 
141         KeyContainerPermissionAccessEntryCollection.cs,
142         KeyContainerPermissionAccessEntryEnumerator.cs
143         KeyContainerPermissionAttribute.cs and KeyContainerPermissionFlags.cs
144         to NET_2_0 profile.
145         * corlib_test.dll.sources: Added System.Security.Permissions/
146         IBuiltInPermissionTest.cs and UIPermissionTest.cs unit tests.
147
148 2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>
149
150         * corlib.dll.sources: Added System.Runtime.ConstrainedExecution/
151         CER.cs, Consistency.cs, PrePrepareMethodAttribute.cs and
152         ReliabilityContractAttribute.cs. Added System.Threading/
153         ParameterizedThreadStart.cs. All for NET_2_0 profile.
154
155 2004-08-09  Marek Safar  <marek.safar@seznam.cz>
156
157         * corlib.dll.sources: Added System/EnvironmentVariableTarget.cs
158         for NET_2_0.
159
160 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
161
162         * corlib.dll.sources: Added System/ApplicationId.cs, 
163         System.Reflection/ImageFileMachine.cs and PortableExecutableKind.cs,
164         and System.Security.Policy/ApplicationSecurityInfo.cs for NET_2_0.
165         * corlib_test.dll.sources: Added System/ApplicationIdentityTest.cs and
166         ApplicationIdTest.cs unit tests for NET_2_0.
167
168 2004-08-08  Sebastien Pouliot  <sebastien@ximian.com>
169
170         * corlib.dll.sources: Added System/AppDomainInitializer.cs,
171         AppDomainManager.cs, ApplicationActivator.cs and
172         DomainManagerInitializationFlags.cs. Added System.Threading/
173         HostExecutionContext.cs, HostExecutionContextManager.cs and
174         HostExecutionContextSwitcher.cs for NET_2_0.
175
176 2004-08-04  Sebastien Pouliot  <sebastien@ximian.com>
177
178         * corlib.dll.sources: Added System.Security.Permissions/
179         GacIdentityPermission.cs and GacIdentityPermissionAttribute.cs, and
180         System.Security.Policy/Gac.cs and GacMembershipCondition.cs to NET_2_0
181         * corlib_test.dll.sources: Added /Test/System.Security.Policy/
182         GacMembershipConditionTest.cs, GacTest.cs and
183         ZoneMembershipConditionTest.cs to unit tests.
184
185 2004-08-03  Sebastien Pouliot  <sebastien@ximian.com>
186
187         * corlib.dll.sources: Added PermissionSetCollection and SecureString
188         in System.Security. Moved CriticalFinalizerObject to System.Runtime.
189         ConstrainedExecution.
190         * corlib_test.dll.sources: Added /Test/System.Security.Permissions/
191         ZoneIdentityPermissionTest.cs to unit tests.
192
193 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
194
195         * Makefile: Use the new FRAMEWORK_VERSION variable to build the destination
196           path for mscorlib.
197
198 2004-07-27  Lluis Sanchez Gual  <lluis@novell.com>
199
200         * corlib.dll.sources: Added new files for NET_2_0 profile: 
201                 System.Threading/ExecutionContext.cs
202                 System.Threading/ExecutionContextSwitcher.cs
203                 System.Threading/SynchronizationContext.cs
204                 System.Threading/SynchronizationContextSwitcher.cs
205
206 2004-07-14  Sebastien Pouliot  <sebastien@ximian.com>
207
208         * corlib.dll.sources: Added new files for NET_2_0 profile: 
209                 System.Security/HostProtectionException.cs
210                 System.Security/HostSecurityManager.cs
211                 System.Security/HostSecurityManagerFlags.cs
212                 System.Security/SecurityContext.cs
213                 System.Security/SecurityContextSwitcher.cs
214                 System.Security.Permissions/HostProtectionResource.cs
215                 System.Threading/AsyncFlowControl.cs
216                 System.Threading/CompressedStackSwitcher.cs
217                 System.Threading/ContextCallback.cs
218
219 2004-07-13  Sebastien Pouliot  <sebastien@ximian.com>
220
221         * corlib.dll.sources: Added new files for NET_2_0 profile: 
222                 System/ActivationContext.cs
223                 System/ApplicationIdentity.cs
224                 System/IApplicationDescription.cs
225                 System/IHostContext.cs
226                 System.Security.Policy/ApplicationDefaultCodeGroup.cs 
227                 System.Security.Policy/ApplicationInstallScope.cs 
228                 System.Security.Policy.Security.Policy/ApplicationTrust.cs 
229                 System.Security.Policy/ApplicationVersionMatch.cs 
230                 System.Security.Policy/CodeConnectAccess.cs 
231                 System.Security.Policy/CodeGroupGrantScope.cs 
232                 System.Security.Policy/IApplicationTrustManager.cs 
233                 System.Security.Policy/ITrustLicenseIssuerCollection.cs 
234                 System.Security.Policy/ITrustManager.cs 
235                 System.Security.Policy/ITrustManagerConfig.cs 
236                 System.Security.Policy/PromptingLevel.cs 
237                 System.Security.Policy/ProvideAssemblyEvidenceEventArgs.cs 
238                 System.Security.Policy/TrustLicenseIssuer.cs 
239                 System.Security.Policy/TrustManagerContext.cs
240                 System.Security.Policy/TrustManagerUIContext.cs 
241                 System.Security.Policy/TrustManagerZoneConfig.cs 
242
243 2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>
244
245         * corlib.dll.sources: Added System.Threading.SendOrPostCallback.cs.
246
247 2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
248
249         * corlib.dll.sources: Added new files for NET_2_0: 
250                 System.Runtime.InteropServices/_Exception.cs
251                 System.Security.Cryptography/RijndaelManagedTransform.cs
252                 System.Security.Cryptography/RIPEMD160.cs
253                 System.Security.Cryptography/RIPEMD160Managed.cs
254                 System.Security.AccessControl/AccessControlActions.cs
255                 System.Security.Cryptography.X509Certificates/X509ContentType.cs
256                 System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.cs
257         * corlib.dll.sources: Added new tests for CipherMode and 
258         CspProviderFlags.
259
260 2004-07-02  Raja R Harinath  <rharinath@novell.com>
261
262         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
263
264 2004-07-02  Raja R Harinath  <rharinath@novell.com>     
265
266         * Makefile ($(net20bootstrap_makefrag)): Build from net_2_0
267         profile response file.
268         (gmcs): Style update.
269
270 2004-06-14  Raja R Harinath  <rharinath@novell.com>
271
272         * Makefile (net20bootstrap_response): Remove.  This shouldn't
273         differ from $(response).
274         (post_process): Remove, now that PLATFORM_CHANGE_SEPARATOR_CMD is
275         unconditional.
276         ($(cmp_response),$(res_response)): Update.
277
278 2004-06-11  Raja R Harinath  <rharinath@novell.com>
279
280         * Makefile (TEST_COMPILE): Use internal mcs to compile the
281         platform testsuite too.
282
283 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
284
285         * corlib_test.dll.sources: added EnumBuilderTest and 
286         FieldBuilderTest to the build
287
288 2004-06-11  Raja R Harinath  <rharinath@novell.com>
289
290         * corlib_plattest.dll.excludes: Remove contents.  Any file listed
291         here has also to be listed in corlib_test.dll.sources.
292
293         * Makefile: Rewrite to use library.make.  Do away with stampfiles.
294
295 2004-06-04  Atsushi Enomoto  <atsushi@ximian.com>
296
297         * Makefile : fixed incorrectly unified corlib-plattest in the
298           previous fix.
299
300 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
301
302         * Makefile : added run-test-ondotnet support.
303
304 2004-05-30  Martin Baulig  <martin@ximian.com>
305
306         * Makefile (net_2_0_dir): New variable; also use the correct
307         directory here.
308
309 2004-05-29  Gert Driesen  (drieseng@users.sourceforge.net)
310
311         * corlib.dll.sources: added SetWin32ContextInIDispatchAttribute
312         and VariantWrapper
313
314 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
315
316         * Makefile: changed case on nunit.framework.dll (lowercase)
317
318 2004-05-22  Todd Berman  <tberman@sevenl.net>
319
320         * corlib.dll.sources: added Mono/Runtime.cs
321         * Mono: added Mono directory back
322         * Mono/Runtime.cs: add back Runtime.cs, marked as internal, gnome#
323         needs it.
324
325 2004-05-22  Sebastien Pouliot  <sebastien@ximian.com>
326
327         * corlib_test.dll.sources: Added IntPtrTest and UIntPtrTest to the 
328         build.
329
330 2004-05-21  Sebastien Pouliot  <sebastien@ximian.com>
331
332         * corlib_test.dll.sources: Added SingleTest to the build.
333
334 2005-05-18  Gert Driesen (drieseng@users.sourceforge.net)
335
336         * corlib_test.dll.sources: added PropertyInfoTest
337
338 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
339
340         * corlib.dll.sources: removed obsolete Mono/Runtime.cs
341         * corlib_test.dll.sources: added BinderTests
342         * Mono: removed obsolete directory.
343         * Mono/ChangeLog: Removed file.
344         * Mono/Runtime.cs: Removed file.
345
346 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
347
348         * Makefile: install-local is verbose now.
349
350 2004-05-14  Sebastien Pouliot  <sebastien@ximian.com>
351
352         * corlib.dll.sources: Added System/__ComObject.cs to the build.
353
354 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
355
356         * corlib_test.dll.sources: added BinderTests.cs
357
358 2004-05-12  Zoltan Varga  <vargaz@freemail.hu>
359
360         * corlib.dll.sources: Added System.Threading/CompressedStack.cs
361
362 2004-05-11  Jackson Harper  <jackson@ximian.com>
363
364         * Makefile: Use snazzy new PLATFORM_PATH_SEPARATOR when setting
365         the mono path, so it works on Windows.
366         
367 2004-05-10  Raja R Harinath  <rharinath@novell.com>
368
369         * Makefile (corlib_net_2_0_bootstrap): Remove extraneous copying.
370
371 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
372
373         * Makefile: build NUnit if the dll is not found when running
374         'make test'. Use INTERNAL_MCS to build the tests as csc fails miserably
375         to compile them.
376
377 2004-05-07  Raja R Harinath  <rharinath@novell.com>
378
379         * Makefile (corlib_net_2_0_bootstrap): Copy System.dll and
380         System.Xml.dll from 'default' profile build.
381         ($(gmcs)): Always go to 'gmcs' directory.
382
383 2004-05-06  Sebastien Pouliot  <sebastien@ximian.com>
384
385         * corlib_test.dll.sources: Added SymmetricAlgorithm2Test, 
386         ToBaseTransformTest, TripleDESTest unit tests to the build.
387
388 2004-05-07  Nick Drochak <ndrochak@gol.com>
389
390         * Makefile (plattest_flags): Add /unsafe.
391
392 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
393
394         * corlib.dll.sources: Added Base64Constants to the build.
395         Added SHAConstants to the build.
396
397 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
398
399         * Makefile (test_flags): Add /unsafe.
400
401 2004-05-03 Lluis Sanches Gual  <lluis@ximian.com>
402         
403         * corlib.dll.sources: Added Assembly/Consts.cs.
404                 
405 2004-04-30  Jackson Harper  <jackson@ximian.com>
406
407         * Makefile: Add dependancies.
408         
409 2004-04-29  Jackson Harper  <jackson@ximian.com>
410
411         * Makefile: net_2_0 corlib goes to a special place.
412         
413 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
414
415         * corlib.dll.sources: Added X509ChainStatusFlags, X509CRL, X509Store, 
416         X509StoreManager, X509Stores, BasicConstraintsExtension, 
417         KeyUsageExtension and SubjectKeyIdentifierExtension to the build.
418         Removed ITrustAnchors.cs, TestAnchors.cs and TrustAnchors from the 
419         build.
420
421 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
422
423         * corlib_test.dll.sources: Added DESCryptoServiceProviderTest.cs.
424
425 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
426
427         * corlib.dll.sources: Added System.Reflection.Emit/MethodRental.cs.
428
429         * corlib_test.dll.sources: Added Test/System.Reflection.Emit/MethodRentalTest.cs.
430
431 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
432
433         * Makefile: Fix tests with new directory structure.
434
435 2004-04-26  Jackson Harper  <jackson@ximian.com>
436
437         * Makefile: Use profile dependant directory.
438         
439 2004-04-26  Sebastien Pouliot  <sebastien@ximian.com>
440
441         * corlib_test.dll.sources: Added DESTest.cs.
442
443 2004-04-22  Martin Baulig  <martin@ximian.com>
444
445         Use `#if NET_2_0 || BOOTSTRAP_2_0' for the generic reflection stuff.
446
447 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
448
449         * corlib_test.dll.sources: Added System.Threading/TimerTest.cs.
450
451 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
452
453         * corlib.dll.sources: Added Mono.Security/BitConverterLE.cs
454
455 2004-04-03 Lluis Sanches Gual  <lluis@ximian.com>
456         
457         * corlib_test.dll.sources: Added System.Threading/ReaderWriterLockTest.cs.
458                 
459 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
460
461         * corlib_test.dll.sources: Added System/EnvironmentTest.cs.
462
463 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
464
465         * corlib.dll.sources: Added Mono.Security/StrongNameManager.cs.
466
467 2004-03-11  Martin Baulig  <martin@ximian.com>
468
469         * corlib.dll.sources: Added System.Collections.Generic/Queue.cs
470         and System.Collections.Generic.Stack.cs.
471
472 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
473
474         * Makefile, corlib.dll.win32-excludes : 
475           now csc build includes SecurityPermissionAttribute.cs.
476
477 2004-03-09  Jackson Harper  <jackson@ximian.com>
478
479         * corlib_test.dll.sources: Add new test cases to the build.
480         
481 2004-03-03  Jackson Harper <jackson@ximian.com>
482
483         * corlib.dll.sources: Add new registry files to the build.
484         
485 2004-02-20  Jackson Harper  <jackson@ximian.com>
486
487         * corlib.dll.sources: Add LockQueue.cs to build.
488         
489 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
490
491         * corlib_test.dll.sources : Added CharCategoryTest.cs
492
493 2004-02-17 Lluis Sanches Gual  <lluis@ximian.com>
494         
495         * corlib.dll.sources: Added 
496                 System.Runtime.Serialization.Formatter.Binary.CodeGenerator.cs
497
498 2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
499
500     * Mono.Security.Cryptography/PKCS1.cs:
501
502         - Added little change for allow the class to be used with
503         hash implementations that doesn't have an oid like the MD5SHA1 hash.
504
505 2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>
506
507         * corlib.dll.sources: Moved SymmetricTransform class from System.
508         Security.Cryptography (SymmetricAlgorithm) to Mono.Security.
509         Cryptography.
510
511 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
512
513         * corlib.dll.sources: Added KeyPairPersistance class, in Mono.
514         Security.Cryptography namespace, to the build.
515         * corlib_test.dll.sources: Added AppDomain unit tests in System.
516         Some tests are currently ignored because they produce lots of GC
517         Warning failures but they seems to work (nunit finishes).
518
519 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
520
521         * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit 
522         tests in System.Security.Policy namespace.
523
524 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
525
526         * corlib_test.dll.sources: Added SecurityException unit tests in
527         System.Security namespace.
528
529 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
530
531         * corlib_test.dll.sources: Added CodeAccessPermission unit tests in
532         System.Security namespace. Added CodeGroup related and PolicyLevel
533         unit tests to System.Security.Policy.
534
535 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
536
537         * corlib.dll.sources: Added System.Resources.Win32Resources.cs.
538
539 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
540
541         * corlib_test.dll.sources: Added SecurityManager unit tests in
542         in System.Security namespace.
543
544 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
545
546         * corlib.dll.sources: Added SiteMembershipCondition to 
547         System.Security.Policy namespace.
548         * corlib_test.dll.sources: Added Site and SiteMembershipCondition
549         unit tests in System.Security.Policy namespace.
550
551 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
552
553         * corlib.dll.sources: Added many (long time) missing classes in the
554         System.Security.Policy namespace.
555
556 2004-01-01  Nick Drochak  <ndrochak@gol.com>
557
558         * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs
559         * corlib.dll.sources. Add PermissionRequestEvidence.cs
560
561 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
562
563         * corlib_test.dll.sources: Added new unit tests to System.Security.
564         Permissions and System.Security.Principal.
565
566 2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>
567
568         * corlib.dll.sources: Added WindowsPrincipal to build.
569
570 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
571
572         * corlib_test.dll.sources: Added unit tests PaddingMode and X509 
573         using CryptoAPI.
574
575 2003-12-14  Pedro Martínez Juliá  <yoros@wanadoo.es>
576
577         * DateTime.cs: Be sure that the array access is not out of range
578         when looking for ArgumentOutOfRangeException in the year value.
579
580 2003-12-08  Peter Williams  <peter@newton.cx>
581
582         * Makefile: Use embedded tab instead of $(ECHO_ESCAPE).
583         Fixes build on OS X.
584
585 2003-12-04  Martin Baulig  <martin@ximian.com>
586
587         * corlib.dll.sources: Added System.Collections.Generic.
588
589 2003-11-26  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
590
591         * corlib.dll.sources: Added file:
592                 System.Runtime.InteropServices.DispatchWrapper.cs
593
594 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
595
596         * corlib.dll.sources: Added 
597                 System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs
598         * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs
599
600 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
601
602         * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs.
603
604 2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
605
606         * corlib_test.dll.sources: Added some test files:
607                 System.Runtime.Remoting/ContextTest.cs
608                 System.Runtime.Remoting/SynchronizationAttributeTest.cs
609
610 2003-11-18  Lluis Sanchez Gual <lluis@ximian.com>
611
612         * corlib.dll.sources: Added some files:
613                 System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs
614                 System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
615                 System.Runtime.Remoting.Messaging/ISerializationRootObject.cs
616
617 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
618
619         * corlib.dll.sources: Added already existing, but not added delegate
620                 Added various classes in System.InteropServices
621
622 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
623
624         * corlib.dll.sources: Added some files:
625                 System.Runtime.Serialization.Formatter.cs
626                 System.Runtime.Serialization.Formatters/InternalRM.cs
627                 System.Runtime.Serialization.Formatters/InternalST.cs
628                 System.Runtime.Serialization.Formatters/TypeFilterLevel.cs
629
630 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
631
632         * corlib.dll.sources: Added some files:
633                 System.Runtime.Remoting.Channels/AggregateDictionary.cs
634                 System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs
635         
636 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
637
638         * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs
639         
640 2003-11-15  Zoltan Varga  <vargaz@freemail.hu>
641
642         * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs.
643
644 2003-11-12 Jackson Harper <jackson@ximian.com>
645
646         * Makefile: corlib is now named mscorlib.
647
648 2003-11-09  Sebastien Pouliot  <spouliot@videotron.ca>
649
650         * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
651         * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).
652
653 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
654
655         * corlib.dll.sources: Added classes StrongName to support StrongNames.
656
657 2003-10-17  Sebastien Pouliot  <spouliot@videotron.ca>
658
659         * corlib.dll.sources: Added classes CryptoConvert to support StrongNames.
660
661 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
662
663         * corlib.dll.sources: Added classes for Authenticode support.
664         * corlib_test.dll.sources: Added unit test for SPC certificates.
665
666 2003-09-26  Pedro Martínez Julá  <yoros@wanadoo.es>
667
668         * corlib_test.dll.sources: Remove tests that generate compile
669         errors. The tests are still there but its name is rmoved here.
670
671 2003-09-24    <cesar@ciencias.unam.mx>
672
673         * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build
674
675 2003-08-20  Duncan Mak  <duncan@ximian.com>
676
677         * corlib_test.dll.sources: Added DictionaryBaseTest.cs
678
679 2003-08-19 Nick Drochak <ndrochak@gol.com>
680
681         * Makefile: Turn on debug for the corlib tests on .NET.
682
683 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
684
685         * corlib.dll.sources: added quite some files
686
687 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
688
689         * corlib.dll.sources: added/removed Locale.cs
690
691 2003-08-03  Sebastien Pouliot  <spouliot@videotron.ca>
692
693         * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions
694
695 2003-07-31  Sebastien Pouliot  <spouliot@videotron.ca>
696
697         * corlib_test.dll.sources: Added new CryptoStreamTest.cs
698
699 2003-07-24  Peter Williams  <peter@newton.cx>
700
701         * Makefile: Boo-yah! Add corlib_plattest.dll, which is a
702         corlib test library built against the platform corlib. This
703         lets us test our corlib tests. On a non-mono-native platform
704         (Windows) we run those tests only; on a mono-native platform, we
705         run the full corlib test suite on our own tests.
706         (clean-local): Forgot $(plattestlib).
707
708         * corlib_plattest.dll.excludes: Add this. (The result of
709         'grep Mono corlib_test.dll.sources')
710
711         * corlib_test.dll.sources: Extraneous newline was messing things
712         up.
713         
714 2003-07-23  Ravi Pratap  <ravi@ximian.com>
715
716         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
717         from Paolo in response to bug #45993.
718
719 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
720
721         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
722
723 2003-07-20  Peter Williams  <peter@newton.cx>
724
725         * Makefile: Add in corlib_res.dll, which we use as a basis
726         for tests on non-linux platforms. Nearly identical rules to
727         corlib_cmp: corlib - some files that cause the MS runtime to
728         barf.
729
730         * corlib_res.dll.excludes: Added.
731
732 2003-07-20  Peter Williams  <peter@newton.cx>
733
734         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
735
736 2003-07-18  Peter Williams  <peter@newton.cx>
737
738         * Makefile (dist-local): The fancy shell script was neat, but
739         ultimately unnecessary and counterproductive. Alas.
740
741 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
742
743         * corlib.dll.sources:
744         * unix.args: AssemblyInfo.cs added
745
746 2003-07-17  Peter Williams  <peter@newton.cx>
747
748         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
749         which sort of makes sense and is needed on Windows too.
750         ($(corlib)): same.
751         $(cmplib): Don't include the makefrag to save the Windows build and some
752         time.
753
754 2003-07-16  Peter Williams  <peter@newton.cx>
755
756         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
757         portability fixes.
758         (all-local): Don't build $(cmplib) by default, it's not something
759         most people need, and the build is broken on Windows right now anyway.
760
761 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
762
763         * unix.args: Fix UNIX build.
764
765 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
766
767         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
768         Runtime.InteropServices.TypeLibVersionAttribute.cs
769
770 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
771
772         * unix.args: Added SecurityParser.cs to Mono.Xml
773
774 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
775
776         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
777         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
778         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
779         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
780
781 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
782
783         * unix.args: added System.Runtime.Remoting/SoapServices.cs
784
785 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
786
787         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
788         RSAManaged.cs
789
790 2003-05-29  Nick Drochak <ndrochak@gol.com>
791
792         * makefile.gnu: turn on debug since it works again.
793
794 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
795
796         * unix.args: added System.Security/
797         AllowPartiallyTrustedCallersAttribute.cs
798
799 2003-04-05  Nick Drochak  <ndrochak@gol.com>
800
801         * makefile.gnu: revert. debugger support not installed by default in mcs
802
803 2003-04-05  Nick Drochak  <ndrochak@gol.com>
804
805         * makefile.gnu: compile with debug.
806
807 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
808
809         * unix.args: added SEHException.
810
811 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
812
813         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
814         * Updated unix.args with the stubs
815
816 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
817         
818         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
819
820 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
821
822         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
823
824 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
825
826         * unix.args: Added "System.FloatingPointFormatter.cs".
827
828 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
829
830         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
831
832 2003-03-03  Tim Coleman <tim@timcoleman.com>
833         * unix.args: Added
834                 System.Runtime.InteropServices/HandleRef.cs
835
836 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
837
838         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
839
840
841 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
842
843         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
844                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
845                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
846
847 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
848
849         * unix.args: added ModuleResolveEventHandler.cs
850
851 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
852
853         * unix.args: added 
854                 System.Runtime.Remoting/EnvoyInfo.cs
855                 System.Runtime.Remoting.Activation/ActivationServices.cs
856                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
857                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
858                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
859                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
860                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
861                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
862                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
863
864 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
865
866         * unix.args: added MACAlgorithm and HMACAlgorithm.
867
868 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
869
870         * unix.args: Move some class from System.Security.Cryptography
871           into Mono.* for easier reuse.
872
873 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
874
875         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
876
877 2003-02-03  Patrik Torstensson
878
879         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
880           check if we need the libs and if they still are correct.
881
882 2003-02-03  Patrik Torstensson
883
884         * unix.args: added CADMessages.cs
885
886 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
887
888         * unix.args: added RemoteActivator.cs.
889
890 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
891
892         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
893                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
894                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
895                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
896
897 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
898
899         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
900           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
901
902 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
903
904         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
905           System.IO.IsolatedStorage
906
907
908 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
909         * unix.args: Added System/DelegateSerializationHolder.cs, 
910           System/UnitySerializationHolder.cs,
911           System.Runtime.Serialization/ObjectManager.cs,
912           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
913       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
914           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
915
916 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
917
918         * unix.args: added COMException.cs in System.Runtime.InteropServices
919
920 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
921
922         * unix.args: added System.Diagnostics.Process.cs 
923
924 2002-12-28  Duncan Mak  <duncan@ximian.com>
925
926         * unix.args (ASN1.cs): Sebastien forgot to include this file.
927
928 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
929
930         * unix.args: added CryptoTools.cs file.
931
932 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
933
934         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
935         and StrongNameIdentityPermission.cs files.
936
937 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
938
939         * unix.args: added PublisherIdentityPermission.cs,
940         Publisher.cs and PublisherMembershipCondition.cs
941
942 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
943         
944         * updated .build file(s) to correctly contain required buildfile 
945           attribute for nant
946
947 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
948
949         * unix.args: added missing files from System.Security.Cryptography
950         namespace.
951
952 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
953
954         * unix.args: added missing files from System.Security.Cryptography
955         namespace.
956
957 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
958
959         * corlib.build: Removed all excluded cryptographic source code as the
960         cyclic dependency was removed (well commented)
961
962 2002-10-11  Duncan Mak  <duncan@ximian.com>
963
964         * unix.args: Added System.Security.Cryptography.CryptoConfig.
965
966 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
967
968         * Mono/Runtime.cs: New file.
969
970 2002-10-05  Andrew Birkett  <andy@nobugs.org>
971
972         * unix.args: Added System.Security.Cryptography.RC2
973
974 2002-09-12  Dick Porter  <dick@ximian.com>
975
976         * unix.args: Add System.Globalization.SortKey,
977         System.Globalization.StringInfo and
978         System.Globalizaton.TextElementEnumerator
979         
980 2002-09-12  Dick Porter  <dick@ximian.com>
981
982         * unix.args: Add System.ArgIterator and System.TypedReference
983
984         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
985         corcompare showed as missing) causes a SecurityException in
986         corcompare, so exclude Decimal from the corlib_cmp build.
987
988 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
989
990         * unix.args: added a couple of new files in System.Security.Principal.
991
992 2002-08-15  Tim Coleman <tim@timcoleman.com>
993         * unix.args: 
994                 Add System.Globalization/TextInfo.cs
995                 Add System.Runtime.Serialization/FormatterConverter.cs
996
997 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
998
999         * unix.args: added new files from System.Runtime.Remoting.Channels.
1000
1001 2002-07-31  Duncan Mak  <duncan@ximian.com>
1002
1003         * unix.args: Added interfaces and enumerations from
1004         System.Runtime.Remoting.Channels. 
1005
1006 2002-07-31  Duncan Mak  <duncan@ximian.com>
1007
1008         * unix.args: Added new classes in
1009         System.Runtime.Remoting.Contexts.
1010         
1011
1012 2002-07-31  Duncan Mak  <duncan@ximian.com>
1013
1014         * unix.args: Added new Exceptions, Interfaces and various
1015         TypeEntries from System.Runtime.Remoting.
1016
1017 2002-07-29  Martin Baulig  <martin@gnome.org>
1018
1019         * list: Removed, this isn't used anymore and people are already
1020         getting confused which file to use.
1021
1022 2002-07-24  Duncan Mak  <duncan@ximian.com>
1023
1024         * unix.args: Added files from Remoting.Lifetime and
1025         Remoting.Metadata.
1026
1027         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
1028         and System.Runtime.Remoting.Proxies to their own ChangeLog.
1029
1030 2002-07-23  Duncan Mak  <duncan@ximian.com>
1031
1032         * list: 
1033         * unix.args: Added new Attributes in
1034         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
1035
1036 2002-07-22  Tim Coleman <tim@timcoleman.com>
1037         * list:
1038         * unix.args:
1039                 Added System.Security.Permission/ReflectionPermission.cs and
1040                 System.Security.Permission/EnvironmentPermission.cs and
1041
1042 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1043
1044         * list:
1045         * unix.args: added IObjectHandle.cs.
1046
1047 2002-06-20  Martin Baulig  <martin@gnome.org>
1048
1049         * unix.args: New file.  This is a mcs response file to compile
1050         corlib on GNU/Linux (which doesn't work yet).
1051
1052 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
1053
1054         * System/Delegate.cs: Implemented Remove()
1055         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
1056         done. Plus a fix for Equals().
1057         * Test/System/MulticastDelegate.cs: Added. Should reflect above
1058         changes.
1059         
1060 2002-04-27  Martin Baulig  <martin@gnome.org>
1061
1062         * corlib.build: Added new "mcs-build" target to compile corlib
1063         with mcs. This doesn't work yet - it's just to test mcs to find
1064         and fix the remaining bugs.
1065
1066 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
1067
1068         * corlib.build: removed seperate windows/linux builds. excluded
1069         wrapper and PAL classes from all builds.
1070
1071 2002-03-03  Nick Drochak  <ndrochak@gol.com>
1072
1073         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
1074         that were preventing the tests from running on Windows.
1075
1076 2002-01-25  Mark Crichton  <crichton@gimp.org>
1077
1078         * System.Security.Cryptography/RijndaelManaged.cs: added
1079         
1080         * System.Security.Cryptography/Rijndael.cs: changed constructor
1081         to set default values.  Hopefully I did it correctly.
1082
1083 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
1084
1085         * Unix/Errno.cs: Added
1086
1087         * Unix/Wrapper.cs: Updated to new Wrapper
1088
1089 2002-01-19  Nick Drochak  <ndrochak@gol.com>
1090         
1091         * corlib.build: exclude Delegate from corlib_cmp.
1092
1093 2002-01-09  Nick Drochak  <ndrochak@gol.com>
1094
1095         * corlib.build: Exclude Security Attribute classes that need mcs
1096         magic to get them to compile.
1097
1098 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
1099         * corlib.build: Removed <excludes> for System.Resources
1100
1101 2002-01-05  Nick Drochak  <ndrochak@gol.com>
1102
1103         * corlib.build: Have the clean target remove any .pdb files that
1104         might be around if we compiled with debug on.
1105
1106 2002-01-05  Nick Drochak  <ndrochak@gol.com>
1107
1108         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
1109         as corlib.dll without Object and ValueType.  It is used by 
1110         /mcs/tools/corcompare.exe to compare with mscorlib.
1111
1112 2002-01-03  Nick Drochak  <ndrochak@gol.com>
1113
1114         * corlib.build: Put the linux target at the top.  I keep changing the 
1115         build for windows 'cause it's at the top.  Then when I do make, nothing
1116         changes.  It seems like it always takes me half a day to remember
1117         that the linux target comes second.  Old age I guess.
1118
1119         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
1120
1121 2002-01-02  Nick Drochak  <ndrochak@gol.com>
1122
1123         * corlib.build: Removed "exclude CodeAccessPermission.cs"
1124
1125 2001-12-11  Duncan Mak  <duncan@ximian.com>
1126
1127         * ChangeLog: Added "System.Resources" to the exclude list.
1128
1129 2001-12-05  Nick Drochak <ndrochak@gol.com>
1130
1131         * ChangeLog: Add the change log to this directory
1132
1133         * corlib.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right?  Plus is encourages other to try 'make test'.
1134