3cd28367820cdf0f427904fd873ae01abed7784e
[mono.git] / mcs / class / ChangeLog
1 2004-06-11  Duncan Mak  <duncan@ximian.com>
2
3         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
4         * Makefile: Add IBM.Data.DB2.
5
6 2004-05-07  Raja R Harinath  <rharinath@novell.com>
7
8         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
9         before anything else.  Remove duplicated Novell.Directory.Ldap.
10
11 2004-05-02  Duncan Mak  <duncan@ximian.com>
12
13         * I18N/Assembly/AssemblyInfo.cs:
14         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
15         * Mono.Cairo/Assembly/AssemblyInfo.cs:
16         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
17         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
18         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
19         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
20         AssemblyVersionAttribute ordering.
21
22 2004-05-02  Duncan Mak  <duncan@ximian.com>
23
24         * ByteFX.Data/AssemblyInfo.cs:
25         * Mono.GetOptions/AssemblyInfo.cs:
26         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
27         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
28
29 2004-04-22  Martin Baulig  <martin@ximian.com>
30
31         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
32
33 2004-03-31  Dick Porter  <dick@ximian.com>
34
35         * I18N/CJK/gb2312.table:
36         * I18N/CJK/Gb2312Convert.cs: 
37         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
38         algorithm as a base.  Fixes bug 53841.
39
40 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
41
42         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
43         * msfinal.pub: New. Microsoft public key to be used for strongnaming
44         assemblies.
45
46 2004-02-04  Marek Safar <marek.safar@seznam.cz>
47
48         * Makefile: Build System.dll in two steps. Because of the circular
49         dependency with System.XML.dll.
50
51 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
52
53         * Makefile: disabled Mono.Posix for other platforms than linux until
54         it builds properly.
55
56 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
57
58         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
59         now required for NTLM authentication.
60
61 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
62
63         * Makefile: Removed Mono.Security.Tls.
64
65         * Mono.Security.Tls: Removed directory, now TLS support is in
66         Mono.Security assembly.
67
68 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
69
70         * Makefile: Add Mono.Security.Tls assembly.
71
72 2003-08-11  Duncan Mak  <duncan@ximian.com>
73
74         * Makefile (SUBDIRS): Add Mono.Cairo.dll
75
76 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
77
78         * Makefile: only build Mono.CSharp.Debugger under linux.
79
80 2003-07-23  Peter Williams  <peter@newton.cx>
81
82         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
83         default build.
84
85 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
86
87         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
88
89 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
90
91         *
92         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
93
94 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
95
96         *
97         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
98         (InflaterInputStream.Skip): Use a more memory friendly implementation.
99
100 2003-04-17  Nick Drochak  <ndrochak@gol.com>
101
102         * library.make: Only try to run the unit tests if there is a Test
103         directory.
104
105 2003-04-11 Duncan Mak  <duncan@ximian.com>
106         
107         * Mono.Globalization/Data/*.xml: Check in XML files used in
108         the implementation of System.Globalization.
109
110 2003-03-31 Martin Willemoes Hansen
111
112         * Stubed System.Drawing.Design
113
114 2003-03-31  Alan Tam <Tam@SiuLung.com>
115
116         * makefile.gnu: Added System.Design to build
117
118 2003-03-31  Alan Tam <Tam@SiuLung.com>
119
120         * library.build: Added back System.Design to build
121
122 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
123
124         * Stubed Custommarshalers
125
126 2003-03-20  Piers Haken  <piersh@friskit.com>
127
128         * makefile.gnu: really fix the System.Management build problems
129
130 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
131
132         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
133         will have the runtime support and CodeDom support for the JScript Compiler.
134
135 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
136
137         * makefile.gnu: Add PEAPI to the build
138
139 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
140
141         * library.build: added Mono.Security to build, test and clean. 
142
143 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
144
145         * class/library.build:
146         * class/makefile.gnu: added Mono.Posix and System.Management.
147
148 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
149
150         * mcs/class: Add PEAPI directory
151
152 2003-02-22  Martin Baulig  <martin@ximian.com>
153
154         * library.make: Pass `MCS_FLAGS' to MCS.
155
156 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
157
158         * makefile.gnu (test): do not install .dbg files since mcs no longer
159         generates them.
160
161 2003-02-13  Tim Coleman <tim@timcoleman.com>
162         * makefile.gnu: Add System.Data.OracleClient to linux build.
163
164 2003-02-10  Nick Drochak  <ndrochak@gol.com>
165
166         * library.build:
167         * makefile: add testcorlib target to run unit tests just for corlib.
168
169 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
170
171         * library.build: added Mono.Security.Win32 to build, test and 
172         clean. There's no makefile.gnu for this assembly as it is 
173         specific to Win32.
174
175 2003-01-23  Nick Drochak <ndrochak@gol.com>
176
177         * makefile: install the .dbg files too so the debugger can use them.
178
179 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
180
181         * library.build: added System.Security to build, test and clean.
182         There's no makefile.gnu yet for this assembly.
183
184 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
185
186         * makefile.gnu: added Mono.Data.DB2Client directory.
187
188 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
189
190         * System.Web.Mobile  : Added new directory
191
192 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
193         
194         * enabled building Mono.Directory.LDAP and
195           System.Design in .build file
196
197 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
198         
199         * updated .build file(s) to correctly contain required buildfile 
200           attribute for nant
201
202 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
203
204         * library.build: add Mono.GetOptions to windows build
205         
206         * Mono.GetOptions/Mono.GetOptions.build: add file
207         for windows build
208
209 2002-12-08  Radek Doulik  <rodo@ximian.com>
210
211         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
212         Mono.GetOptions references System.Data
213
214 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
215
216         * library.build: Added Cscompmgd to the build
217
218 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
219
220         * mcs/class: Added assembly directory System.ServiceProcess
221
222 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
223
224         * makefile.gnu: add Mono.Data.PostgreSqlClient 
225         to Linux build
226         
227         * library.build: add Mono.Data.PostgreSqlClient
228         to Windows build
229
230 2002-11-20  Nick Drochak <ndrochak@gol.com>
231
232         * library.make: for .response allow white space at the end of
233         the line 
234