2005-12-02 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / ChangeLog
1 2005-11-21  Raja R Harinath  <rharinath@novell.com>
2
3         * Makefile (net_2_0_bootstrap_SUBDIRS): Add PEAPI.
4         (net_1_1_java_SUBDIRS): New.  Don't use 'ifeq ($(PROFILE))' to
5         define SUBDIRS.
6
7 2005-11-15 Vlad Spivak <spivak@mainsoft.com>
8
9         * Makefile: define net_1_1_java profile subdirs
10
11 2005-10-06  Chris Lahey  <clahey@ximian.com>
12
13         * Makefile (SUBDIRS): Compile Mono Posix before Mono SqliteClient.
14
15 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
16
17         * Makefile: Added System.Configuration to the build.
18
19 2005-04-21  Raja R Harinath  <rharinath@novell.com>
20
21         * Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI.
22
23 2005-04-07  Raja R Harinath  <rharinath@novell.com>
24
25         * Makefile ($(basic_files:%=lib/basic/%)): Build the "basic"
26         profile if needed.  This is used when 'make dist' is invoked on a
27         clean tree.  Reported by Ben Maurer.
28
29 2005-01-24  Raja R Harinath  <rharinath@novell.com>
30
31         * Makefile (bootstrap_dirs): Add Mono.Security and System.Security
32         ahead of System.
33         (SUBDIRS): Move Mono.Security and System.Security ahead of System.
34
35 2005-01-13  Cesar Lopez Nataren  <cnataren@novell.com>
36
37         * Makefile (SUBDIRS): added Microsoft.JScript to the default build.
38
39 2005-01-04  Raja R Harinath  <rharinath@novell.com>
40
41         * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.
42
43 2004-12-26  Peter Bartok  <pbartok@novell.com>
44
45         * Makefile (SUBDIRS): Switched from System.Windows.Forms to
46           Managed.Windows.Forms to build with the managed implementation
47           by default.
48
49 2004-12-08  Martin Baulig  <martin@ximian.com>
50
51         * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
52         (the DLL it creates has already been renamed a long time ago).
53
54 2004-12-08  Raja R Harinath  <rharinath@novell.com>
55
56         * Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
57         Create the files in lib/monolite/.
58         (DISTFILES, dist-default, dist-local): Distribute them.
59
60 2004-12-06  Raja R Harinath  <rharinath@novell.com>
61
62         * Makefile (SUBDIRS): Move I18N after second-pass of System.
63
64 2004-12-03  Raja R Harinath  <rharinath@novell.com>
65
66         * Makefile (basic_SUBDIRS): Add second-pass System, too.
67         (basic_files): Add System.Xml.dll.
68
69 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * Makefile : now we need System.Xml.dll for basic bootstrapping.
72
73 2004-11-25  Raja R Harinath  <rharinath@novell.com>
74
75         * Makefile (DISTFILES): Add public and private keys.
76         (lib/basic.tar.gz): New.
77         (dist-local): Distribute it.
78         (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
79         * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
80         Assembly/AssemblyInfo.cs.
81         * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.
82
83 2004-11-22  Raja R Harinath  <rharinath@novell.com>
84
85         * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.
86
87 2004-11-19  Raja R Harinath  <rharinath@novell.com>
88
89         * Makefile (DIST_PROFILES): New.
90         (dist-local): Create profile-specific directories in the tarball.
91
92 2004-11-12  Martin Baulig  <martin@ximian.com>
93
94         * Makefile (SUBDIRS): Added Mono.C5.
95
96 2004-11-09  Raja R Harinath  <rharinath@novell.com>
97
98         * Makefile (basic_SUBDIRS): New.
99
100 2004-11-04  Raja R Harinath  <rharinath@novell.com>
101
102         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
103
104 2004-10-29  Raja R Harinath  <rharinath@novell.com>
105
106         * Makefile (net_2_0_bootstrap_SUBDIRS): New.
107
108 2004-10-22  Daniel Morgan <danielmorgan@verizon.net>
109
110         * Mono.Data/.cvsignore
111         * Mono.Data/AssemblyInfo.cs
112         * Mono.Data/Makefile
113         * Mono.Data/Mono.Data.dll.sources: added files 
114         for build of Mono.Data.dll   
115         This assembly includes the ProviderFactory
116
117         * Makefile: added Mono.Data.dll to the build
118         * Mono.Data/app.config: added providers and 
119         removed obsolete providers to app settings xml file
120         
121         * Mono.Data/test/Mono.Data.dll: delete
122
123 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
124
125         * Makefile : just remove System.Data.SqlXml.dll.
126
127 2004-10-11  Duncan Mak  <duncan@ximian.com>
128
129         * Makefile: Move Microsoft.VisualBasic.dll to be built after
130         System.Windows.Forms.dll is built, because VB now requires SWF. This
131         fixes the build.
132
133 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
134
135         * Makefile: added System.Data.SqlXml.dll as a working target.
136
137 2004-07-02  Raja R Harinath  <rharinath@novell.com>
138
139         * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
140         Simplify dummy rule somewhat.
141
142 2004-06-24  Raja R Harinath  <rharinath@novell.com>
143
144         * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
145
146 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
147
148         * Makefile: enabled Mono.CSharp.Debugger on windows.
149
150 2004-06-11  Duncan Mak  <duncan@ximian.com>
151
152         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
153         * Makefile: Add IBM.Data.DB2.
154
155 2004-05-07  Raja R Harinath  <rharinath@novell.com>
156
157         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
158         before anything else.  Remove duplicated Novell.Directory.Ldap.
159
160 2004-05-02  Duncan Mak  <duncan@ximian.com>
161
162         * I18N/Assembly/AssemblyInfo.cs:
163         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
164         * Mono.Cairo/Assembly/AssemblyInfo.cs:
165         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
166         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
167         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
168         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
169         AssemblyVersionAttribute ordering.
170
171 2004-05-02  Duncan Mak  <duncan@ximian.com>
172
173         * ByteFX.Data/AssemblyInfo.cs:
174         * Mono.GetOptions/AssemblyInfo.cs:
175         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
176         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
177
178 2004-04-22  Martin Baulig  <martin@ximian.com>
179
180         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
181
182 2004-03-31  Dick Porter  <dick@ximian.com>
183
184         * I18N/CJK/gb2312.table:
185         * I18N/CJK/Gb2312Convert.cs: 
186         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
187         algorithm as a base.  Fixes bug 53841.
188
189 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
190
191         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
192         * msfinal.pub: New. Microsoft public key to be used for strongnaming
193         assemblies.
194
195 2004-02-04  Marek Safar <marek.safar@seznam.cz>
196
197         * Makefile: Build System.dll in two steps. Because of the circular
198         dependency with System.XML.dll.
199
200 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
201
202         * Makefile: disabled Mono.Posix for other platforms than linux until
203         it builds properly.
204
205 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
206
207         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
208         now required for NTLM authentication.
209
210 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
211
212         * Makefile: Removed Mono.Security.Tls.
213
214         * Mono.Security.Tls: Removed directory, now TLS support is in
215         Mono.Security assembly.
216
217 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
218
219         * Makefile: Add Mono.Security.Tls assembly.
220
221 2003-08-11  Duncan Mak  <duncan@ximian.com>
222
223         * Makefile (SUBDIRS): Add Mono.Cairo.dll
224
225 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
226
227         * Makefile: only build Mono.CSharp.Debugger under linux.
228
229 2003-07-23  Peter Williams  <peter@newton.cx>
230
231         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
232         default build.
233
234 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
235
236         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
237
238 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
239
240         *
241         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
242
243 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
244
245         *
246         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
247         (InflaterInputStream.Skip): Use a more memory friendly implementation.
248
249 2003-04-17  Nick Drochak  <ndrochak@gol.com>
250
251         * library.make: Only try to run the unit tests if there is a Test
252         directory.
253
254 2003-04-11 Duncan Mak  <duncan@ximian.com>
255         
256         * Mono.Globalization/Data/*.xml: Check in XML files used in
257         the implementation of System.Globalization.
258
259 2003-03-31 Martin Willemoes Hansen
260
261         * Stubed System.Drawing.Design
262
263 2003-03-31  Alan Tam <Tam@SiuLung.com>
264
265         * makefile.gnu: Added System.Design to build
266
267 2003-03-31  Alan Tam <Tam@SiuLung.com>
268
269         * library.build: Added back System.Design to build
270
271 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
272
273         * Stubed Custommarshalers
274
275 2003-03-20  Piers Haken  <piersh@friskit.com>
276
277         * makefile.gnu: really fix the System.Management build problems
278
279 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
280
281         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
282         will have the runtime support and CodeDom support for the JScript Compiler.
283
284 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
285
286         * makefile.gnu: Add PEAPI to the build
287
288 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
289
290         * library.build: added Mono.Security to build, test and clean. 
291
292 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
293
294         * class/library.build:
295         * class/makefile.gnu: added Mono.Posix and System.Management.
296
297 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
298
299         * mcs/class: Add PEAPI directory
300
301 2003-02-22  Martin Baulig  <martin@ximian.com>
302
303         * library.make: Pass `MCS_FLAGS' to MCS.
304
305 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
306
307         * makefile.gnu (test): do not install .dbg files since mcs no longer
308         generates them.
309
310 2003-02-13  Tim Coleman <tim@timcoleman.com>
311         * makefile.gnu: Add System.Data.OracleClient to linux build.
312
313 2003-02-10  Nick Drochak  <ndrochak@gol.com>
314
315         * library.build:
316         * makefile: add testcorlib target to run unit tests just for corlib.
317
318 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
319
320         * library.build: added Mono.Security.Win32 to build, test and 
321         clean. There's no makefile.gnu for this assembly as it is 
322         specific to Win32.
323
324 2003-01-23  Nick Drochak <ndrochak@gol.com>
325
326         * makefile: install the .dbg files too so the debugger can use them.
327
328 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
329
330         * library.build: added System.Security to build, test and clean.
331         There's no makefile.gnu yet for this assembly.
332
333 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
334
335         * makefile.gnu: added Mono.Data.DB2Client directory.
336
337 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
338
339         * System.Web.Mobile  : Added new directory
340
341 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
342         
343         * enabled building Mono.Directory.LDAP and
344           System.Design in .build file
345
346 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
347         
348         * updated .build file(s) to correctly contain required buildfile 
349           attribute for nant
350
351 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
352
353         * library.build: add Mono.GetOptions to windows build
354         
355         * Mono.GetOptions/Mono.GetOptions.build: add file
356         for windows build
357
358 2002-12-08  Radek Doulik  <rodo@ximian.com>
359
360         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
361         Mono.GetOptions references System.Data
362
363 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
364
365         * library.build: Added Cscompmgd to the build
366
367 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
368
369         * mcs/class: Added assembly directory System.ServiceProcess
370
371 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
372
373         * makefile.gnu: add Mono.Data.PostgreSqlClient 
374         to Linux build
375         
376         * library.build: add Mono.Data.PostgreSqlClient
377         to Windows build
378
379 2002-11-20  Nick Drochak <ndrochak@gol.com>
380
381         * library.make: for .response allow white space at the end of
382         the line 
383