@@ -45,5 +45,7 @@ using System.Runtime.InteropServices;
[assembly: AllowPartiallyTrustedCallers]
[assembly: ComVisible(false)]
+#if ! BOOTSTRAP_WITH_OLDLIB
[assembly: AssemblyDelaySign(true)]
[assembly: AssemblyKeyFile("../ecma.pub")]
+#endif
@@ -1,3 +1,8 @@
+2004-05-07 Raja R Harinath <[email protected]>
+
+ * AssemblyInfo.cs (AssemblyDelaySign, AssemblyKeyFile): Disable
+ for BOOTSTRAP_WITH_OLDLIB. Mono 0.31 runtime crashes with them.
2004-05-03 Lluis Sanchez Gual <[email protected]>
* Consts.cs: Added consts for NET_2_0.