Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:06 +0300
commitb03e60628764d66654147bfc7a7e1a3242559888 (patch)
tree3599b29c7f180a5cb3e8cea3e875d26b8ecdeeb4 /mcs/class/Mono.Security.Win32
parentbf5947a0fd2b523c30833605ee69b2b041aa43f4 (diff)
Remove ChangeLog files from the repo
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
Diffstat (limited to 'mcs/class/Mono.Security.Win32')
-rw-r--r--mcs/class/Mono.Security.Win32/Assembly/ChangeLog5
-rw-r--r--mcs/class/Mono.Security.Win32/ChangeLog21
-rw-r--r--mcs/class/Mono.Security.Win32/Mono.Security.Cryptography/ChangeLog29
-rw-r--r--mcs/class/Mono.Security.Win32/Test/ChangeLog4
-rw-r--r--mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/ChangeLog31
5 files changed, 0 insertions, 90 deletions
diff --git a/mcs/class/Mono.Security.Win32/Assembly/ChangeLog b/mcs/class/Mono.Security.Win32/Assembly/ChangeLog
deleted file mode 100644
index 762755a8090..00000000000
--- a/mcs/class/Mono.Security.Win32/Assembly/ChangeLog
+++ /dev/null
@@ -1,5 +0,0 @@
-2004-04-13 Sebastien Pouliot <sebastien@ximian.com>
-
- * AssemblyInfo.cs: New. Copied and ajusted from System.Security.
- * Locale.cs: New. Copied (verbatim) from System.Security.
- * ChangeLog: New. \ No newline at end of file
diff --git a/mcs/class/Mono.Security.Win32/ChangeLog b/mcs/class/Mono.Security.Win32/ChangeLog
deleted file mode 100644
index 2134587691f..00000000000
--- a/mcs/class/Mono.Security.Win32/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-2004-11-25 Raja R Harinath <rharinath@novell.com>
-
- * Makefile (NO_TEST): Define when not in W32.
-
-2004-05-06 Sebastien Pouliot <sebastien@ximian.com>
-
- * README: Updated to match the new version and public token for the
- assembly. Also changed my email address.
-
-2004-04-13 Sebastien Pouliot <sebastien@ximian.com>
-
- * Mono.Security.Win32.dll.sources: Added AssemblyInfo.cs and Locale.cs
- to the assembly.
-
-2003-02-05 Sebastien Pouliot <spouliot@videotron.ca>
-
- * Mono.Security.Win32.build: New. NAnt build file. As this
- assembly works only on Windows there are no makefile.gnu.
- * README: New. Describe how to use (and not to use) this
- assembly.
-
diff --git a/mcs/class/Mono.Security.Win32/Mono.Security.Cryptography/ChangeLog b/mcs/class/Mono.Security.Win32/Mono.Security.Cryptography/ChangeLog
deleted file mode 100644
index e3f56b10d04..00000000000
--- a/mcs/class/Mono.Security.Win32/Mono.Security.Cryptography/ChangeLog
+++ /dev/null
@@ -1,29 +0,0 @@
-2004-04-13 Sebastien Pouliot <sebastien@ximian.com>
-
- * CapiContext.cs: Better support to create key container (when non
- existing). Added machine key container support. FxCop-ized.
- * CapiHash.cs: FxCop-ized for CLS compliance and GC awareness.
- * CapiRandomNumberGenerator.cs: Now use properties (not fields).
- * CryptoAPI.cs: Changed some uint to int for easier CLS compliance.
-
-2003-12-09 Patrik Torstensson <p@rxc.se>
-
- * CryptAPI.cs: Added stdcall callconv to all Win32
- calls, default in Mono is CDECL
-
-2003-02-05 Sebastien Pouliot <spouliot@videotron.ca>
-
- * CapiContext.cs: New. Class to acquire and release an
- unmanaged context with CryptoAPI.
- * CapiHash.cs: New. Base class to handle hash algorithms.
- * CapiRandomNumberGenerator.cs: New. Base class to handle
- random number generation.
- * CryptoAPI.cs: Wrapper class around CryptoAPI.
- * MD2.cs: Abstract class for Message Digest 2 (RFC1319).
- * MD2CryptoServiceProvider.cs: Unmanaged MD2 implementation.
- * MD4.cs: Abstract class for Message Digest 4 (RFC1320).
- * MD4CryptoServiceProvider.cs: Unmanaged MD4 implementation.
- * MD5CryptoServiceProvider.cs: Unmanaged MD5 implementation.
- * RNGCryptoServiceProvider.cs: Unmanaged RNG implementation.
- * MD2CryptoServiceProvider.cs: Unmanaged SHA1 implementation.
-
diff --git a/mcs/class/Mono.Security.Win32/Test/ChangeLog b/mcs/class/Mono.Security.Win32/Test/ChangeLog
deleted file mode 100644
index f3ef16f9fee..00000000000
--- a/mcs/class/Mono.Security.Win32/Test/ChangeLog
+++ /dev/null
@@ -1,4 +0,0 @@
-2003-02-05 Sebastien Pouliot <spouliot@videotron.ca>
-
- * Mono.Security.Win32_test.build: New. NAnt build file
- for unit tests.
diff --git a/mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/ChangeLog b/mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/ChangeLog
deleted file mode 100644
index 95e5c906fc1..00000000000
--- a/mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/ChangeLog
+++ /dev/null
@@ -1,31 +0,0 @@
-2004-04-13 Sebastien Pouliot <sebastien@ximian.com>
-
- * MD2Test.cs: Removed obsolete NUnit1 TestCase references.
- * MD4Test.cs: Removed obsolete NUnit1 TestCase references.
- * MD5Test.cs: Removed obsolete NUnit1 TestCase references.
- * MD5Test.cs: Removed obsolete NUnit1 TestCase references.
- * RandomNumberGeneratorTest.cs: Removed obsolete NUnit1 TestCase
- and SetUp references.
- * SHA1Test.cs: Removed obsolete NUnit1 TestCase references.
-
-2003-02-05 Sebastien Pouliot <spouliot@videotron.ca>
-
- * MD2CryptoServiceProviderTest.cs: New. Run the MD2Test
- unit tests using MD2CryptoServiceProvider class.
- * MD2Test.cs: New. Implement the test vectors included
- in RFC1319.
- * MD4CryptoServiceProviderTest.cs: New. Run the MD4Test
- unit tests using MD4CryptoServiceProvider class.
- * MD4Test.cs: New. Implement the test vectors included
- in RFC1320.
- * MD5CryptoServiceProviderTest.cs: New. Run the MD5Test
- unit tests using MD5CryptoServiceProvider class.
- * MD5Test.cs: New. Implement the test vectors included
- in RFC1321.
- * RandomNumberGeneratorTest.cs: New. FIPS140 randomness
- tests.
- * SHA1CryptoServiceProviderTest.cs: New. Run the SHA1Test
- unit tests using SHA1CryptoServiceProvider class.
- * SHA1Test.cs: New. Implement the test vectors included
- in FIPS186.
-