2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / build / common / ChangeLog
1 2009-06-15  Miguel de Icaza  <miguel@novell.com>
2
3         * MonoTODOAttribute.cs: Thin diet, no point in having virtual
4         methods and overrides that do the same thing.
5
6 2009-06-10  Marek Safar  <marek.safar@gmail.com>
7
8         * Consts.cs.in: Add AssemblySystemCore_3_5.
9
10 2009-06-04  Marek Safar  <marek.safar@gmail.com>
11
12         * Consts.cs.in: Add NET_4_0 constants.
13
14 2008-11-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
15
16         * Consts.cs.in: Update Silverlight's FxFileVersion to final
17           version number of Silverlight 2.
18
19 2008-08-20  Jb Evain  <jbevain@novell.com>
20
21         * Consts.cs.in: add NET_3_0 case for wcf.
22
23 2008-07-24  Gert Driesen  <drieseng@users.sourceforge.net>
24
25         * Consts.cs.in; Update FxFileVersion and VsFileVersion for 2.0 SP1.
26
27 2008-04-13  Jb Evain  <jbevain@novell.com>
28
29         * Consts.cs.in: update the 2.1 profile versions.
30         Merged from the Moonlight 2 branch.
31
32 2008-04-09  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
33
34         * Consts.cs.in: Add common strings for assembly attributes
35
36 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
37
38         * Consts.cs.in: Add corlib assembly name.
39
40 2007-12-04  Marek Safar  <marek.safar@gmail.com>
41
42         * Consts.cs.in: Update 3.5 to RTM version number.
43         
44 2007-08-20  Marek Safar  <marek.safar@gmail.com>
45
46         * Consts.cs.in: Add NET_3_5 constants.
47         
48 2007-06-12  Marek Safar  <marek.safar@gmail.com>
49
50         * Consts.cs.in: Add NET_2_1 constants.
51         
52 2007-06-01  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * MonoTODOAttribute.cs : fixed regression that those derived todo
55           attribute types are not reported in the class status pages.
56
57 2006-12-14  Eyal Alaluf <eyala@mainsoft.com>
58
59         * MonoTODOAttribute.cs: Add MonoDocumentationNoteAttribute,
60           MonoExtensionAttribute, MonoInternalNoteAttribute,
61           MonoLimitationAttribute and MonoNotSupportedAttribute. These
62           attribute will be used to describe the status of the Mono APIs.
63
64 2006-09-06  Kornél Pál  <kornelpal@gmail.com>
65
66         * Makefile: Removed TestConfiguration.cs.
67
68 2006-06-07  Kornél Pál  <kornelpal@gmail.com>
69
70         * Consts.cs.in: Removed RuntimeVersion as it should be the same as
71           FxFileVersion. Use FxFileVersion for Environment.Version.
72
73 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
74
75         * Consts.cs.in: Removed obsolete using System.Runtime.InteropServices.
76
77 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
78
79         * Consts.cs.in: Added FxFileVersion for use in assemblies instead of
80           RuntimeVersion.
81
82 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
83
84         * Consts.cs.in: Added VsFileVersion that is used by assemblies.
85
86 2005-11-03  Kornél Pál  <kornelpal@hotmail.com>
87
88         * Consts.cs.in: Added RuntimeVersion numbers for 1.0 and 1.1 as well.
89
90 2005-10-28  Sebastien Pouliot  <sebastien@ximian.com>
91
92         * Consts.cs.in: Added RuntimeVersion as most 2.0 assemblies will 
93         require it (for AssemblyFileVersion).
94
95 2005-09-21  Kornél Pál  <kornelpal@hotmail.com>
96
97         * Consts.cs.in: Removed UnmanagedType_80 that was required because mcs bug
98           #75945 was not discovered.
99
100 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
101
102         * Consts.cs.in: Use Microsoft.VisualStudio.Web only in profile NET_2_0 as
103           the assembly does not exists in older versions. Fixed to use VsVersion.
104
105 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
106
107         * ChangeLog: Added.
108         * Consts.cs: Renamed to Consts.cs.in.
109         * Consts.cs.in: Added MonoVersion.