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.ServiceModel.IdentitySelectors
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.ServiceModel.IdentitySelectors')
-rw-r--r--mcs/class/Mono.ServiceModel.IdentitySelectors/Assembly/ChangeLog3
-rw-r--r--mcs/class/Mono.ServiceModel.IdentitySelectors/ChangeLog6
-rw-r--r--mcs/class/Mono.ServiceModel.IdentitySelectors/Mono.ServiceModel.IdentitySelectors.Win32/ChangeLog11
-rw-r--r--mcs/class/Mono.ServiceModel.IdentitySelectors/Mono.ServiceModel.IdentitySelectors/ChangeLog22
-rw-r--r--mcs/class/Mono.ServiceModel.IdentitySelectors/Test/Mono.IdentityModel.Selectors/ChangeLog16
-rw-r--r--mcs/class/Mono.ServiceModel.IdentitySelectors/Test/resources/ChangeLog4
-rw-r--r--mcs/class/Mono.ServiceModel.IdentitySelectors/resources/ChangeLog8
7 files changed, 0 insertions, 70 deletions
diff --git a/mcs/class/Mono.ServiceModel.IdentitySelectors/Assembly/ChangeLog b/mcs/class/Mono.ServiceModel.IdentitySelectors/Assembly/ChangeLog
deleted file mode 100644
index 8e2f817e643..00000000000
--- a/mcs/class/Mono.ServiceModel.IdentitySelectors/Assembly/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-2007-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * AssemblyInfo.cs : initial commit.
diff --git a/mcs/class/Mono.ServiceModel.IdentitySelectors/ChangeLog b/mcs/class/Mono.ServiceModel.IdentitySelectors/ChangeLog
deleted file mode 100644
index 621dcd554a8..00000000000
--- a/mcs/class/Mono.ServiceModel.IdentitySelectors/ChangeLog
+++ /dev/null
@@ -1,6 +0,0 @@
-2007-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * Mono.ServiceModel.IdentitySelectors.dll.sources,
- Mono.ServiceModel.IdentitySelectors_test.dll.sources,
- Makefile : initial commit.
-
diff --git a/mcs/class/Mono.ServiceModel.IdentitySelectors/Mono.ServiceModel.IdentitySelectors.Win32/ChangeLog b/mcs/class/Mono.ServiceModel.IdentitySelectors/Mono.ServiceModel.IdentitySelectors.Win32/ChangeLog
deleted file mode 100644
index 40a2295a0aa..00000000000
--- a/mcs/class/Mono.ServiceModel.IdentitySelectors/Mono.ServiceModel.IdentitySelectors.Win32/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-2007-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * CardSelectorClientWin32.cs :
- almost identical to former CardSpaceSelector.cs in S.IM.S.dll.
- * CardSpaceProofToken.cs
- NativePolicyElement.cs
- NativeGenericXmlToken.cs
- AsymmetricProofTokenSecurityKey.cs
- NativeInfocardCryptoHandle.cs
- NativeInfocardHandleType.cs : moved from S.IM.S.dll.
-
diff --git a/mcs/class/Mono.ServiceModel.IdentitySelectors/Mono.ServiceModel.IdentitySelectors/ChangeLog b/mcs/class/Mono.ServiceModel.IdentitySelectors/Mono.ServiceModel.IdentitySelectors/ChangeLog
deleted file mode 100644
index b01e825dd18..00000000000
--- a/mcs/class/Mono.ServiceModel.IdentitySelectors/Mono.ServiceModel.IdentitySelectors/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-2007-04-27 Atsushi Enomoto <atsushi@ximian.com>
-
- * IdentityCard.cs : TokenService contains UserCredential as well as
- EndpointAddress.
-
-2007-04-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * IdentityCardEncryption.cs, CardSelectorClient.cs :
- implemented store encryption. Changed the reader API a bit too.
-
-2007-04-25 Atsushi Enomoto <atsushi@ximian.com>
-
- * IdentityCard.cs : implemented Save. It was rather xs:dateTime fixes.
- * IdentityStore.cs, CardSelectorClient.cs : some store implementation.
-
-2007-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * CardSelectionContext.cs
- CardSelectorClient.cs
- Constants.cs
- IdentityCard.cs
- IdentityCardEncryption.cs : initial commit.
diff --git a/mcs/class/Mono.ServiceModel.IdentitySelectors/Test/Mono.IdentityModel.Selectors/ChangeLog b/mcs/class/Mono.ServiceModel.IdentitySelectors/Test/Mono.IdentityModel.Selectors/ChangeLog
deleted file mode 100644
index bb26af29015..00000000000
--- a/mcs/class/Mono.ServiceModel.IdentitySelectors/Test/Mono.IdentityModel.Selectors/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-2007-04-27 Atsushi Enomoto <atsushi@ximian.com>
-
- * IdentityCardTest.cs : some flexibility on xml declarations.
-
-2007-04-26 Atsushi Enomoto <atsushi@ximian.com>
-
- * IdentityCardEncryptionTest.cs : added encryption test (roundtrip).
-
-2007-04-25 Atsushi Enomoto <atsushi@ximian.com>
-
- * IdentityCardTest.cs : added test for Save().
-
-2007-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * IdentityCardTest.cs
- IdentityCardEncryptionTest.cs : initial commit.
diff --git a/mcs/class/Mono.ServiceModel.IdentitySelectors/Test/resources/ChangeLog b/mcs/class/Mono.ServiceModel.IdentitySelectors/Test/resources/ChangeLog
deleted file mode 100644
index 0d492102eff..00000000000
--- a/mcs/class/Mono.ServiceModel.IdentitySelectors/Test/resources/ChangeLog
+++ /dev/null
@@ -1,4 +0,0 @@
-2007-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * managed.xml, rupert.xml, rupert.crds : initial commit (managed.xml
- is an extracted version of a backup card from pingidentity.com).
diff --git a/mcs/class/Mono.ServiceModel.IdentitySelectors/resources/ChangeLog b/mcs/class/Mono.ServiceModel.IdentitySelectors/resources/ChangeLog
deleted file mode 100644
index dc037c190fa..00000000000
--- a/mcs/class/Mono.ServiceModel.IdentitySelectors/resources/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-2007-04-27 Atsushi Enomoto <atsushi@ximian.com>
-
- * schemas-xmlsoap-or-ws-2005-05-identity.rnc : TokenService element
- also contains UserCredential.
-
-2007-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * schemas-xmlsoap-or-ws-2005-05-identity.rnc : initial commit.