X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fgacutil%2FChangeLog;h=9569951709b940ffc99e65ba4afa26ceeed6e911;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=cd255ab40aa9710c8c52ef5c0ba80a1e12d5a2f8;hpb=159fe0d6a6d1afc911fffec0dcc511c9975d3950;p=mono.git diff --git a/mcs/tools/gacutil/ChangeLog b/mcs/tools/gacutil/ChangeLog index cd255ab40aa..9569951709b 100644 --- a/mcs/tools/gacutil/ChangeLog +++ b/mcs/tools/gacutil/ChangeLog @@ -1,3 +1,33 @@ +2008-08-28 Zoltan Varga + + * Makefile (PROGRAM): Always install gacutil into the appropriate profile + dir. + +2008-04-09 Sebastien Pouliot + + * 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 + + * 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 + + * 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 + + * driver.cs : temporarily disable r98206 strongname check + until the build gets fixed. Thu Mar 13 22:33:36 CET 2008 Paolo Molaro