[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / gacutil / ChangeLog
index cd255ab40aa9710c8c52ef5c0ba80a1e12d5a2f8..9569951709b940ffc99e65ba4afa26ceeed6e911 100644 (file)
@@ -1,3 +1,33 @@
+2008-08-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile (PROGRAM): Always install gacutil into the appropriate profile
+       dir.
+
+2008-04-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * gacutil.exe.sources: Use the StrongNameManager.cs file from sn
+       (located in ../security/).
+       * StrongNameManager.cs: Removed. Two copies (sn and corlib) are 
+       already enough.
+
+2008-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * driver.cs: Use Mono.Security.StrongNameManager to perform strongname
+       verification. This reduces verbosity of install action and fixes bug
+        #376238.
+       * gacutil.exe.sources: Added StrongNameManager.cs.
+       * StrongNameManager.cs: Copied from Mono.Security in corlib. 
+
+2008-03-14  Paolo Molaro <lupus@ximian.com>
+
+       * driver.cs: added a bootstrap option to ignore sn failures for now
+       when bootstrapping a build. The option name will periodically change
+       so no one else can use it.
+
+2008-03-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * driver.cs : temporarily disable r98206 strongname check
+         until the build gets fixed.
 
 Thu Mar 13 22:33:36 CET 2008 Paolo Molaro <lupus@ximian.com>