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