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