2007-08-11 Jb Evain * AssemblyInfo.cs: add agclr as a friend assembly 2007-08-11 Jb Evain * AssemblyInfo.cs: add System.SilverLight as a friend assembly 2005-08-06 Gert Driesen * AssemblyInfo.cs: Fixed AssemblyDescription to match MS.NET. 2005-02-18 Raja R Harinath * AssemblyInfo.cs [BOOTSTRAP_WITH_OLDLIB]: Disable SecurityPermission. 2005-01-24 Sebastien Pouliot * AssemblyInfo.cs: Add SkipVerification to assembly RequestMinimum security permissions. 2004-11-25 Raja R Harinath * Consts.cs (UnmanageType_80) [BOOTSTRAP_WITH_OLDLIB]: Update to changed name of bootstrap-only constant. 2004-09-08 Miguel de Icaza * Locale.cs: Added overload that calls String.Format. 2004-06-22 Raja R Harinath Refine previous change to work with mcs 0.31. * Consts.cs (UnmanagedType_80): While bootstrapping, refer to new internal bootstrap-only define in UnmanagedType. 2004-06-18 Raja R Harinath * Consts.cs (UnmanagedType_80): New constant. Used to workaround problems like in tests/test-272.cs. 2004-06-03 Raja R Harinath * AssemblyInfo.cs: Don't sign if BOOTSTRAP_WITH_OLDLIB. 2004-05-29 Jackson Harper * AssemblyInfo.cs: Sign corlib for net_2_0 now too. 2004-05-26 Jordi Mas * AssemblyInfo.cs: fixes CS1024: Preprocessor directive expected when compling with csc 2004-05-07 Raja R Harinath * AssemblyInfo.cs (AssemblyDelaySign, AssemblyKeyFile): Disable with BOOTSTRAP_WITH_OLDLIB. Mono 0.31 runtime crashes on this. 2004-05-03 Lluis Sanches Gual * Consts.cs: Added. 2004-04-29 Jackson Harper * AssemblyInfo.cs: Set version number correctly for the bootstrap corlib. For some reason setting key files does not work with gmcs and the bootstrap corlib. 2004-04-29 Jackson Harper * AssemblyInfo.cs: Add 2.0 version attributes. 2004-02-22 Andreas Nahr * AssemblyInfo.cs: Added missing attribute, commented excess attributes, prepared signkey attributes 2004-02-04 Marek Safar * AssemblyInfo.cs: corlib now has CLSCompliant attribute. 2003-11-12 Jackson Harper * AssemblyInfo.cs: Change assembly name to mscorlib 2003-08-06 Andreas Nahr * Locale.cs: Added 2003-07-17 Andreas Nahr * AssemblyInfo.cs: Added * ChangeLog: Added