X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FAssembly%2FChangeLog;h=48b977fbf369c7617d3908555a6ae82de91aab34;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=720793b9aff78e2e54a08b018e27ea5b680da5eb;hpb=0bd8f7442d1e75f945a7bc6f86276e76e9a355bb;p=mono.git diff --git a/mcs/class/System/Assembly/ChangeLog b/mcs/class/System/Assembly/ChangeLog index 720793b9aff..48b977fbf36 100644 --- a/mcs/class/System/Assembly/ChangeLog +++ b/mcs/class/System/Assembly/ChangeLog @@ -1,3 +1,93 @@ +2010-07-05 Rolf Bjarne Kvinge + + * AssemblyInfo.cs: Re-remove [StringFreezing], [DefaultDependency] and + [InternalsVisibleTo] from NET_2_1 builds. + +2009-11-30 Sebastien Pouliot + + * AssemblyInfo.cs: Remove [StringFreezing] and [DefaultDependency] + from NET_2_1 builds + +2009-11-03 Sebastien Pouliot + + * AssemblyInfo.cs: Open up the internals to System.Net.dll (which + needs Uri.IsDefaultPort) for NET_2_1 and remove it for + System.ComponentModel.DataAnnotations (again for NET_2_1) + +2009-09-20 Sebastien Pouliot + + * AssemblyInfo.cs: Remove ComCompatibleVersion and + AllowPartiallyTrustedCallers for NET_2_1 + +2009-06-23 Marek Habersack + + * AssemblyInfo.cs: added InternalsVisibleTo for + System.ComponentModel.DataAnnotations (needs + ReflectionPropertyDescriptor) + +2009-04-23 Sebastien Pouliot + + * AssemblyInfo.cs: Remove InternalsVisibleTo on Mono.Moonlight + since it does not exists anymore + +2008-05-07 Sebastien Pouliot + + * AssemblyInfo.cs: Change InternalsVisibleTo on Mono.Moonlight to + a key we control. + +2008-04-15 Andreas Nahr + + * AssemblyInfo.cs: Added missing Attributes + +2008-04-13 Jb Evain + + * AssemblyInfo.cs: rename agmono to Mono.Moonlight + as a friend assembly for the 2.1 profile. + Merged from the Moonlight 2 branch. + +2007-08-11 Jb Evain + + * AssemblyInfo.cs: add agmono as a friend assembly + +2005-10-17 Sebastien Pouliot + + * Assembly.cs: Add a RequestMinimum security permission for + SkipVerification. + +2005-04-04 Gonzalo Paniagua Javier + + * Consts.cs: added constants for Mono.Http.dll + +2004-09-21 Raja R Harinath + + * AssemblyInfo.cs (AssemblyVersion): Define to 2.0.x when + BOOTSTRAP_NET_2_0 is defined. + +2004-05-07 Raja R Harinath + + * AssemblyInfo.cs (AssemblyDelaySign, AssemblyKeyFile): Disable + for BOOTSTRAP_WITH_OLDLIB. Mono 0.31 runtime crashes with them. + +2004-05-03 Lluis Sanchez Gual + + * Consts.cs: Added consts for NET_2_0. + +2004-05-03 Lluis Sanchez Gual + + * Consts.cs: Added consts for Mono.Posix and Mono.Security. + +2003-11-12 Andreas Nahr + + * AssemblyInfo.cs: Added missing attribute + +2003-07-18 Andreas Nahr + + * Locale.cs: Added + +2003-07-17 Andreas Nahr + + * Consts.cs: Added + 2003-07-13 Andreas Nahr * AssemblyInfo.cs: Added additional .Net 1.1 attributes @@ -9,4 +99,4 @@ 2003-07-10 Andreas Nahr * AssemblyInfo.cs: Added - * ChangeLog: Added \ No newline at end of file + * ChangeLog: Added