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