Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 450c536b94c4b6777e89a6e0a487aea597a892dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
2005-04-21  Raja R Harinath  <rharinath@novell.com>

	* Makefile (net_1_1_bootstrap_SUBDIRS): Add PEAPI.

2005-04-07  Raja R Harinath  <rharinath@novell.com>

	* Makefile ($(basic_files:%=lib/basic/%)): Build the "basic"
	profile if needed.  This is used when 'make dist' is invoked on a
	clean tree.  Reported by Ben Maurer.

2005-01-24  Raja R Harinath  <rharinath@novell.com>

	* Makefile (bootstrap_dirs): Add Mono.Security and System.Security
	ahead of System.
	(SUBDIRS): Move Mono.Security and System.Security ahead of System.

2005-01-13  Cesar Lopez Nataren  <cnataren@novell.com>

	* Makefile (SUBDIRS): added Microsoft.JScript to the default build.

2005-01-04  Raja R Harinath  <rharinath@novell.com>

	* Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.

2004-12-26  Peter Bartok  <pbartok@novell.com>

	* Makefile (SUBDIRS): Switched from System.Windows.Forms to
	  Managed.Windows.Forms to build with the managed implementation
	  by default.

2004-12-08  Martin Baulig  <martin@ximian.com>

	* Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
	(the DLL it creates has already been renamed a long time ago).

2004-12-08  Raja R Harinath  <rharinath@novell.com>

	* Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
	Create the files in lib/monolite/.
	(DISTFILES, dist-default, dist-local): Distribute them.

2004-12-06  Raja R Harinath  <rharinath@novell.com>

	* Makefile (SUBDIRS): Move I18N after second-pass of System.

2004-12-03  Raja R Harinath  <rharinath@novell.com>

	* Makefile (basic_SUBDIRS): Add second-pass System, too.
	(basic_files): Add System.Xml.dll.

2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : now we need System.Xml.dll for basic bootstrapping.

