2004-05-30 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / ChangeLog
1 2004-05-07  Raja R Harinath  <rharinath@novell.com>
2
3         * Makefile (SUBDIRS): Build 'corlib' and first pass of 'System'
4         before anything else.  Remove duplicated Novell.Directory.Ldap.
5
6 2004-05-02  Duncan Mak  <duncan@ximian.com>
7
8         * I18N/Assembly/AssemblyInfo.cs:
9         * Mono.CSharp.Debugger/Assembly/AssemblyInfo.cs:
10         * Mono.Cairo/Assembly/AssemblyInfo.cs:
11         * Mono.Data.SqliteClient/Assembly/AssemblyInfo.cs:
12         * Mono.Data.SybaseClient/Assembly/AssemblyInfo.cs:
13         * Mono.Data.Tds/Assembly/AssemblyInfo.cs:
14         * Mono.Data.TdsClient/Assembly/AssemblyInfo.cs: Fix the
15         AssemblyVersionAttribute ordering.
16
17 2004-05-02  Duncan Mak  <duncan@ximian.com>
18
19         * ByteFX.Data/AssemblyInfo.cs:
20         * Mono.GetOptions/AssemblyInfo.cs:
21         * Microsoft.Vsa/Assembly/AssemblyInfo.cs: Add assembly-level
22         attributes for versioning (1.0 vs. 1.1 vs. 2.0).
23
24 2004-04-22  Martin Baulig  <martin@ximian.com>
25
26         Renamed the `NET_1_2' conditional to `NET_2_0' in all files.
27
28 2004-03-31  Dick Porter  <dick@ximian.com>
29
30         * I18N/CJK/gb2312.table:
31         * I18N/CJK/Gb2312Convert.cs: 
32         * I18N/CJK/CP936.cs: Rewrote the GB2312 conversion, using the iconv
33         algorithm as a base.  Fixes bug 53841.
34
35 2004-03-23  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * ecma.pub: New. ECMA key to be used for strongnaming assemblies.
38         * msfinal.pub: New. Microsoft public key to be used for strongnaming
39         assemblies.
40
41 2004-02-04  Marek Safar <marek.safar@seznam.cz>
42
43         * Makefile: Build System.dll in two steps. Because of the circular
44         dependency with System.XML.dll.
45
46 2004-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
47
48         * Makefile: disabled Mono.Posix for other platforms than linux until
49         it builds properly.
50
51 2003-12-17  Sebastien Pouliot  <spouliot@videotron.ca>
52
53         * Makefile: Moved Mono.Security before Mono.Data.Tds because it's
54         now required for NTLM authentication.
55
56 2003-10-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
57
58         * Makefile: Removed Mono.Security.Tls.
59
60         * Mono.Security.Tls: Removed directory, now TLS support is in
61         Mono.Security assembly.
62
63 2003-10-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
64
65         * Makefile: Add Mono.Security.Tls assembly.
66
67 2003-08-11  Duncan Mak  <duncan@ximian.com>
68
69         * Makefile (SUBDIRS): Add Mono.Cairo.dll
70
71 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
72
73         * Makefile: only build Mono.CSharp.Debugger under linux.
74
75 2003-07-23  Peter Williams  <peter@newton.cx>
76
77         * Makefile (SUBDIRS): Add System.Drawing.Design.dll to the
78         default build.
79
80 2003-07-22  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
81
82         * mcs/class/Makefile: Added Microsoft.Vsa.dll to the build.
83
84 2003-04-04  Miguel de Icaza  <miguel@ximian.com>
85
86         *
87         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs: Do not close the file.
88
89 2003-04-03  Miguel de Icaza  <miguel@ximian.com>
90
91         *
92         ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/Compression/Streams/InflaterInputStream.cs
93         (InflaterInputStream.Skip): Use a more memory friendly implementation.
94
95 2003-04-17  Nick Drochak  <ndrochak@gol.com>
96
97         * library.make: Only try to run the unit tests if there is a Test
98         directory.
99
100 2003-04-11 Duncan Mak  <duncan@ximian.com>
101         
102         * Mono.Globalization/Data/*.xml: Check in XML files used in
103         the implementation of System.Globalization.
104
105 2003-03-31 Martin Willemoes Hansen
106
107         * Stubed System.Drawing.Design
108
109 2003-03-31  Alan Tam <Tam@SiuLung.com>
110
111         * makefile.gnu: Added System.Design to build
112
113 2003-03-31  Alan Tam <Tam@SiuLung.com>
114
115         * library.build: Added back System.Design to build
116
117 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
118
119         * Stubed Custommarshalers
120
121 2003-03-20  Piers Haken  <piersh@friskit.com>
122
123         * makefile.gnu: really fix the System.Management build problems
124
125 2003-03-11  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
126
127         * mcs/class: Added the directories Microsoft.JScript and Microsoft.Vsa that
128         will have the runtime support and CodeDom support for the JScript Compiler.
129
130 2003-03-06 Jackson Harper <jackson@latitudegeo.com>
131
132         * makefile.gnu: Add PEAPI to the build
133
134 2003-03-06  Sebastien Pouliot <spouliot@videotron.ca>
135
136         * library.build: added Mono.Security to build, test and clean. 
137
138 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
139
140         * class/library.build:
141         * class/makefile.gnu: added Mono.Posix and System.Management.
142
143 2003-03-02 Jackson Harper <jackson@latitudegeo.com>
144
145         * mcs/class: Add PEAPI directory
146
147 2003-02-22  Martin Baulig  <martin@ximian.com>
148
149         * library.make: Pass `MCS_FLAGS' to MCS.
150
151 2003-02-15  Zoltan Varga  <vargaz@freemail.hu>
152
153         * makefile.gnu (test): do not install .dbg files since mcs no longer
154         generates them.
155
156 2003-02-13  Tim Coleman <tim@timcoleman.com>
157         * makefile.gnu: Add System.Data.OracleClient to linux build.
158
159 2003-02-10  Nick Drochak  <ndrochak@gol.com>
160
161         * library.build:
162         * makefile: add testcorlib target to run unit tests just for corlib.
163
164 2003-02-05  Sebastien Pouliot <spouliot@videotron.ca>
165
166         * library.build: added Mono.Security.Win32 to build, test and 
167         clean. There's no makefile.gnu for this assembly as it is 
168         specific to Win32.
169
170 2003-01-23  Nick Drochak <ndrochak@gol.com>
171
172         * makefile: install the .dbg files too so the debugger can use them.
173
174 2003-01-17  Sebastien Pouliot <spouliot@videotron.ca>
175
176         * library.build: added System.Security to build, test and clean.
177         There's no makefile.gnu yet for this assembly.
178
179 2003-01-16  Rodrigo Moya <rodrigo@ximian.com>
180
181         * makefile.gnu: added Mono.Data.DB2Client directory.
182
183 2003-01-08  Gaurav Vaish <gvaish_mono AT lycos.com>
184
185         * System.Web.Mobile  : Added new directory
186
187 2002-12-11  Jeroen Janssen <japj@darius.demon.nl>
188         
189         * enabled building Mono.Directory.LDAP and
190           System.Design in .build file
191
192 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
193         
194         * updated .build file(s) to correctly contain required buildfile 
195           attribute for nant
196
197 2002-12-09  Daniel Morgan <danmorg@sc.rr.com>
198
199         * library.build: add Mono.GetOptions to windows build
200         
201         * Mono.GetOptions/Mono.GetOptions.build: add file
202         for windows build
203
204 2002-12-08  Radek Doulik  <rodo@ximian.com>
205
206         * makefile.gnu (DIRS): place System.Data before Mono.GetOptions,
207         Mono.GetOptions references System.Data
208
209 2002-12-07 Jackson Harper <jackson@latitudegeo.com>
210
211         * library.build: Added Cscompmgd to the build
212
213 2002-12-02  Cesar Octavio Lopez Nataren  <cesar@ciencias.unam.mx>
214
215         * mcs/class: Added assembly directory System.ServiceProcess
216
217 2002-11-26  Daniel morgan <danmorg@sc.rr.com>
218
219         * makefile.gnu: add Mono.Data.PostgreSqlClient 
220         to Linux build
221         
222         * library.build: add Mono.Data.PostgreSqlClient
223         to Windows build
224
225 2002-11-20  Nick Drochak <ndrochak@gol.com>
226
227         * library.make: for .response allow white space at the end of
228         the line 
229