New test.
[mono.git] / mcs / build / common / ChangeLog
1 2006-09-06  Kornél Pál  <kornelpal@gmail.com>
2
3         * Makefile: Removed TestConfiguration.cs.
4
5 2006-06-07  Kornél Pál  <kornelpal@gmail.com>
6
7         * Consts.cs.in: Removed RuntimeVersion as it should be the same as
8           FxFileVersion. Use FxFileVersion for Environment.Version.
9
10 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
11
12         * Consts.cs.in: Removed obsolete using System.Runtime.InteropServices.
13
14 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
15
16         * Consts.cs.in: Added FxFileVersion for use in assemblies instead of
17           RuntimeVersion.
18
19 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
20
21         * Consts.cs.in: Added VsFileVersion that is used by assemblies.
22
23 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
24
25         * Consts.cs.in: Added RuntimeVersion numbers for 1.0 and 1.1 as well.
26
27 2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * Consts.cs.in: Added RuntimeVersion as most 2.0 assemblies will 
30         require it (for AssemblyFileVersion).
31
32 2005-09-21  Kornél Pál  <kornelpal@hotmail.com>
33
34         * Consts.cs.in: Removed UnmanagedType_80 that was required because mcs bug
35           #75945 was not discovered.
36
37 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
38
39         * Consts.cs.in: Use Microsoft.VisualStudio.Web only in profile NET_2_0 as
40           the assembly does not exists in older versions. Fixed to use VsVersion.
41
42 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
43
44         * ChangeLog: Added.
45         * Consts.cs: Renamed to Consts.cs.in.
46         * Consts.cs.in: Added MonoVersion.