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:
Diffstat (limited to 'mcs/class/corlib/System.Configuration.Assemblies/ChangeLog')
-rw-r--r--mcs/class/corlib/System.Configuration.Assemblies/ChangeLog19
1 files changed, 0 insertions, 19 deletions
diff --git a/mcs/class/corlib/System.Configuration.Assemblies/ChangeLog b/mcs/class/corlib/System.Configuration.Assemblies/ChangeLog
deleted file mode 100644
index c3894fd12fe..00000000000
--- a/mcs/class/corlib/System.Configuration.Assemblies/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-2007-08-08 Atsushi Enomoto <atsushi@ximian.com>
-
- * AssemblyHash.cs : added 2.0 operator overloads.
-
-2006-10-31 Sebastien Pouliot <sebastien@ximian.com>
-
- * AssemblyHashAlgorithm.cs: Added [Serializable] and
- [ComVisible(true)] attributes for NET_2_0 profile.
- * AssemblyHash.cs: Added bunch of [Obsolete] attributes to the NET_2_0
- profile. Cleaned up the source code to match Mono source style.
- * AssemblyVersionCompatibility.cs: Added [Serializable] and
- [ComVisible(true)] attributes for NET_2_0 profile.
-
-2001-07-13 Tomas Restrepo (tomasr@mvps.org)
-
- * AssemblyHash finished
- * AssemblyHashAlgorithm finished
- * AssemblyVersion finished
-