2003-11-16 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / tools / gacutil / ChangeLog
1 2003-11-16  Sebastien Pouliot  <spouliot@videotron.ca>
2
3         * gacutil.cs: Added strongname validation
4         * Makefile: Added a reference to Mono.Security assembly.
5
6 2003-11-16  Todd Berman  <tberman@gentoo.org>
7
8         * gacutil.cs: /il functionality
9         * gacutil.cs: /ul functionality
10         * TODO: updated
11         * gacutil.cs: help text added.
12
13 2003-11-15  Todd Berman  <tberman@gentoo.org>
14         
15         * gacutil.cs: Added reference counting for installation and deletion.
16         An assembly will have a RefCount of 1 if --force is used.
17         * gacutil.cs: Changed ... + Path.DirSepChar + ... to Path.Combine
18         Thanks to Ben Maurer. Turns out code marked as potentially not
19         needed was not needed, now refcounting with /u assemblyname works
20         as well.
21         * gacutil.cs: Incorporated uac (User Assembly Cache), needs some
22         machine.config security checking as well.
23
24 2003-11-14  Todd Berman  <tberman@gentoo.org>
25
26         * gacutil.cs: added proper removal of assemblies, now the version=
27         syntax also works.
28         * gacutil.exe: somehow got added, removing, duh.
29
30 2003-11-12  Todd Berman  <tberman@gentoo.org>
31
32         * Makefile:
33         * TODO:
34         * README:
35         * ChangeLog: 
36         * gacutil.exe.sources:
37         * gacutil.cs: Added