**** Merged from MCS ****
[mono-project.git] / mcs / tools / mono-rpm-helpers / ChangeLog
blob62229ef09ac74b9d98910a3886a19970218a902d
1 2004-09-02  Duncan Mak  <duncan@ximian.com>
3         * mono-find-provides/mono-find-provides.cs (PrintProvides): Fix
4         the handling of 2.0 mscorlib.
6 2004-08-10  Duncan Mak  <duncan@ximian.com>
8         * mono-find-requires/mono-find-requires.cs (PrintRequires): Since
9         assembly versions are not changing with releases, use "=" instead
10         of ">=" to ensure that 2.0 packages will not be picked over 1.0 packages.
12 2004-08-04  Duncan Mak  <duncan@ximian.com>
14         * mono-find-provides/mono-find-provides.cs: Add a hack to work
15         around the issue with a 2.0 corlib.
17 2004-06-01  Todd Berman  <tberman@sevenl.net>
19         * all: move stuff around so that it builds properly.
20         build system cant handle building two exes from one directory.
22 2004-05-27  Duncan Mak  <duncan@ximian.com>
24         * mono-find-provides.cs 
25         * mono-find-requires.cs: Added. These are
26         helper tools to help RPM packaging.