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/System.IdentityModel.Selectors
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/System.IdentityModel.Selectors')
-rwxr-xr-xmcs/class/System.IdentityModel.Selectors/ChangeLog25
-rwxr-xr-xmcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors/ChangeLog102
2 files changed, 0 insertions, 127 deletions
diff --git a/mcs/class/System.IdentityModel.Selectors/ChangeLog b/mcs/class/System.IdentityModel.Selectors/ChangeLog
deleted file mode 100755
index 38dfdbf37f1..00000000000
--- a/mcs/class/System.IdentityModel.Selectors/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-2007-12-05 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : added net_3_5 as a valid profile.
-
-2006-07-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * Microsoft.InfoCards.Diagnostics has gone.
-
-2006-07-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile: oh, is dependency on System.ServiceModel.dll removed??
-
-2006-07-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : added reference to System.IdentityModel.dll i.e. it
- has long been broken :|
-
-2006-07-04 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : add path to referenced assemblies as gmcs always loads
- them from the GAC.
-
-2005-09-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile, Microsoft.Infocards.dll : initial checkin.
diff --git a/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors/ChangeLog b/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors/ChangeLog
deleted file mode 100755
index 1e3789f4bb3..00000000000
--- a/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors/ChangeLog
+++ /dev/null
@@ -1,102 +0,0 @@
-2007-05-11 Atsushi Enomoto <atsushi@ximian.com>
-
- * CardspaceSelector.cs : so I forgot that I've updated namespace name
- for win32 client impl.
-
-2007-04-18 Atsushi Enomoto <atsushi@ximian.com>
-
- Now the implementation is moved to Mono.ServiceModel.IdentitySelectors.
- * CardSpaceSelector.cs : now it is reflection based.
- * CardSpacePolicyElement.cs : removed NativePolicyElement usage.
- * NativePolicyElement.cs
- AsymmetricProofTokenSecurityKey.cs
- CardSpaceProofToken.cs
- NativeGenericXmlToken.cs
- NativeInfocardCryptoHandle.cs
- NativeInfocardHandleType.cs : removed.
-
-2007-04-17 Atsushi Enomoto <atsushi@ximian.com>
-
- * CardSpacePolicyElement.cs, NativePolicyElement.cs :
- fixed field names (privacy -> policy).
- * CardSpaceSelector.cs : fixed error message (it's implemented).
- IsManagedIssuer is true when IssuerAddress is null.
-
-2007-04-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * NativePolicyElement.cs : issuer could be null (self-issued card).
- * CardSpaceSelector.cs : throw correct exceptions.
- * NativeGenericXmlToken : disposable. Create ProofToken (btw it is
- not serializable with WSSecurityTokenSerializer).
- * NativeInfocardCryptoHandle.cs : several implementation for
- ProofToken creation. removed extra types.
- * AsymmetricProofTokenSecurityKey.cs, CardSpaceProofToken.cs :
- New files for ProofToken implementation.
- They are largely unimplemented yet.
-
-2007-04-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * NativeGenericXmlToken.cs, NativeInfocardCryptoHandle.cs :
- they are marshalled as references. Some workarounds.
- * CardSpaceSelector.cs : get int hresult.
- * NativePolicyElement.cs : it is marshalled as struct.
-
-2007-04-05 Atsushi Enomoto <atsushi@ximian.com>
-
- * NativePolicyElement.cs, NativeGenericXmlToken.cs,
- NativeInfocardCryptoHandle.cs :
- set CharSet as Unicode in StructLayoutAttributes.
-
-2007-04-04 Atsushi Enomoto <atsushi@ximian.com>
-
- * CardSpacePolicyElement.cs : implemented.
- * CardspaceSelector.cs : win32 implementation.
- * NativePolicyElement.cs,
- NativeGenericXmlToken.cs,
- NativeInfocardCryptoHandle.cs,
- NativeInfocardHandleType.cs : win32 interop structures.
-
-2006-07-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * ServiceBusyException.cs, IdentityValidationException.cs,
- UnsupportedPolicyOptionsException.cs,
- PolicyValidationException.cs : new files.
- * Dummy.cs : removed.
- * StsCommunicationException.cs, UntrustedRecipientException.cs,
- CardSpaceException.cs, ServiceNotStartedException.cs,
- UserCancellationException.cs,
- CardSpacePolicyElement.cs, CardSpaceSelector.cs :
- fixed all API to July CTP.
-
-2006-07-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * Dummy.cs, CardSpaceSelector.cs :
- oh, is dependency on System.ServiceModel.dll removed??
-
-2006-07-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * InfoCardException.cs, CardSpaceException.cs :
- renamed former to latter.
-
-2006-07-18 Atsushi Enomoto <atsushi@ximian.com>
-
- * Dummy.cs, CardSpacePolicyElement.cs, CardSpaceSelector.cs :
- added.
- * InfoCardClient.cs : removed.
- * InfoCardException.cs :
- changed class name. File name soon to be updated.
-
-2006-05-29 Atsushi Enomoto <atsushi@ximian.com>
-
- * InfoCardClient.cs : build fix.
-
-2005-11-20 Atsushi Enomoto <atsushi@ximian.com>
-
- * InfocardTokenProvider.cs : removed old file (and is build blocker).
-
-2005-09-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * StsCommunicationException.cs, UntrustedRecipientException.cs
- InfoCardTokenProvider.cs, InfoCardClient.cs
- InfoCardException.cs, ServiceNotStartedException.cs
- UserCancellationException.cs : initial checkin.