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