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