merge back ml2 into trunk
[mono.git] / mcs / build / common / ChangeLog
1 2008-04-13  Jb Evain  <jbevain@novell.com>
2
3         * Consts.cs.in: update the 2.1 profile versions.
4         Merged from the Moonlight 2 branch.
5
6 2008-04-09  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
7
8         * Consts.cs.in: Add common strings for assembly attributes
9
10 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * Consts.cs.in: Add corlib assembly name.
13
14 2007-12-04  Marek Safar  <marek.safar@gmail.com>
15
16         * Consts.cs.in: Update 3.5 to RTM version number.
17         
18 2007-08-20  Marek Safar  <marek.safar@gmail.com>
19
20         * Consts.cs.in: Add NET_3_5 constants.
21         
22 2007-06-12  Marek Safar  <marek.safar@gmail.com>
23
24         * Consts.cs.in: Add NET_2_1 constants.
25         
26 2007-06-01  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * MonoTODOAttribute.cs : fixed regression that those derived todo
29           attribute types are not reported in the class status pages.
30
31 2006-12-14  Eyal Alaluf <eyala@mainsoft.com>
32
33         * MonoTODOAttribute.cs: Add MonoDocumentationNoteAttribute,
34           MonoExtensionAttribute, MonoInternalNoteAttribute,
35           MonoLimitationAttribute and MonoNotSupportedAttribute. These
36           attribute will be used to describe the status of the Mono APIs.
37
38 2006-09-06  Kornél Pál  <kornelpal@gmail.com>
39
40         * Makefile: Removed TestConfiguration.cs.
41
42 2006-06-07  Kornél Pál  <kornelpal@gmail.com>
43
44         * Consts.cs.in: Removed RuntimeVersion as it should be the same as
45           FxFileVersion. Use FxFileVersion for Environment.Version.
46
47 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
48
49         * Consts.cs.in: Removed obsolete using System.Runtime.InteropServices.
50
51 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
52
53         * Consts.cs.in: Added FxFileVersion for use in assemblies instead of
54           RuntimeVersion.
55
56 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
57
58         * Consts.cs.in: Added VsFileVersion that is used by assemblies.
59
60 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
61
62         * Consts.cs.in: Added RuntimeVersion numbers for 1.0 and 1.1 as well.
63
64 2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
65
66         * Consts.cs.in: Added RuntimeVersion as most 2.0 assemblies will 
67         require it (for AssemblyFileVersion).
68
69 2005-09-21  Kornél Pál  <kornelpal@hotmail.com>
70
71         * Consts.cs.in: Removed UnmanagedType_80 that was required because mcs bug
72           #75945 was not discovered.
73
74 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
75
76         * Consts.cs.in: Use Microsoft.VisualStudio.Web only in profile NET_2_0 as
77           the assembly does not exists in older versions. Fixed to use VsVersion.
78
79 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
80
81         * ChangeLog: Added.
82         * Consts.cs: Renamed to Consts.cs.in.
83         * Consts.cs.in: Added MonoVersion.