ChangeLog 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. 2010-03-16 Jb Evain <[email protected]>
  2. * Makefile: rename the net_2_1 profile to moonlight.
  3. 2009-06-05 Marek Safar <[email protected]>
  4. * Makefile: Fixed NET_2_0 conditional to actually handle Mono.Security
  5. dependency.
  6. 2008-11-01 Sebastien Pouliot <[email protected]>
  7. * System.Security_test.dll.sources: Add new tests to build
  8. System.Security.Cryptography.Pkcs/CmsRecipientCollectionTest.cs
  9. System.Security.Cryptography.Xml/TransformTest.cs
  10. System.Security.Cryptography.Xml/XmlDecryptionTransformTest.cs
  11. 2008-10-14 Gert Driesen <[email protected]>
  12. * System.Security_test.dll.sources: Added XmlLicenseTransformTest.cs
  13. and XmlDsigExcC14NWithCommentsTransformTest.cs.
  14. 2008-09-23 Marek Safar <[email protected]>
  15. * Makefile: Don't override global debug flag.
  16. 2007-06-12 Marek Safar <[email protected]>
  17. * Makefile: Check only major framework version to do 2.x build.
  18. 2007-01-17 Atsushi Enomoto <[email protected]>
  19. * System.Security_test.dll.sources : added
  20. XmlDsigExcC14NTransformTest.cs.
  21. 2006-12-15 Sebastien Pouliot <[email protected]>
  22. * Makefile: Execute PKITS tests only if the data is installed locally.
  23. See System.dll unit tests for details.
  24. * System.Security_test.dll.sources: Add some PKITS unit tests to the
  25. build.
  26. 2006-11-08 Sebastien Pouliot <[email protected]>
  27. * System.Security_test.dll.sources: Added unit and CAS tests for
  28. System.Security.Cryptography.X509Certificates.X509Certificate2UI
  29. 2006-09-22 Atsushi Enomoto <[email protected]>
  30. * Makefile:
  31. Added Test/S.S.C.Xml/EncryptedXmlSample3.xml to EXTRA_DISTFILES.
  32. 2006-09-21 Atsushi Enomoto <[email protected]>
  33. * Makefile: oops, syntax breakage.
  34. 2006-09-21 Atsushi Enomoto <[email protected]>
  35. * Makefile:
  36. Added Test/S.S.C.Xml/EncryptedXmlSample2.xml to EXTRA_DISTFILES.
  37. 2006-09-21 Atsushi Enomoto <[email protected]>
  38. * System.Security_test.dll.sources: added EncryptedXmlTest.cs.
  39. * Makefile: added some extra test support files as EXTRA_DISTFILES.
  40. 2006-09-06 Atsushi Enomoto <[email protected]>
  41. * System.Security_test.dll.sources: added DataReferenceTest.cs.
  42. 2005-09-26 Sebastien Pouliot <[email protected]>
  43. * System.Security.dll.sources: Remove all X509 related classes.
  44. * System.Security_test.dll.sources: Remove all X509 related tests.
  45. * System.Security.Cryptography.X509Certificates/*.cs: moved to
  46. System.dll assembly.
  47. * Test/System.Security.Cryptography.X509Certificates/*.cs: moved to
  48. System.dll assembly.
  49. 2005-05-18 Sebastien Pouliot <[email protected]>
  50. * System.Security_test.dll.sources: Added unit tests for System.
  51. Security.Permissions.StorePermissionAttribute class.
  52. 2005-05-03 Sebastien Pouliot <[email protected]>
  53. * System.Security_test.dll.sources: Added unit tests for System.
  54. Security.Cryptography.Pkcs.SignerInfoCollection class.
  55. 2005-04-25 Sebastien Pouliot <[email protected]>
  56. * System.Security.dll.sources: Added IRelDecryptor interface and
  57. XmlLicenseTransform class to System.Security.Cryptography.Xml (2.0).
  58. 2005-04-23 Sebastien Pouliot <[email protected]>
  59. * System.Security.dll.sources: Added StorePermission and
  60. StorePermissionAttribute to System.Security.Permissions (2.0).
  61. 2005-04-04 Atsushi Enomoto <[email protected]>
  62. * System.Security.dll.sources: added XmlSignatureStreamReader.cs.
  63. 2005-01-17 Sebastien Pouliot <[email protected]>
  64. * System.Security.dll.sources: Added System.Security.Cryptography.
  65. X509Certificates/X509EnhancedKeyUsageExtension.cs and
  66. X509SubjectKeyIdentifierHashAlgorithm.cs to the build.
  67. * System.Security_test.dll.sources: Added System.Security.Cryptography
  68. .Pkcs/Pkcs9ContentTypeTest.cs, Pkcs9MessageDigestTest.cs and System.
  69. Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs,
  70. X509EnhancedKeyUsageExtensionTest.cs, X509ExtensionTest.cs,
  71. X509KeyUsageExtensionTest.cs and X509SubjectKeyIdentifierExtensionTest.cs
  72. to the unit test assembly.
  73. 2005-01-06 Raja R Harinath <[email protected]>
  74. * Makefile (LIB_MCS_FLAGS): Add reference to Mono.Security.dll
  75. only in the NET 2.0 profile. See 2004-07-07 entry.
  76. 2005-01-05 Sebastien Pouliot <[email protected]>
  77. * Makefile: Don't ignore the CS0119 warnings (private field not used)
  78. when building the assembly (the code is already clean for this).
  79. * System.Security.dll.sources: Add DataProtectionPermission, Attribute
  80. and Flags to the assembly (moved from corlib).
  81. * System.Security_test.dll.sources: Add DataProtectionPermission
  82. Attribute unit tests (moved from corlib unit tests).
  83. 2004-12-23 Sebastien Pouliot <[email protected]>
  84. * System.Security.dll.sources: Added System.Security.Cryptography/
  85. ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
  86. MemoryProtectionScope.cs as they been moved from mscorlib to here.
  87. * System.Security_test.dll.sources : Added Test/System.Security.
  88. Cryptography/ProtectedDataTest.cs and ProtectedMemoryTest.cs for the
  89. same reason.
  90. 2004-09-04 Tim Coleman <[email protected]>
  91. * System.Security.dll.sources:
  92. Add new System.Security.Cryptography.Pkcs classes.
  93. 2004-09-03 Tim Coleman <[email protected]>
  94. * System.Security.dll.sources:
  95. Add new System.Security.Cryptography.X509Certificates classes
  96. 2004-09-02 Tim Coleman <[email protected]>
  97. * System.Security.dll.sources:
  98. Add new System.Security.Cryptography.Xml classes
  99. 2004-07-09 Sebastien Pouliot <[email protected]>
  100. * System.Security_test.dll.sources: Fixed unit tests to work with Fx
  101. 2.0 beta 1.
  102. 2004-07-08 Sebastien Pouliot <[email protected]>
  103. * System.Security.dll.sources: Fixed classes to match Fx 2.0 beta 1.
  104. 2004-07-07 Sebastien Pouliot <[email protected]>
  105. * Makefile: Added a reference to Mono.Security because we'll require
  106. many class from it for the NET_2_0 profile - but it would be better
  107. not to have the dependency for NET_1_1.
  108. * System.Security.dll.sources: Added a lot of existing classes (from
  109. 1.2 documentation) that were never compiled.
  110. * System.Security_test.dll.sources: Added a lot of existing tests
  111. (from 1.2 documentation) that were never compiled.
  112. 2004-03-26 Sebastien Pouliot <[email protected]>
  113. * System.Security.dll.sources: Added internal class Manifest.
  114. 2004-03-26 Atsushi Enomoto <[email protected]>
  115. * System.Security_test.dll.sources :
  116. Added XmlDsigEnvelopedSignatureTest.cs.
  117. 2004-03-22 Sebastien Pouliot <[email protected]>
  118. * Makefile: Added /nowarn to cleanup display when building.
  119. 2004-03-16 Atsushi Enomoto <[email protected]>
  120. * System.Security.dll.sources: added XmlDsigNodeList.cs
  121. 2004-02-19 Tim Coleman <[email protected]>
  122. * System.Security.dll.sources: Add new
  123. System.Security.Cryptography.Xml.SymmetricKeyWrap
  124. 2004-02-11 Sebastien Pouliot <[email protected]>
  125. * System.Security_test.dll.sources: Added unit tests for
  126. XmlDsigXPathTransform.
  127. 2004-02-10 Tim Coleman <[email protected]>
  128. * System.Security.dll.sources: Add new
  129. System.Security.Cryptography.Xml classes.
  130. 2004-02-07 Tim Coleman <[email protected]>
  131. * System.Security.dll.sources: Add new
  132. System.Security.Cryptography.Xml classes.
  133. 2004-01-11 Sebastien Pouliot <[email protected]>
  134. * System.Security.dll.sources: Added AssemblyInfo.cs and Locale.cs.
  135. 2003-07-24 Sebastien Pouliot <[email protected]>
  136. * System.Security.dll.sources: Added new Mono.Xml.XmlCanonicalizer.cs
  137. from Aleksey Sanin.
  138. 2003-03-04 Sebastien Pouliot <[email protected]>
  139. * System.Security.build: Added a new output System.Security_cmp.dll
  140. which links with mscorlib. This version is to be used to generate
  141. the class status web page (required for CorCompare).
  142. 2003-03-03 Sebastien Pouliot <[email protected]>
  143. * System.Security.build: Updated build file to stop linking with
  144. MS assemblies (and like with Mono's corlib instead).
  145. 2003-03-02 Sebastien Pouliot <[email protected]>
  146. * list.unix: Added XmlSignature.cs.
  147. 2003-01-17 Sebastien Pouliot <[email protected]>
  148. * System.Security.build: Simplified and fixed some issues.
  149. 2002-11-28 Sebastien Pouliot <[email protected]>
  150. * System.Security.build: New. Nant build file for Windows.