2009-12-09 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / mono-shlib-cop / ChangeLog
blobe9587d5831c9e9028f075eafff59abcfe6c691a0
1 2008-10-16  Jonathan Pryor  <jpryor@novell.com>
3         * mono-shlib-cop.cs: Migrate from Mono.GetOptions to Mono.Options.
4         * mono-shlib-cop.exe.sources: Include Mono.Options source.
6 2007-05-14  Wade Berrier  <wberrier@novell.com>
8         * mono-shlib-cop.exe.config: Remove "does-not-exist" dllmap
9         (Was complicating packaging on ia64: There is no libc.so.6 on
10         ia64, only libc.so.6.1)
12 2007-04-09  Raja R Harinath  <rharinath@novell.com>
14         * Makefile (cleanup): Use '-f' to silence 'rm'.
16 2006-09-20  Zoltan Varga  <vargaz@gmail.com>
18         * Makefile (EXTRA_DISTFILES): Add test.cs to fix test-profiles.
20 2006-09-14  Jonathan Pryor  <jonpryor@vt.edu>
22         * Makefile: Modify test to build `test.dll' and use that as an input
23           assembly to mono-shlib-cop.exe, and not mono-shlib-cop.exe itself.  This
24           permits mono-shlib-cop.exe to be "clean", as it doesn't need to have
25           deliberate errors inserted into it for use by the unit test.
26         * mono-shlib-cop.cs: Remove methods used for unit test.
27         * mono-shlib-cop.exe.config: Add <dllmap/> entry for libglib-2.0, so that
28           `mono-shlib-cop mono-shlib-cop.exe` doesn't return any errors/warnings.
29           This is requested by meebey@#mono, so that mono-shlib-cop doesn't itself
30           require development libraries to execute (complicating the packaging
31           process on debian).
32         * mono-shlib-cop.exe.out: Removed; not used anymore.
33         * test.cs: Added; test input file for mono-shlib-cop.
34         * test.dll.out: Added; expected output for `mono-shlib-cop test.dll`.
36 2005-09-07  Jonathan Pryor  <jonpryor@vt.edu>
38         * mono-shlib-cop.cs: Use Assembly.LoadWithPartialName instead of
39           Assembly.Load(AssemblyName) for loading -r: assemblies, since this
40           actually works (though it's also deprecated in .NET 2.0, with no
41           replacement).  If the first LoadWithPartialName fails, try again after
42           removing any .dll extension (since the .dll isn't part of the assembly
43           name, but I often specify it anyway).
45 2005-09-07  Jonathan Pryor  <jonpryor@vt.edu>
47         * mono-shlib-cop.cs: Patch from John Luke to fix use of Path.Combine (don't
48           want to use an `/'-prefixed path as the 2nd parameter) and improve XML
49           node selection.
51 2005-07-18  Jonathan Pryor  <jonpryor@vt.edu>
53         * mono-shlib-cop.exe.config: .config file to help with testing.
54         * mono-shlib-cop.exe.out: Output generated from 
55           `mono mono-shlib-cop.exe mono-shlib-cop.exe`
56         * Makefile: Add support for regression tests.
58 2005-07-14  Jonathan Pryor  <jonpryor@vt.edu>
60         * mono-shlib-cop.cs: Use RuntimeEnvironment.SystemConfigurationFile to find
61           $sysconfigdir/etc/mono/config, since $sysconfigdir might not be under 
62           $prefix (the case for RPMs: $sysconfigdir=/etc, $prefix=/usr).
63           Fixes 75287.
65 2005-06-06  Jonathan Pryor  <jonpryor@vt.edu>
67         * mono-shlib-cop.cs: Use better default prefix handling (don't always assume
68           `/' is the prefix, instead base the choice off runtime information).
70 2005-06-06  Jonathan Pryor  <jonpryor@vt.edu>
72         * mono-shlib-cop.cs: Rename Report to AssemblyCheckInfo.  Add -p
73           command-line option to specify mono prefixes to search for.
74           Store $prefix/etc/mono/config and ASSEMBLY.config XmlDocuments in 
75           AssemblyCheckInfo, and use AssemblyCheckInfo to search for <dllmap> 
76           entries.  This allows us to cache XmlDocuments across AppDomains (since
77           AssemblyCheckInfo is a MarshalByRefObject), and should cut down on file
78           I/O (since we don't re-read the .config for every member of every type).
80 2005-06-03  Jonathan Pryor  <jonpryor@vt.edu>
82         * mono-shlib-cop.cs: Add MessageInfo, MessageCollection, & Report classes to
83           support message merging.  Remove AssemblyCheckResults; AssemblyChecker
84           uses Report directly to add messages.  Add .config file parsing support.
85         * README: flush.
87 2005-05-31  Jonathan Pryor  <jonpryor@vt.edu>
89         * Makefile: Added
90         * README: Added
91         * ChangeLog: Added
92         * mono-shlib-cop.exe.sources: Added
93         * mono-shlib-cop.cs: Added
95 # vim: noexpandtab