build System.Xml.Linq in the 2.0 profile
[mono.git] / mcs / class / ChangeLog
1 2008-02-11  Andrew Jorgensen  <ajorgensen@novell.com>
2
3         * Makefile: build System.Xml.Linq in the 2.0 profile
4
5 2007-12-19  Jb Evain  <jbevain@novell.com>
6
7         * Makefile: include MicrosoftAjaxLibrary/License.htm
8         in the dist.
9
10 2007-12-17  Jb Evain  <jbevain@novell.com>
11
12         * Makefile: build Mono.Cecil only in the default profile.
13
14 2007-12-08  Marek Habersack  <mhabersack@novell.com>
15
16         * Makefile (common_dirs): Mono.Data.Sqlite must be built before
17         System.Web.
18
19 2007-12-03  Marek Safar  <marek.safar@gmail.com>
20
21         * Makefile: Build 3.5 assemblies under NET_3_5 profile.
22         
23 2007-11-29  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * Makefile: added System.Xml.Linq.
26
27 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
28
29         * Makefile: In 2.0 System.EnterpriseServices.dll depends on
30           System.Transactions.dll.
31
32 2007-10-09  Atsushi Enomoto  <atsushi@ximian.com>
33
34         * Makefile: In 2.0 System.Design.dll has cyclic dep on
35           System.Drawing.Design.dll.
36
37 2007-09-11  Marek Habersack  <mhabersack@novell.com>
38
39         * Makefile (net_2_0_dirs): added the System.Web.Extensions.Design
40         directory.
41
42 2007-08-27  Jb Evain  <jbevain@novell.com>
43
44         * Makefile: integrate Mono.Cecil.Mdb in the build.
45
46 2007-08-11  Andreia Gaita  <avidigal@novell.com>
47
48         * Makefile: Ooops, Mono.Mozilla is being built out of
49         order, fixed :p
50
51 2007-08-11  Andreia Gaita  <avidigal@novell.com>
52
53         * Makefile: integrate Mono.Mozilla wrapper in the build.
54
55 2007-07-17  Jb Evain  <jbevain@novell.com>
56
57         * Makefile: integrate Cecil in the build.
58
59 2007-07-11  Jb Evain  <jbevain@novell.com>
60
61         * Makefile: work on the 2.1 profile.
62
63 2007-05-11  Raja R Harinath  <rharinath@novell.com>
64
65         * Makefile (DIST_PROFILE_DIRS, COMPAT_PROFILE_DIRS): Remove.
66         (dist-local): No need for additional actions.
67
68 2007-02-22  Marek Habersack  <grendello@gmail.com>
69
70         * Makefile: Added Mono.Data.Sqlite to build.
71
72 2007-02-05  Marek Safar  <marek.safar@gmail.com>
73
74         * Makefile: Add System.Core to build.
75
76 2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
77
78         * Makefile: there are configuration dependency things in sys.xml too.
79
80 2006-10-18  Marek Habersack  <grendello@gmail.com>
81
82         * Makefile: Change the order of assembly compilation to make it
83         possible to compile the global/local resources compiler.
84
85 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
86
87         * Makefile (BROKEN_SUBDIRS): Fix make dist.
88
89 2006-09-02  Jordi Mas <jordimash@gmail.com>
90
91         * msfinal3.pub: Microsoft public key to be used for strongnaming
92         WinFX assemblies.
93
94 2006-07-14  Raja R Harinath  <rharinath@novell.com>
95
96         * Makefile (net_2_0_dirs): Move System.Transactions ...
97         (common_dirs): ... here, before System.Data, which depends on it
98         in the net_2_0 profile.
99
100 2006-01-18  Chris Toshok  <toshok@ximian.com>
101
102         * Makefile (common_dirs): add System.Web again after
103         System.Web.Services.
104
105 2006-01-05  Raja R Harinath  <rharinath@novell.com>
106
107         * Makefile: Build FirebirdSql.Data.Firebird only in the "default"
108         profile.
109
110 2006-01-03  Chris Toshok  <toshok@ximian.com>
111
112         * Makefile (default_SUBDIRS): more futzing with ordering, thanks
113         to the complicated circular deps.  Build System.Configuration
114         after System.Security, and build System yet another time after
115         System.Configuration has been built.
116
117 2005-12-22  Raja R Harinath  <rharinath@novell.com>
118
119         * Makefile (default_SUBDIRS): Add Compat.ICSharpCode.SharpZipLib.
120         (COMPAT_PROFILE_DIRS): New.
121         (dist-local): Use it.
122         * compat/default, compat/net_2_0: New directories for holding
123         backwards-compatibility libraries.  These will not be used inside
124         the tree, but will be installed into the GAC.
125
126 2005-12-12  Atsushi Enomoto  <atsushi@ximian.com>
127
128         * Makefile : seems like net_2_0_ONLY_SUBDIRS must precede.
129
130 2005-12-12  Raja R Harinath  <rharinath@novell.com>
131
132         * Makefile (default_SUBDIRS): New.  Rename from SUBDIRS, and move
133         before including library.make.
134         (net_2_0_ONLY_SUBDIRS): New.
135         (DIST_ONLY_SUBDIRS): Add net_2_0_ONLY_SUBDIRS.
136
137 2005-09-30  Miguel de Icaza  <miguel@novell.com>
138
139         * Recompile the
140         FirebirdSql.Data.Common/Resources/isc_error_msg.resources with the
141         resgen so it produces 1.x resources not 2.x resources which are
142         unreadable in 1.x profile.
143
144         * FirebirdSql.Data.Firebird.dll.resources: Add the full name that
145         will be used, otherwise no resources work.
146
147         * FirebirdSql.Data.Common/Resources/isc_error_msg.txt: Fix newline.
148
149 2005-11-21  Raja R Harinath  <rharinath@novell.com>
150
151         * Makefile (net_2_0_bootstrap_SUBDIRS): Add PEAPI.
152         (net_1_1_java_SUBDIRS): New.  Don't use 'ifeq ($(PROFILE))' to
153         define SUBDIRS.
154
155 2005-11-15 Vlad Spivak <spivak@mainsoft.com>
156
157         * Makefile: define net_1_1_java profile subdirs
158
159 2005-10-06  Chris Lahey  <clahey@ximian.com>
160
161         * Makefile (SUBDIRS): Compile Mono Posix before Mono SqliteClient.
162
163 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
164
165         * Makefile: Added System.Configuration to the build.
166
167 2005-04-21  Raja R Harinath  <rharinath@novell.com>
168
169         * Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI.
170
171 2005-04-07  Raja R Harinath  <rharinath@novell.com>
172
173         * Makefile ($(basic_files:%=lib/basic/%)): Build the "basic"
174         profile if needed.  This is used when 'make dist' is invoked on a
175         clean tree.  Reported by Ben Maurer.
176
177 2005-01-24  Raja R Harinath  <rharinath@novell.com>
178
179         * Makefile (bootstrap_dirs): Add Mono.Security and System.Security
180         ahead of System.
181         (SUBDIRS): Move Mono.Security and System.Security ahead of System.
182
183 2005-01-13  Cesar Lopez Nataren  <cnataren@novell.com>
184
185         * Makefile (SUBDIRS): added Microsoft.JScript to the default build.
186
187 2005-01-04  Raja R Harinath  <rharinath@novell.com>
188
189         * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.
190
191 2004-12-26  Peter Bartok  <pbartok@novell.com>
192
193         * Makefile (SUBDIRS): Switched from System.Windows.Forms to
194           Managed.Windows.Forms to build with the managed implementation
195           by default.
196
197 2004-12-08  Martin Baulig  <martin@ximian.com>
198
199         * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
200         (the DLL it creates has already been renamed a long time ago).
201
202 2004-12-08  Raja R Harinath  <rharinath@novell.com>
203
204         * Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
205         Create the files in lib/monolite/.
206         (DISTFILES, dist-default, dist-local): Distribute them.
207
208 2004-12-06  Raja R Harinath  <rharinath@novell.com>
209
210         * Makefile (SUBDIRS): Move I18N after second-pass of System.
211
212 2004-12-03  Raja R Harinath  <rharinath@novell.com>
213
214         * Makefile (basic_SUBDIRS): Add second-pass System, too.
215         (basic_files): Add System.Xml.dll.
216
217 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
218
219         * Makefile : now we need System.Xml.dll for basic bootstrapping.
220
221 2004-11-25  Raja R Harinath  <rharinath@novell.com>
222
223         * Makefile (DISTFILES): Add public and private keys.
224         (lib/basic.tar.gz): New.
225         (dist-local): Distribute it.
226         (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
227         * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
228         Assembly/AssemblyInfo.cs.
229         * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.
230
231 2004-11-22  Raja R Harinath  <rharinath@novell.com>
232
233         * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.
234
235 2004-11-19  Raja R Harinath  <rharinath@novell.com>
236
237         * Makefile (DIST_PROFILES): New.
238         (dist-local): Create profile-specific directories in the tarball.
239
240 2004-11-12  Martin Baulig  <martin@ximian.com>
241
242         * Makefile (SUBDIRS): Added Mono.C5.
243
244 2004-11-09  Raja R Harinath  <rharinath@novell.com>
245
246         * Makefile (basic_SUBDIRS): New.
247
248 2004-11-04  Raja R Harinath  <rharinath@novell.com>
249
250         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
251
252 2004-10-29  Raja R Harinath  <rharinath@novell.com>
253
254         * Makefile (net_2_0_bootstrap_SUBDIRS): New.
255
256 2004-10-22  Daniel Morgan <danielmorgan@verizon.net>
257
258         * Mono.Data/.cvsignore
259         * Mono.Data/AssemblyInfo.cs
260         * Mono.Data/Makefile
261         * Mono.Data/Mono.Data.dll.sources: added files 
262         for build of Mono.Data.dll   
263         This assembly includes the ProviderFactory
264
265         * Makefile: added Mono.Data.dll to the build
266         * Mono.Data/app.config: added providers and 
267         removed obsolete providers to app settings xml file
268         
269         * Mono.Data/test/Mono.Data.dll: delete
270
271 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
272
273         * Makefile : just remove System.Data.SqlXml.dll.
274
275 2004-10-11  Duncan Mak  <duncan@ximian.com>
276
277         * Makefile: Move Microsoft.VisualBasic.dll to be built after
278         System.Windows.Forms.dll is built, because VB now requires SWF. This
279         fixes the build.
280
281 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
282
283         * Makefile: added System.Data.SqlXml.dll as a working target.
284
285 2004-07-02  Raja R Harinath  <rharinath@novell.com>
286
287         * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
288         Simplify dummy rule somewhat.
289
290 2004-06-24  Raja R Harinath  <rharinath@novell.com>
291
292         * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
293
294 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
295
296         * Makefile: enabled Mono.CSharp.Debugger on windows.
297
298 2004-06-11  Duncan Mak  <duncan@ximian.com>
299
300         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
301         * Makefile: Add IBM.Data.DB2.
302
303 2004-05-07  Raja R Harinath  <rharinath@novell.com>
304
305         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
306         before anything else.  Remove duplicated Novell.Directory.Ldap.
307
308 2004-05-02  Duncan Mak  <duncan@ximian.com>
309
310         * I18N/Assembly/AssemblyInfo.cs:
311         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
312         * Mono.Cairo/Assembly/AssemblyInfo.cs:
313         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
314         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
315         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
316         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
317         AssemblyVersionAttribute ordering.
318
319 2004-05-02  Duncan Mak  <duncan@ximian.com>
320
321         * ByteFX.Data/AssemblyInfo.cs:
322         * Mono.GetOptions/AssemblyInfo.cs:
323         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
324         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
325
326 2004-04-22  Martin Baulig  <martin@ximian.com>
327
328         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
329
330 2004-03-31  Dick Porter  <dick@ximian.com>
331
332         * I18N/CJK/gb2312.table:
333         * I18N/CJK/Gb2312Convert.cs: 
334         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
335         algorithm as a base.  Fixes bug 53841.
336
337 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
338
339         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
340         * msfinal.pub: New. Microsoft public key to be used for strongnaming
341         assemblies.
342
343 2004-02-04  Marek Safar <marek.safar@seznam.cz>
344
345         * Makefile: Build System.dll in two steps. Because of the circular
346         dependency with System.XML.dll.
347
348 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
349
350         * Makefile: disabled Mono.Posix for other platforms than linux until
351         it builds properly.
352
353 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
354
355         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
356         now required for NTLM authentication.
357
358 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
359
360         * Makefile: Removed Mono.Security.Tls.
361
362         * Mono.Security.Tls: Removed directory, now TLS support is in
363         Mono.Security assembly.
364
365 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
366
367         * Makefile: Add Mono.Security.Tls assembly.
368
369 2003-08-11  Duncan Mak  <duncan@ximian.com>
370
371         * Makefile (SUBDIRS): Add Mono.Cairo.dll
372
373 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
374
375         * Makefile: only build Mono.CSharp.Debugger under linux.
376
377 2003-07-23  Peter Williams  <peter@newton.cx>
378
379         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
380         default build.
381
382 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
383
384         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
385
386 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
387
388         *
389         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
390
391 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
392
393         *
394         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
395         (InflaterInputStream.Skip): Use a more memory friendly implementation.
396
397 2003-04-17  Nick Drochak  <ndrochak@gol.com>
398
399         * library.make: Only try to run the unit tests if there is a Test
400         directory.
401
402 2003-04-11 Duncan Mak  <duncan@ximian.com>
403         
404         * Mono.Globalization/Data/*.xml: Check in XML files used in
405         the implementation of System.Globalization.
406
407 2003-03-31 Martin Willemoes Hansen
408
409         * Stubed System.Drawing.Design
410
411 2003-03-31  Alan Tam <Tam@SiuLung.com>
412
413         * makefile.gnu: Added System.Design to build
414
415 2003-03-31  Alan Tam <Tam@SiuLung.com>
416
417         * library.build: Added back System.Design to build
418
419 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
420
421         * Stubed Custommarshalers
422
423 2003-03-20  Piers Haken  <piersh@friskit.com>
424
425         * makefile.gnu: really fix the System.Management build problems
426
427 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
428
429         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
430         will have the runtime support and CodeDom support for the JScript Compiler.
431
432 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
433
434         * makefile.gnu: Add PEAPI to the build
435
436 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
437
438         * library.build: added Mono.Security to build, test and clean. 
439
440 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
441
442         * class/library.build:
443         * class/makefile.gnu: added Mono.Posix and System.Management.
444
445 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
446
447         * mcs/class: Add PEAPI directory
448
449 2003-02-22  Martin Baulig  <martin@ximian.com>
450
451         * library.make: Pass `MCS_FLAGS' to MCS.
452
453 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
454
455         * makefile.gnu (test): do not install .dbg files since mcs no longer
456         generates them.
457
458 2003-02-13  Tim Coleman <tim@timcoleman.com>
459         * makefile.gnu: Add System.Data.OracleClient to linux build.
460
461 2003-02-10  Nick Drochak  <ndrochak@gol.com>
462
463         * library.build:
464         * makefile: add testcorlib target to run unit tests just for corlib.
465
466 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
467
468         * library.build: added Mono.Security.Win32 to build, test and 
469         clean. There's no makefile.gnu for this assembly as it is 
470         specific to Win32.
471
472 2003-01-23  Nick Drochak <ndrochak@gol.com>
473
474         * makefile: install the .dbg files too so the debugger can use them.
475
476 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
477
478         * library.build: added System.Security to build, test and clean.
479         There's no makefile.gnu yet for this assembly.
480
481 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
482
483         * makefile.gnu: added Mono.Data.DB2Client directory.
484
485 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
486
487         * System.Web.Mobile  : Added new directory
488
489 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
490         
491         * enabled building Mono.Directory.LDAP and
492           System.Design in .build file
493
494 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
495         
496         * updated .build file(s) to correctly contain required buildfile 
497           attribute for nant
498
499 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
500
501         * library.build: add Mono.GetOptions to windows build
502         
503         * Mono.GetOptions/Mono.GetOptions.build: add file
504         for windows build
505
506 2002-12-08  Radek Doulik  <rodo@ximian.com>
507
508         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
509         Mono.GetOptions references System.Data
510
511 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
512
513         * library.build: Added Cscompmgd to the build
514
515 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
516
517         * mcs/class: Added assembly directory System.ServiceProcess
518
519 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
520
521         * makefile.gnu: add Mono.Data.PostgreSqlClient 
522         to Linux build
523         
524         * library.build: add Mono.Data.PostgreSqlClient
525         to Windows build
526
527 2002-11-20  Nick Drochak <ndrochak@gol.com>
528
529         * library.make: for .response allow white space at the end of
530         the line 
531