added new test from Sergey
[mono.git] / ChangeLog
index 995eab124d64e8e335401c75967d2b5e57845697..573fec03876ef7174a2544115c15940b77939de9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2002-05-21  Martin Baulig  <martin@gnome.org>
+
+       * mono.1: Documented the "--debug-args" debugging arguments.
+
+2002-05-21  Martin Baulig  <martin@gnome.org>
+
+       * 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 <danmorg@sc.rr.com>
+
+       * 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  <martin@gnome.org>
+
+       * mono/Makefile.am (SUBDIRS): Added `os', it's referenced by
+       interpreter/Makefile.am.
+
+Wed May 15 12:22:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
+
+       * configure.in: search for pthread functions also in libc_r (patch
+       from Garrett Rooney <rooneg@electricjellyfish.net>).
+
+2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
+
+       * 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 <rodrigo@ximian.com>
+
+       * doc/ado-net: added instructions for compiling System.Data.dll
+       (a subset of) on Linux.
+
+2002-05-10  Daniel Morgan <danmorg@sc.rr.com>
+
+       * doc/ado-net: added links
+
 2002-05-09  Dick Porter  <dick@ximian.com>
 
        * configure.in: Set CPPFLAGS not CFLAGS (bug 23767)