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