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