ChangeLog: Updated.
[mono.git] / mcs / tools / ChangeLog
1 2004-10-29  Raja R Harinath  <rharinath@novell.com>
2
3         * Makefile (net_2_0_SUBDIRS): New.  Only build 'wsdl' in the
4         net_2_0 profile.
5
6 2004-06-11  Raja R Harinath  <rharinath@novell.com>
7
8         * Makefile (PROGRAM_INSTALL_DIR): New define.
9         (install-local, uninstall-local): Use it.
10
11 2004-05-27  Duncan Mak  <duncan@ximian.com>
12
13         * Makefile (Module): Add mono-rpm-helpers
14
15 2004-04-28  Jackson Harper  <jackson@ximian.com>
16
17         * Makefile: Add gacutil to the build
18         
19 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
20
21         * Makefile: Added al directory.
22
23 2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24
25         * Makefile: added browsercaps-updater directory.
26
27 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
28
29         * Makefile: Added soapsuds to build.
30
31 2003-10-21  Lluis Sanchez Gual  <lluis@ximian.com>
32
33         * Makefile: Added disco directory.
34
35 2003-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
36
37         * Makefile: added SqlSharp to the build.
38
39 2003-09-17  Lluis Sanchez Gual  <lluis@ximian.com>
40
41         * Makefile: Added genxs directory.
42
43 2003-08-28  Lluis Sanchez Gual  <lluis@ximian.com>
44
45         * Makefile: Added wsdl directory.
46
47 2003-07-16  Peter Williams  <peter@newton.cx>
48
49         * Makefile (DIST_ONLY_SUBDIRS): Don't build SqlSharp, it's
50         very old and doesn't build on Windows.
51
52 2003-05-01  Duncan Mak  <duncan@ximian.com>
53
54         * makefile:
55         * makefile.gnu: Add 'cilc' to the build.
56         
57 2003-03-14  Daniel Morgan  <danmorg@sc.rr.com>
58
59         * mono-win32-setup.nsi: added NSIS 
60         (NullSoft Installer System) script file for building
61         a Mono release for Windows NT/2000/XP
62
63 2003-03-08  Sebastien Pouliot  <spouliot@videotron.ca>
64
65         * ASN1.cs: Removed - now part of Mono.Security assembly
66         * cert2spc.cs: Moved to /mcs/tools/security
67         * makefile: Removed cert2spc and secutil tools and added reference
68         to makefile inside security directory.
69         * makefile.gnu: Same.
70         * secutil.cs: Moved to /mcs/tools/security
71
72 2003/01/20 Nick Drochak <ndrochak@gol.com>
73
74         * makefile: take out type-reflector since it's gone.
75
76 2003-01-18  Sebastien Pouliot  <spouliot@videotron.ca>
77
78         * makefile, makefile.gnu: Renamed Cert2Spc.exe to cert2spc.exe.
79
80 2003-01-09  Gaurav Vaish <gvaish_mono AT lycos.com>
81
82         * assemblies.xml     : Needed for Mobile controls enumerations.
83
84 2002-12-31  Jonathan Pryor <jonpryor@vt.edu>
85
86   * makefile.gnu: Add support for DIRS to all, install targets.  This was done
87     so type-reflector's install target could be independent/self-contained.
88
89 2002-12-27  Sebastien Pouliot  <spouliot@videotron.ca>
90
91         * ASN1.cs: New. Classes to manipulate Abstract Syntax Notation 1
92         structures.
93         * cert2spc.cs: New tool to generate Software Publisher Certificate
94         (SPC) from a list of X509 certificate and CRL.
95         * secutils.cs: Changed copyright notice.
96         * makefile: Added cert2spc.exe to Windows build.
97         * makefile.gnu: Added cert2spc.exe to Linux build.
98
99 2002-12-22  Sebastien Pouliot  <spouliot@videotron.ca>
100
101         * secutils.cs: New tool to extract strongname and X509 certificate
102         from assembly (or other signed files).
103         * makefile: Added secutil.exe to Windows build.
104         * makefile.gnu: Added secutil.exe to Linux build.
105
106 2002-12-06  Duncan Mak  <duncan@ximian.com>
107
108         * makefile.gnu (clean): Remove *.dbg files.
109
110 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
111
112         * SqlSharpCli.cs: SQL query tool moved 
113         from mcs/class/System.Data/Test
114         to mcs/tools/SqlSharp.  Include it in the build
115         so people can have a place to test connection strings
116         and the ADO.NET providers
117
118 2002-09-01  Jonathan Pryor <jonpryor@vt.edu>
119         * type-reflector: new tool.  See type-reflector/README for more information.
120
121 2002-03-09  Martin Baulig  <martin@gnome.org>
122
123         * DumpCultureInfo.cs: New tool to dump culture info. Incomplete,
124         we need to get unicode support working before we can use this.
125
126 2002-03-05  Gaurav Vaish <gvaish@iitk.ac.in>
127
128         * GenerateDelegate.cs: Generates delegates (EventHandler) as
129           specified. The output is quite simple, a delegate that has
130           the prototype as -->
131           public delegate void <given-name>EventHandler(object sender,
132              <given-name>EventArgs e)
133
134 2002-03-01  Martin Baulig  <martin@gnome.org>
135
136         * scan-tests.pl: Catch exceptions when running the tests so that we
137         always run all the tests in a test suite even if some of them fail.
138
139 2002-02-27  Martin Baulig  <martin@gnome.org>
140
141         * scan-tests.pl: Moved this script here from ../class/corlib/Test.
142
143 2002-02-22  Nick Drochak  <ndrochak@gol.com>
144
145         * makefile: move corcompare to it's own directory to hold multiple
146         class files.  still makes old corcompare for now.  will remove that
147         soon.
148
149 2002-02-18  Duncan Mak  <duncan@ximian.com>
150
151         * serialize.cs: When appropriate, changed Type.GetType calls to
152         the faster typeof operator.
153
154 2002-02-19  Nick Drochak  <ndrochak@gol.com>
155
156         * corcompare.cs: Reorganized into collaberating classes to analyze
157         and generate reports.  Still needs to find the MonoTODO's, and
158         has a little more prototype code in there, but it's almost done.
159
160         * makefile: output XML file in the tools directory for now.
161
162 2002-02-15  Nick Drochak  <ndrochak@gol.com>
163
164         * corcompare.cs: Adding stuff to collect all the missing and todo
165         information need to generate nice looking HTML pages.  Not quite 
166         done and needs some re-org, but Duncan can take a look.
167
168         * sample.xml: an example of how the XML will look that corcompare
169         will generate.  Can be used to start working on the XSLT.
170
171 2002-02-13  Nick Drochak  <ndrochak@gol.com>
172
173         * makefile: 'clean' target now removes file generated by CorCompare
174
175 2002-02-03  Duncan Mak  <duncan@ximian.com>
176
177         * serialize.cs: Added namespace block.
178
179 2002-02-01  Duncan Mak  <duncan@ximian.com>
180
181         * serialize.cs: Added a new tool for serializing objects. It
182         can create new types dynamically, but can only handle
183         arguments that are of primitive types.
184
185 2002-01-26  Gaurav Vaish <gvaish@iitk.ac.in>
186
187         * EnumCheckAssemblyCollection.cs,
188         * assemblies.xml:  Files related to EnumCheck checked-in. Now EnumCheck does
189                            not have any path hardcoded. It takes the assemblies to
190                            search from a xml files, which by default is assemblies.xml
191
192 2002-01-25  Nick Drochak  <ndrochak@gol.com>
193
194         * .cvsignore: ignore .dll files now since we build NUnitCore.dll ourselves
195
196 2002-01-18  Duncan Mak  <duncan@ximian.com>
197
198         * EnumCheck.cs: A checkin for Miguel to make EnumCheck not hardcode
199         path to corlib.dll.
200
201 2002-01-19  Nick Drochak  <ndrochak@gol.com>
202
203         * makefile: corcompare works again now, so make xml of missing types
204         * CorCompare.cs: use exception that .NET v1 throws to get types in mono corlib
205
206 2002-01-18  Nick Drochak  <ndrochak@gol.com>
207
208         * makefile: remove path to beta2 csc.exe.  path to csc.exe must be in PATH instead.
209         don't generate xml from corcompare for now.  it throws an error on v1.0 of .NET
210
211 2002-01-17  Nick Drochak  <ndrochak@gol.com>
212
213         * IFaceDisco.cs, XMLUtil.cs: Added new files for interface discovery tool.
214         * makefile: added target for IFaceDisco.exe and added to clean target for same
215
216 2002-01-08  John Barnette <jbarn@httcb.net>
217
218         * Removed todo.cs and related makefile data.
219
220
221
222 2002-01-07  John Barnette <jbarn@httcb.net>
223
224         
225
226         * makefile: added todo target, fixed EnumCheck target, simplified clean
227
228         
229         * todo.cs: new file.  generates todo list XML and compares assemblies
230
231
232
233 2002-01-07  Gaurav Vaish <gvaish@iitk.ac.in>
234
235         * EnumCheck.cs:  Get the numerical values of an enumeration.
236
237 2002-01-06  Nick Drochak  <ndrochak@gol.com>
238
239         * corcompare.cs: Catch the FileNotFoundException and handle it nicely.
240
241 2002-01-05  Nick Drochak  <ndrochak@gol.com>
242
243         * makefile: build corcompare
244         * corcompare.cs: add new file.  compares an assembly with mscorlib