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