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