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