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