X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fgacutil%2FChangeLog;h=0b789694b072dbcbe0d5f058e7cec4fe56bf26c1;hb=4eb352bcb3ef7a71dc9ab62c5cd2d5e7598619f7;hp=7edd90db88caabd1e1d1f4f1ba2b6d5ebe2e4262;hpb=0e3361865d53648229b8700c8d76e6af93f1e062;p=mono.git diff --git a/mcs/tools/gacutil/ChangeLog b/mcs/tools/gacutil/ChangeLog index 7edd90db88c..0b789694b07 100644 --- a/mcs/tools/gacutil/ChangeLog +++ b/mcs/tools/gacutil/ChangeLog @@ -1,3 +1,24 @@ +2006-07-24 Alp Toker + + * driver.cs: Minor typo fixes in comments and informational output. + +2006-04-12 Miguel de Icaza + + * 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 + + * driver.cs: Do not match every item with a blank string. Fixes + #76563 + +2005-09-10 Miguel de Icaza + + * driver.cs: Only symlink if the file that we are symlking to + exists. This fixes all the stale symlinks on $prefix/mono/1.0/ + to config files that do not exist. + 2005-09-05 Miguel de Icaza * driver.cs (Uninstall): Add workaround, Directory.GetFiles does