X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=573fec03876ef7174a2544115c15940b77939de9;hb=23323d42b566aa902485026997c8fa24f719a609;hp=4aab1c3b65e192f875c41ff4e1eca2a14736b9a3;hpb=5f8029d2ffcdbe6e7a47bb7056fd60e36aea1837;p=mono.git diff --git a/ChangeLog b/ChangeLog index 4aab1c3b65e..573fec03876 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2002-05-21 Martin Baulig + + * mono.1: Documented the "--debug-args" debugging arguments. + +2002-05-21 Martin Baulig + + * mono.1: Updated to reflect my latest changes and beautified this a bit. + (FIXME: There are still command line argument which aren't documented here.) + +2002-05-19 Daniel Morgan + + * doc/ado-net: updated page to include C# code snippets using + System.Data. Update status: handle reading NULL values, DataSet/DataAdapter + works, executing/reading multiple results, and stored procedures. + And other tweaks about the providers. + +2002-05-19 Martin Baulig + + * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by + interpreter/Makefile.am. + +Wed May 15 12:22:09 CEST 2002 Paolo Molaro + + * configure.in: search for pthread functions also in libc_r (patch + from Garrett Rooney ). + +2002-05-11 Daniel Morgan + + * doc/ado-net: added instructions for installing PostgreSQL on Linux + and for using nant to re-compile just the System.Data.dll assembly + on Windows. + 2002-05-10 Rodrigo Moya * doc/ado-net: added instructions for compiling System.Data.dll