[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / gacutil / ChangeLog
index c44d9ab6020909c95de41c4a83f52db17471a00e..9569951709b940ffc99e65ba4afa26ceeed6e911 100644 (file)
@@ -1,3 +1,75 @@
+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>
+
+       * driver.cs: run sn on the assembly to ensure it is strongly named.
+
+2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * driver.cs: Ignore the /nologo option instead of considering it to
+       be part of the assembly (file) name. Modified Uninstall to take ref
+       arguments for number of uninstalled assemblies and number of failures,
+       and bool for indicating whether it's being executed in list mode.
+       Depending on the command, report the number of assemblies that were
+       processed, uninstalled, installed and the number of failures. Updated
+       failure messages for install command to include path of assembly that
+       is being installed. In Uninstall, only increment failure count for a
+       no-match condition and only process first match when executing in list
+       mode. In InstallFromList and UninstallFromList, skip lines containing
+       only whitespace characters. In non-list mode, the uninstall command
+       reports success if there are no matches for the specified assembly
+       name. In list-mode, the uninstall command reports an error if there's
+       no match for at least one of the specified assembly names. The version
+       number of the assembly - that you want to uninstall or for which you
+       want a list of assemblies that are in the GAC - can be partial and
+       will then match the version numbers starting with that text. Removed
+       unused CombinePatchs method.
+       
+
+2007-01-21  Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+
+       * driver.cs: accept absolute *nix paths for library names without
+       getting them confused with options
+
+2006-07-24  Alp Toker  <alp@atoker.com>
+
+       * driver.cs: Minor typo fixes in comments and informational output.
+
+2006-04-12  Miguel de Icaza  <miguel@novell.com>
+
+       * driver.cs: Delete the target file before copying over, this will
+       ensure that if some running application is using the assembly or
+       any of its datafiles, it does not get corrupted by an install. 
+
 2005-10-26  Geoff Norton  <gnorton@customerdna.com>
 
        * driver.cs: Do not match every item with a blank string.  Fixes