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