2004-11-25  Raja R Harinath  <rharinath@novell.com>

	* Makefile (DISTFILES): Add public and private keys.
	(lib/basic.tar.gz): New.
	(dist-local): Distribute it.
	(DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
	* I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
	Assembly/AssemblyInfo.cs.
	* IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.

2004-11-22  Raja R Harinath  <rharinath@novell.com>

	* Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.

2004-11-19  Raja R Harinath  <rharinath@novell.com>

	* Makefile (DIST_PROFILES): New.
	(dist-local): Create profile-specific directories in the tarball.

2004-11-12  Martin Baulig  <martin@ximian.com>

	* Makefile (SUBDIRS): Added Mono.C5.

2004-11-09  Raja R Harinath  <rharinath@novell.com>

	* Makefile (basic_SUBDIRS): New.

2004-11-04  Raja R Harinath  <rharinath@novell.com>

	* Makefile (net_1_1_bootstrap_SUBDIRS): New.

2004-10-29  Raja R Harinath  <rharinath@novell.com>

	* Makefile (net_2_0_bootstrap_SUBDIRS): New.

2004-10-22  Daniel Morgan <danielmorgan@verizon.net>

	* Mono.Data/.cvsignore
	* Mono.Data/AssemblyInfo.cs
	* Mono.Data/Makefile
	* Mono.Data/Mono.Data.dll.sources: added files 
	for build of Mono.Data.dll   
	This assembly includes the ProviderFactory

	* Makefile: added Mono.Data.dll to the build
	* Mono.Data/app.config: added providers	and 
	removed obsolete providers to app settings xml file
	
	* Mono.Data/test/Mono.Data.dll: delete

2004-10-22  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : just remove System.Data.SqlXml.dll.

2004-10-11  Duncan Mak  <duncan@ximian.com>

	* Makefile: Move Microsoft.VisualBasic.dll to be built after
	System.Windows.Forms.dll is built, because VB now requires SWF. This
	fixes the build.

2004-07-26  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile: added System.Data.SqlXml.dll as a working target.

2004-07-02  Raja R Harinath  <rharinath@novell.com>

	* IBM.Data.DB2/Makefile (all-local $(STD_TARGETS:=-local)):
	Simplify dummy rule somewhat.

2004-06-24  Raja R Harinath  <rharinath@novell.com>

	* IBM.Data.DB2/Makefile: Disable for 'net_2_0'.

2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Makefile: enabled Mono.CSharp.Debugger on windows.

2004-06-11  Duncan Mak  <duncan@ximian.com>

	* IBM.Data.DB2/IBM.Data.DB2.dll.sources: 
	* Makefile: Add IBM.Data.DB2.

2004-05-07  Raja R Harinath  <rharinath@novell.com>

	* Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
	before anything else.  Remove duplicated Novell.Directory.Ldap.

2004-05-02  Duncan Mak  <duncan@ximian.com>

	* I18N/Assembly/AssemblyInfo.cs:
	* Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
	* Mono.Cairo/Assembly/AssemblyInfo.cs:
	* Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
	* Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
	* Mono.Data.Tds/Assembly/AssemblyInfo.cs:
	* Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
	AssemblyVersionAttribute ordering.

2004-05-02  Duncan Mak  <duncan@ximian.com>

	* ByteFX.Data/AssemblyInfo.cs:
	* Mono.GetOptions/AssemblyInfo.cs:
	* Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
	attributes for versioning (1.0 vs. 1.1 vs. 2.0).

2004-04-22  Martin Baulig  <martin@ximian.com>

	Renamed the `NET_1_2' conditional to `NET_2_0' in all files.

2004-03-31  Dick Porter  <dick@ximian.com>

	* I18N/CJK/gb2312.table:
	* I18N/CJK/Gb2312Convert.cs: 
	* I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
	algorithm as a base.  Fixes bug 53841.

2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>

	* ecma.pub: New. ECMA key to be used for strongnaming assemblies.
	* msfinal.pub: New. Microsoft public key to be used for strongnaming
	assemblies.

2004-02-04  Marek Safar <marek.safar@seznam.cz>

	* Makefile: Build System.dll in two steps. Because of the circular
        dependency with System.XML.dll.

2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Makefile: disabled Mono.Posix for other platforms than linux until
	it builds properly.

2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>

	* Makefile: Moved Mono.Security before Mono.Data.Tds because it's
	now required for NTLM authentication.

2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>

	* Makefile: Removed Mono.Security.Tls.

	* Mono.Security.Tls: Removed directory, now TLS support is in
	Mono.Security assembly.

2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>

	* Makefile: Add Mono.Security.Tls assembly.

2003-08-11  Duncan Mak  <duncan@ximian.com>

	* Makefile (SUBDIRS): Add Mono.Cairo.dll

2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Makefile: only build Mono.CSharp.Debugger under linux.

2003-07-23  Peter Williams  <peter@newton.cx>

	* Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
	default build.

2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>

	* mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.

2003-04-04  Miguel de Icaza  <miguel@ximian.com>

	*
	ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.

2003-04-03  Miguel de Icaza  <miguel@ximian.com>

	*
	ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
	(InflaterInputStream.Skip): Use a more memory friendly implementation.

2003-04-17  Nick Drochak  <ndrochak@gol.com>

	* library.make: Only try to run the unit tests if there is a Test
	directory.

2003-04-11 Duncan Mak  <duncan@ximian.com>
        
        * Mono.Globalization/Data/*.xml: Check in XML files used in
        the implementation of System.Globalization.

2003-03-31 Martin Willemoes Hansen

	* Stubed System.Drawing.Design

2003-03-31  Alan Tam <Tam@SiuLung.com>

	* makefile.gnu: Added System.Design to build

2003-03-31  Alan Tam <Tam@SiuLung.com>

	* library.build: Added back System.Design to build

2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>

	* Stubed Custommarshalers

2003-03-20  Piers Haken  <piersh@friskit.com>

	* makefile.gnu: really fix the System.Management build problems

2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>

	* mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
	will have the runtime support and CodeDom support for the JScript Compiler.

2003-03-06 Jackson Harper <jackson@latitudegeo.com>

	* makefile.gnu: Add PEAPI to the build

2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>

	* library.build: added Mono.Security to build, test and clean. 

2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* class/library.build:
	* class/makefile.gnu: added Mono.Posix and System.Management.

2003-03-02 Jackson Harper <jackson@latitudegeo.com>

	* mcs/class: Add PEAPI directory

2003-02-22  Martin Baulig  <martin@ximian.com>

	* library.make: Pass `MCS_FLAGS' to MCS.

2003-02-15  Zoltan Varga  <vargaz@freemail.hu>

	* makefile.gnu (test): do not install .dbg files since mcs no longer
	generates them.

2003-02-13  Tim Coleman <tim@timcoleman.com>
	* makefile.gnu: Add System.Data.OracleClient to linux build.

2003-02-10  Nick Drochak  <ndrochak@gol.com>

	* library.build:
	* makefile: add testcorlib target to run unit tests just for corlib.

2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>

	* library.build: added Mono.Security.Win32 to build, test and 
	clean. There's no makefile.gnu for this assembly as it is 
	specific to Win32.

2003-01-23  Nick Drochak <ndrochak@gol.com>

	* makefile: install the .dbg files too so the debugger can use them.

2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>

	* library.build: added System.Security to build, test and clean.
	There's no makefile.gnu yet for this assembly.

2003-01-16  Rodrigo Moya <rodrigo@ximian.com>

	* makefile.gnu: added Mono.Data.DB2Client directory.

2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>

	* System.Web.Mobile  : Added new directory

2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
	
	* enabled building Mono.Directory.LDAP and
	  System.Design in .build file

2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
	
	* updated .build file(s) to correctly contain required buildfile 
	  attribute for nant

2002-12-09  Daniel Morgan <danmorg@sc.rr.com>

	* library.build: add Mono.GetOptions to windows build
	
	* Mono.GetOptions/Mono.GetOptions.build: add file
	for windows build

2002-12-08  Radek Doulik  <rodo@ximian.com>

	* makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
	Mono.GetOptions references System.Data

2002-12-07 Jackson Harper <jackson@latitudegeo.com>

	* library.build: Added Cscompmgd to the build

2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>

	* mcs/class: Added assembly directory System.ServiceProcess

2002-11-26  Daniel morgan <danmorg@sc.rr.com>

	* makefile.gnu: add Mono.Data.PostgreSqlClient 
	to Linux build
	
	* library.build: add Mono.Data.PostgreSqlClient
	to Windows build

2002-11-20  Nick Drochak <ndrochak@gol.com>

	* library.make: for .response allow white space at the end of
	the line