use the version from configure.in
[mono.git] / mcs / ilasm / ChangeLog
index 1ea6e3b504af54e7be59f830fda87eef1265bb13..a88b2359215a218c2f0a1c67c4db9e9236531ce6 100644 (file)
@@ -1,3 +1,40 @@
+2005-05-12  Ankit Jain  <ankit@corewars.org>
+
+       * Makefile (LOCAL_MCS_FLAGS): Use the in-tree PEAPI.dll as its public
+       interface has changed a bit, so avoid clash with older installed
+       dll.
+
+2005-04-21  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (PROGRAM): Make profile-specific.
+
+2004-12-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Driver.cs: Added support for /key option to strongname assemblies
+       produced by ilasm. Fix bug #69721.
+       * Makefile: Added dependency on Mono.Security.dll assembly to provide
+       strongnaming support.
+
+2004-12-02  Miguel de Icaza  <miguel@ximian.com>
+
+       * CodeGen.cs: Correctly compute the name of a nested class,
+       currently it was ignoring anything above level 1.
+
+2004-07-27  Jackson Harper  <jackson@ximian.com>
+
+       * Driver.cs: Make debug switch compatible with MS's add debug to
+       the usage.
+
+2004-07-27  Martin Baulig  <martin@ximian.com>
+
+       Added debugging support to ilasm :-)
+
+       * Makefile: Depend on Mono.CSharp.Debugger.dll (this is only
+       exposed in DebuggingInfo.cs, so we can easily change that).
+
+       * Driver.cs: Added --debug command line argument to create
+       debugging info; this'll create a .mdb symbol file.
+
 2004-06-26  Jackson Harper  <jackson@ximian.com>
 
        * Report.cs: Fix quiet.