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