X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2Fcorlib%2FSystem.Configuration.Assemblies%2FChangeLog;h=c3894fd12fe0b01048c46b46c01a9eed257ef3ef;hb=95dc3521c07b15316c0087fb5f088e65162077e4;hp=d9e7f8ea8897436dd659979c7907a0f794d039fb;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;p=mono.git diff --git a/mcs/class/corlib/System.Configuration.Assemblies/ChangeLog b/mcs/class/corlib/System.Configuration.Assemblies/ChangeLog index d9e7f8ea889..c3894fd12fe 100644 --- a/mcs/class/corlib/System.Configuration.Assemblies/ChangeLog +++ b/mcs/class/corlib/System.Configuration.Assemblies/ChangeLog @@ -1,6 +1,19 @@ +2007-08-08 Atsushi Enomoto + + * AssemblyHash.cs : added 2.0 operator overloads. + +2006-10-31 Sebastien Pouliot + + * 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 - \ No newline at end of file +