2009-09-02 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / ChangeLog
1 2009-09-02  Jb Evain  <jbevain@novell.com>
2
3         * Makefile: include System.Json in monotouch.
4
5 2009-08-13  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * Makefile: add System.Json to net_4_0 profile.
8
9 2009-07-20  Jb Evain  <jbevain@novell.com>
10
11         * Makefile: set monotouch_SUBDIRS to the net_2_1 assemblies set.
12
13
14 2009-07-18  Michael Barker  <mike@middlesoft.co.uk>
15
16         * Makefile:  Mono.Messaging.RabbitMQ back into all assemblies.
17
18 2009-07-17  Zoltan Varga  <vargaz@gmail.com>
19
20         * Makefile: Applied patch from Marcus Griep <marcus@griep.us>.
21         Move Mono.C5 to net_2_0_dirs.
22
23 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
24
25         * Makefile (common_dirs): Add SystemWebTestShim.
26
27 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
28
29         * Makefile (net_1_1_dirs): Move Mono.Cecil ...
30         (common_dirs): ... here.
31
32 2009-07-02  Marek Safar  <marek.safar@gmail.com>
33
34         * Makefile: Add System.Dynamic.
35
36 2009-06-29  Marek Safar  <marek.safar@gmail.com>
37
38         * Makefile: Add Microsoft.CSharp.
39
40 2009-04-07  Miguel de Icaza  <miguel@novell.com>
41
42         * Mono.Tasklets/Mono.Tasklets/Continuation.cs: Fix the signature
43         for store.
44
45 2009-04-25  Jonathan Chambers  <joncham@gmail.com>
46         * Makefile: Add Microsoft.Build.* to 3.5 profile.
47
48 Mon Apr 6 14:37:32 CEST 2009 Paolo Molaro <lupus@ximian.com>
49
50         * Makefile, Mono.Tasklets: managed part of continuation support.
51
52 2009-03-27  Raja R Harinath  <harinath@hurrynot.org>
53
54         * Makefile (net_2_0_dirs): Build System.Runtime.Serialization
55         before System.Data.Linq.
56
57 2009-01-22  Marek Habersack  <mhabersack@novell.com>
58
59         * Makefile (net_2_0_dirs): added System.Web - it now depends on
60         System.Core, so it needs to be recompiled one more time after
61         System.Core is done.
62
63 2008-12-08  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * Makefile : revert previous one and retry before I revert everything.
66
67 2008-12-08  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * Makefile : actually RabbitMQ.Client is under wrong build practice :(
70
71 2008-12-08  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * Makefile : add new sys.messaging implementation.
74
75 2008-11-20  Jb Evain  <jbevain@novell.com>
76
77         * Makefile: add System.Xml.Linq to the net_2_1 build.
78
79 2008-11-05  Marek Habersack  <mhabersack@novell.com>
80
81         * Makefile (net_2_0_dirs): Npgsql requires .NET 2.0+ now.
82
83 2008-10-21  Atsushi Enomoto  <atsushi@ximian.com>
84
85         * Malefile: ... and Sys.ComponentModel.DataAnnotations.dll.
86
87 2008-10-21  Atsushi Enomoto  <atsushi@ximian.com>
88
89         * Malefile: added Sys.Web.DynamicData to the build.
90
91 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
92
93         * I18N/Makefile: Add doc-update target support.
94
95 2008-10-13  Jonathan Pryor  <jpryor@novell.com>
96
97         * Makefile (net_2_0_dirs): Add Mono.Options.
98
99 2008-10-09  Atsushi Enomoto  <atsushi@ximian.com>
100
101         * Makefile: add System.Web.Abstractions and System.Web.Routing.
102
103 2008-10-07  Atsushi Enomoto  <atsushi@ximian.com>
104
105         * Makefile : changed some net_2_0_dirs orders; Sys.Web.Extensions
106           will depend on Sys.Data.Linq (LinqDataSource).
107
108 2008-10-07  Zoltan Varga  <vargaz@gmail.com>
109
110         * Makefile (net_2_0_dirs): Add Mono.Simd.
111
112 2008-09-30  Marek Habersack  <mhabersack@novell.com>
113
114         * Makefile (net_2_0_dirs): added System.Web.Extensions_1.0 and
115         System.Web.Extensions.Design_1.0
116         (net_3_5_dirs): removed System.Web.Extensions, the 3.5 version is
117         now built in the 2.0 profile.
118
119 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
120
121         * Makefile (net_2_0_dirs): Add Mono.Management.
122
123 2008-09-23  Marek Safar  <marek.safar@gmail.com>
124
125         * Makefile: Build Mono.CompilerServices.SymbolWriter before it's
126         used.
127
128 2008-09-23  Jb Evain  <jbevain@novell.com>
129
130         * Makefile: compile the SymbolWriter during net_2_1_raw.
131
132 2008-09-12  Jb Evain  <jbevain@novell.com>
133
134         * Makefile: add System.ServiceModel.Web to the net_2_1_raw build.
135
136 2008-09-12  Jb Evain  <jbevain@novell.com>
137
138         * Makefile: add System.ServiceModel to the net_2_1_raw build.
139
140 2008-09-09  Jb Evain  <jbevain@novell.com>
141
142         * Makefile: build System.Runtime.Serialization
143         during the net_2_1_raw profile.
144
145 2008-08-21  Jb Evain  <jbevain@novell.com>
146
147         * Makefile: add wcf and cardspace to the build.
148
149 2008-07-31  Jb Evain  <jbevain@novell.com>
150
151         * Makefile: update net_2_1_bootstrap_SUBDIRS to only build
152         corlib and System.
153 2008-05-22  Andreia Gaita <avidigal@novell.com> 
154
155         * Makefile, Mono.Mozilla, Mono.WebBrowser: Long overdue rename of
156           Mono.Mozilla to Mono.WebBrowser. step 1 - directory moving
157
158 2008-05-14  Atsushi Enomoto  <atsushi@ximian.com>
159
160         * Makefile : moved System.Data.DataSetExtensions.dll from net_3_5
161           island to centum net_2_0 subdirs.
162
163 2008-05-10  Sebastien Pouliot  <sebastien@ximian.com>
164
165         * Makefile: Include silverlight.pub in dist so monobuild goes on...
166
167 2008-04-14  Raja R Harinath  <harinath@hurrynot.org>
168
169         * Makefile (DIST_ONLY_SUBDIRS): Remove.
170         (MONO_WEB, MONO_POSIX, MONO_SYMWRITER): Remove.  Inline definitions.
171
172 2008-04-13  Jb Evain  <jbevain@novell.com>
173
174         * Makefile: update the 2.1 assemblies.
175         Merged from the Moonlight 2 branch.
176
177 2008-03-04  Marek Safar  <marek.safar@gmail.com>
178
179         * Makefile: Added System.Data.Linq
180         
181 2008-03-03  Marek Habersack  <mhabersack@novell.com>
182
183         * Makefile: Move Mono.Web back to the common section.
184
185 2008-03-03  Marek Safar  <marek.safar@gmail.com>
186
187         * Makefile: Moved Mono.Web to 2.0 section.
188
189 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
190
191         * Makefile (net_3_5_dirs): Remove System.Xml.Linq, now that it's
192         built in the 2.0 profile.
193
194 2008-02-11  Andrew Jorgensen  <ajorgensen@novell.com>
195
196         * Makefile: build System.Xml.Linq in the 2.0 profile
197
198 2007-12-19  Jb Evain  <jbevain@novell.com>
199
200         * Makefile: include MicrosoftAjaxLibrary/License.htm
201         in the dist.
202
203 2007-12-17  Jb Evain  <jbevain@novell.com>
204
205         * Makefile: build Mono.Cecil only in the default profile.
206
207 2007-12-08  Marek Habersack  <mhabersack@novell.com>
208
209         * Makefile (common_dirs): Mono.Data.Sqlite must be built before
210         System.Web.
211
212 2007-12-03  Marek Safar  <marek.safar@gmail.com>
213
214         * Makefile: Build 3.5 assemblies under NET_3_5 profile.
215         
216 2007-11-29  Atsushi Enomoto  <atsushi@ximian.com>
217
218         * Makefile: added System.Xml.Linq.
219
220 2007-11-13  Atsushi Enomoto  <atsushi@ximian.com>
221
222         * Makefile: In 2.0 System.EnterpriseServices.dll depends on
223           System.Transactions.dll.
224
225 2007-10-09  Atsushi Enomoto  <atsushi@ximian.com>
226
227         * Makefile: In 2.0 System.Design.dll has cyclic dep on
228           System.Drawing.Design.dll.
229
230 2007-09-11  Marek Habersack  <mhabersack@novell.com>
231
232         * Makefile (net_2_0_dirs): added the System.Web.Extensions.Design
233         directory.
234
235 2007-08-27  Jb Evain  <jbevain@novell.com>
236
237         * Makefile: integrate Mono.Cecil.Mdb in the build.
238
239 2007-08-11  Andreia Gaita  <avidigal@novell.com>
240
241         * Makefile: Ooops, Mono.Mozilla is being built out of
242         order, fixed :p
243
244 2007-08-11  Andreia Gaita  <avidigal@novell.com>
245
246         * Makefile: integrate Mono.Mozilla wrapper in the build.
247
248 2007-07-17  Jb Evain  <jbevain@novell.com>
249
250         * Makefile: integrate Cecil in the build.
251
252 2007-07-11  Jb Evain  <jbevain@novell.com>
253
254         * Makefile: work on the 2.1 profile.
255
256 2007-05-11  Raja R Harinath  <rharinath@novell.com>
257
258         * Makefile (DIST_PROFILE_DIRS, COMPAT_PROFILE_DIRS): Remove.
259         (dist-local): No need for additional actions.
260
261 2007-02-22  Marek Habersack  <grendello@gmail.com>
262
263         * Makefile: Added Mono.Data.Sqlite to build.
264
265 2007-02-05  Marek Safar  <marek.safar@gmail.com>
266
267         * Makefile: Add System.Core to build.
268
269 2007-01-19  Atsushi Enomoto  <atsushi@ximian.com>
270
271         * Makefile: there are configuration dependency things in sys.xml too.
272
273 2006-10-18  Marek Habersack  <grendello@gmail.com>
274
275         * Makefile: Change the order of assembly compilation to make it
276         possible to compile the global/local resources compiler.
277
278 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
279
280         * Makefile (BROKEN_SUBDIRS): Fix make dist.
281
282 2006-09-02  Jordi Mas <jordimash@gmail.com>
283
284         * msfinal3.pub: Microsoft public key to be used for strongnaming
285         WinFX assemblies.
286
287 2006-07-14  Raja R Harinath  <rharinath@novell.com>
288
289         * Makefile (net_2_0_dirs): Move System.Transactions ...
290         (common_dirs): ... here, before System.Data, which depends on it
291         in the net_2_0 profile.
292
293 2006-01-18  Chris Toshok  <toshok@ximian.com>
294
295         * Makefile (common_dirs): add System.Web again after
296         System.Web.Services.
297
298 2006-01-05  Raja R Harinath  <rharinath@novell.com>
299
300         * Makefile: Build FirebirdSql.Data.Firebird only in the "default"
301         profile.
302
303 2006-01-03  Chris Toshok  <toshok@ximian.com>
304
305         * Makefile (default_SUBDIRS): more futzing with ordering, thanks
306         to the complicated circular deps.  Build System.Configuration
307         after System.Security, and build System yet another time after
308         System.Configuration has been built.
309
310 2005-12-22  Raja R Harinath  <rharinath@novell.com>
311
312         * Makefile (default_SUBDIRS): Add Compat.ICSharpCode.SharpZipLib.
313         (COMPAT_PROFILE_DIRS): New.
314         (dist-local): Use it.
315         * compat/default, compat/net_2_0: New directories for holding
316         backwards-compatibility libraries.  These will not be used inside
317         the tree, but will be installed into the GAC.
318
319 2005-12-12  Atsushi Enomoto  <atsushi@ximian.com>
320
321         * Makefile : seems like net_2_0_ONLY_SUBDIRS must precede.
322
323 2005-12-12  Raja R Harinath  <rharinath@novell.com>
324
325         * Makefile (default_SUBDIRS): New.  Rename from SUBDIRS, and move
326         before including library.make.
327         (net_2_0_ONLY_SUBDIRS): New.
328         (DIST_ONLY_SUBDIRS): Add net_2_0_ONLY_SUBDIRS.
329
330 2005-09-30  Miguel de Icaza  <miguel@novell.com>
331
332         * Recompile the
333         FirebirdSql.Data.Common/Resources/isc_error_msg.resources with the
334         resgen so it produces 1.x resources not 2.x resources which are
335         unreadable in 1.x profile.
336
337         * FirebirdSql.Data.Firebird.dll.resources: Add the full name that
338         will be used, otherwise no resources work.
339
340         * FirebirdSql.Data.Common/Resources/isc_error_msg.txt: Fix newline.
341
342 2005-11-21  Raja R Harinath  <rharinath@novell.com>
343
344         * Makefile (net_2_0_bootstrap_SUBDIRS): Add PEAPI.
345         (net_1_1_java_SUBDIRS): New.  Don't use 'ifeq ($(PROFILE))' to
346         define SUBDIRS.
347
348 2005-11-15 Vlad Spivak <spivak@mainsoft.com>
349
350         * Makefile: define net_1_1_java profile subdirs
351
352 2005-10-06  Chris Lahey  <clahey@ximian.com>
353
354         * Makefile (SUBDIRS): Compile Mono Posix before Mono SqliteClient.
355
356 2005-06-14  Lluis Sanchez Gual <lluis@novell.com>
357
358         * Makefile: Added System.Configuration to the build.
359
360 2005-04-21  Raja R Harinath  <rharinath@novell.com>
361
362         * Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI.
363
364 2005-04-07  Raja R Harinath  <rharinath@novell.com>
365
366         * Makefile ($(basic_files:%=lib/basic/%)): Build the "basic"
367         profile if needed.  This is used when 'make dist' is invoked on a
368         clean tree.  Reported by Ben Maurer.
369
370 2005-01-24  Raja R Harinath  <rharinath@novell.com>
371
372         * Makefile (bootstrap_dirs): Add Mono.Security and System.Security
373         ahead of System.
374         (SUBDIRS): Move Mono.Security and System.Security ahead of System.
375
376 2005-01-13  Cesar Lopez Nataren  <cnataren@novell.com>
377
378         * Makefile (SUBDIRS): added Microsoft.JScript to the default build.
379
380 2005-01-04  Raja R Harinath  <rharinath@novell.com>
381
382         * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.
383
384 2004-12-26  Peter Bartok  <pbartok@novell.com>
385
386         * Makefile (SUBDIRS): Switched from System.Windows.Forms to
387           Managed.Windows.Forms to build with the managed implementation
388           by default.
389
390 2004-12-08  Martin Baulig  <martin@ximian.com>
391
392         * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
393         (the DLL it creates has already been renamed a long time ago).
394
395 2004-12-08  Raja R Harinath  <rharinath@novell.com>
396
397         * Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
398         Create the files in lib/monolite/.
399         (DISTFILES, dist-default, dist-local): Distribute them.
400
401 2004-12-06  Raja R Harinath  <rharinath@novell.com>
402
403         * Makefile (SUBDIRS): Move I18N after second-pass of System.
404
405 2004-12-03  Raja R Harinath  <rharinath@novell.com>
406
407         * Makefile (basic_SUBDIRS): Add second-pass System, too.
408         (basic_files): Add System.Xml.dll.
409
410 2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
411
412         * Makefile : now we need System.Xml.dll for basic bootstrapping.
413
414 2004-11-25  Raja R Harinath  <rharinath@novell.com>
415
416         * Makefile (DISTFILES): Add public and private keys.
417         (lib/basic.tar.gz): New.
418         (dist-local): Distribute it.
419         (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
420         * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
421         Assembly/AssemblyInfo.cs.
422         * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.
423
424 2004-11-22  Raja R Harinath  <rharinath@novell.com>
425
426         * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.
427
428 2004-11-19  Raja R Harinath  <rharinath@novell.com>
429
430         * Makefile (DIST_PROFILES): New.
431         (dist-local): Create profile-specific directories in the tarball.
432
433 2004-11-12  Martin Baulig  <martin@ximian.com>
434
435         * Makefile (SUBDIRS): Added Mono.C5.
436
437 2004-11-09  Raja R Harinath  <rharinath@novell.com>
438
439         * Makefile (basic_SUBDIRS): New.
440
441 2004-11-04  Raja R Harinath  <rharinath@novell.com>
442
443         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
444
445 2004-10-29  Raja R Harinath  <rharinath@novell.com>
446
447         * Makefile (net_2_0_bootstrap_SUBDIRS): New.
448
449 2004-10-22  Daniel Morgan <danielmorgan@verizon.net>
450
451         * Mono.Data/.cvsignore
452         * Mono.Data/AssemblyInfo.cs
453         * Mono.Data/Makefile
454         * Mono.Data/Mono.Data.dll.sources: added files 
455         for build of Mono.Data.dll   
456         This assembly includes the ProviderFactory
457
458         * Makefile: added Mono.Data.dll to the build
459         * Mono.Data/app.config: added providers and 
460         removed obsolete providers to app settings xml file
461         
462         * Mono.Data/test/Mono.Data.dll: delete
463
464 2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>
465
466         * Makefile : just remove System.Data.SqlXml.dll.
467
468 2004-10-11  Duncan Mak  <duncan@ximian.com>
469
470         * Makefile: Move Microsoft.VisualBasic.dll to be built after
471         System.Windows.Forms.dll is built, because VB now requires SWF. This
472         fixes the build.
473
474 2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>
475
476         * Makefile: added System.Data.SqlXml.dll as a working target.
477
478 2004-07-02  Raja R Harinath  <rharinath@novell.com>
479
480         * IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
481         Simplify dummy rule somewhat.
482
483 2004-06-24  Raja R Harinath  <rharinath@novell.com>
484
485         * IBM.Data.DB2/Makefile: Disable for 'net_2_0'.
486
487 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
488
489         * Makefile: enabled Mono.CSharp.Debugger on windows.
490
491 2004-06-11  Duncan Mak  <duncan@ximian.com>
492
493         * IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
494         * Makefile: Add IBM.Data.DB2.
495
496 2004-05-07  Raja R Harinath  <rharinath@novell.com>
497
498         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
499         before anything else.  Remove duplicated Novell.Directory.Ldap.
500
501 2004-05-02  Duncan Mak  <duncan@ximian.com>
502
503         * I18N/Assembly/AssemblyInfo.cs:
504         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
505         * Mono.Cairo/Assembly/AssemblyInfo.cs:
506         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
507         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
508         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
509         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
510         AssemblyVersionAttribute ordering.
511
512 2004-05-02  Duncan Mak  <duncan@ximian.com>
513
514         * ByteFX.Data/AssemblyInfo.cs:
515         * Mono.GetOptions/AssemblyInfo.cs:
516         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
517         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
518
519 2004-04-22  Martin Baulig  <martin@ximian.com>
520
521         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
522
523 2004-03-31  Dick Porter  <dick@ximian.com>
524
525         * I18N/CJK/gb2312.table:
526         * I18N/CJK/Gb2312Convert.cs: 
527         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
528         algorithm as a base.  Fixes bug 53841.
529
530 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
531
532         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
533         * msfinal.pub: New. Microsoft public key to be used for strongnaming
534         assemblies.
535
536 2004-02-04  Marek Safar <marek.safar@seznam.cz>
537
538         * Makefile: Build System.dll in two steps. Because of the circular
539         dependency with System.XML.dll.
540
541 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
542
543         * Makefile: disabled Mono.Posix for other platforms than linux until
544         it builds properly.
545
546 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
547
548         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
549         now required for NTLM authentication.
550
551 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
552
553         * Makefile: Removed Mono.Security.Tls.
554
555         * Mono.Security.Tls: Removed directory, now TLS support is in
556         Mono.Security assembly.
557
558 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
559
560         * Makefile: Add Mono.Security.Tls assembly.
561
562 2003-08-11  Duncan Mak  <duncan@ximian.com>
563
564         * Makefile (SUBDIRS): Add Mono.Cairo.dll
565
566 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
567
568         * Makefile: only build Mono.CSharp.Debugger under linux.
569
570 2003-07-23  Peter Williams  <peter@newton.cx>
571
572         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
573         default build.
574
575 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
576
577         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
578
579 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
580
581         *
582         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
583
584 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
585
586         *
587         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
588         (InflaterInputStream.Skip): Use a more memory friendly implementation.
589
590 2003-04-17  Nick Drochak  <ndrochak@gol.com>
591
592         * library.make: Only try to run the unit tests if there is a Test
593         directory.
594
595 2003-04-11 Duncan Mak  <duncan@ximian.com>
596         
597         * Mono.Globalization/Data/*.xml: Check in XML files used in
598         the implementation of System.Globalization.
599
600 2003-03-31 Martin Willemoes Hansen
601
602         * Stubed System.Drawing.Design
603
604 2003-03-31  Alan Tam <Tam@SiuLung.com>
605
606         * makefile.gnu: Added System.Design to build
607
608 2003-03-31  Alan Tam <Tam@SiuLung.com>
609
610         * library.build: Added back System.Design to build
611
612 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
613
614         * Stubed Custommarshalers
615
616 2003-03-20  Piers Haken  <piersh@friskit.com>
617
618         * makefile.gnu: really fix the System.Management build problems
619
620 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
621
622         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
623         will have the runtime support and CodeDom support for the JScript Compiler.
624
625 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
626
627         * makefile.gnu: Add PEAPI to the build
628
629 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
630
631         * library.build: added Mono.Security to build, test and clean. 
632
633 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
634
635         * class/library.build:
636         * class/makefile.gnu: added Mono.Posix and System.Management.
637
638 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
639
640         * mcs/class: Add PEAPI directory
641
642 2003-02-22  Martin Baulig  <martin@ximian.com>
643
644         * library.make: Pass `MCS_FLAGS' to MCS.
645
646 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
647
648         * makefile.gnu (test): do not install .dbg files since mcs no longer
649         generates them.
650
651 2003-02-13  Tim Coleman <tim@timcoleman.com>
652         * makefile.gnu: Add System.Data.OracleClient to linux build.
653
654 2003-02-10  Nick Drochak  <ndrochak@gol.com>
655
656         * library.build:
657         * makefile: add testcorlib target to run unit tests just for corlib.
658
659 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
660
661         * library.build: added Mono.Security.Win32 to build, test and 
662         clean. There's no makefile.gnu for this assembly as it is 
663         specific to Win32.
664
665 2003-01-23  Nick Drochak <ndrochak@gol.com>
666
667         * makefile: install the .dbg files too so the debugger can use them.
668
669 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
670
671         * library.build: added System.Security to build, test and clean.
672         There's no makefile.gnu yet for this assembly.
673
674 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
675
676         * makefile.gnu: added Mono.Data.DB2Client directory.
677
678 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
679
680         * System.Web.Mobile  : Added new directory
681
682 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
683         
684         * enabled building Mono.Directory.LDAP and
685           System.Design in .build file
686
687 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
688         
689         * updated .build file(s) to correctly contain required buildfile 
690           attribute for nant
691
692 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
693
694         * library.build: add Mono.GetOptions to windows build
695         
696         * Mono.GetOptions/Mono.GetOptions.build: add file
697         for windows build
698
699 2002-12-08  Radek Doulik  <rodo@ximian.com>
700
701         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
702         Mono.GetOptions references System.Data
703
704 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
705
706         * library.build: Added Cscompmgd to the build
707
708 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
709
710         * mcs/class: Added assembly directory System.ServiceProcess
711
712 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
713
714         * makefile.gnu: add Mono.Data.PostgreSqlClient 
715         to Linux build
716         
717         * library.build: add Mono.Data.PostgreSqlClient
718         to Windows build
719
720 2002-11-20  Nick Drochak <ndrochak@gol.com>
721
722         * library.make: for .response allow white space at the end of
723         the line 
724