[Mono-bugs] [Bug 69721][Wis] Changed - [PATCH] Add /key switch to ilasm

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Dec 2004 16:24:20 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69721

--- shadow/69721	2004-12-07 16:21:37.000000000 -0500
+++ shadow/69721.tmp.17398	2004-12-07 16:24:20.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: nazgul@omega.pl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Add /key switch to ilasm
+Summary: [PATCH] Add /key switch to ilasm
 
 Description of Problem:
 It would be good to have /key switch in ilasm (just like the MS.NET ilasm
 tool) to be able to sign assemblies generated from IL.
 It would allow us to fully reassemble Nemerle dlls from 1.1 to 2.0 runtime
 versions without even loosing keyfile information.
@@ -65,6 +65,9 @@
 
 
 ------- Additional Comments From sebastien@ximian.com  2004-12-07 16:21 -------
 Created an attachment (id=13429)
 peapi.dll patch
 
+
+------- Additional Comments From sebastien@ximian.com  2004-12-07 16:24 -------
+Ready for review / testing.