X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FChangeLog;h=0155984b24f8fd3695ae9b412e9fbe64bd0c5b49;hb=38adbc3d236d180d49b8a581181d6cc11d79c2ca;hp=a2f8c9f1faf45d87dffa756a0ec8d73b68adf30d;hpb=51daeda5777d72b75dbbf631e0c0bb75a943f802;p=mono.git diff --git a/mcs/ChangeLog b/mcs/ChangeLog index a2f8c9f1faf..0155984b24f 100644 --- a/mcs/ChangeLog +++ b/mcs/ChangeLog @@ -1,7 +1,85 @@ +2002-10-13 Daniel Morgan + + * class/library.build: added Mono.Data.SqliteClient + directory to windows build + +2002-10-10 Daniel Morgan + + * class/library.build: added Mono.Data.MySql directory to windows build. + +2002-10-10 Rodrigo Moya + + * class/makefile.gnu: added Mono.Data.MySql directory to linux build. + +2002-10-09 Rodrigo Moya + + * class/makefile.gnu: added System.Data.Odbc directory. + +2002-09-14 Piers Haken + + * */makefile.gnu: + use $(topdir) + build nunit into $(topdir)/class/lib + +2002-08-27 Gonzalo Paniagua Javier + + * makefile.gnu: + * class/library.make: + * class/makefile.gnu: + * class/I18N/makefile.gnu + * class/corlib/makefile.gnu: + * class/corlib/Test/ChangeLog: + * class/corlib/Test/corlib_linux_test.args: + * class/corlib/Test/makefile.gnu: + * class/corlib/Test/run_test.sh: + * jay/makefile.gnu: + * mcs/makefile.gnu: + * monoresgen/makefile.gnu: + * nunit/makefile.gnu: + + Allow running 'make -f makefile.gnu test' from top directory. + In the libraries makefile.gnu you just have to add TEST_DIR=dirname + with the name where tests reside. + +2002-08-23 Martin Baulig + + * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build. + +2002-08-13 Piers Haken + + * class/library.make: merge back original makefile.gnu behavior + * */makefile.gnu: merge back original makefile.gnu behavior + +2002-08-12 Piers Haken + + * class/library.make: use 'find' to specify source files, instead of static files + * */makefile.gnu: specify include/exclude patterns for source files + +2002-08-07 Peter Williams + + * class/library.make (.makefrag): Fix this rule a bit; was using + $^ instead of $< + +2002-07-29 Peter Williams + + * makefile.gnu: 'make install' wasn't actually working due to $@, + fix it. + +2002-07-29 Martin Baulig + + * makefile.gnu: Don't force people to install. The default must also + be `all' and not `install'. + +2002-07-26 Alp Toker + + * INSTALL: Wrote a guide to mcs installation. + * README: Updated to reflect the new INSTALL guide. + 2002-07-23 Alp Toker * makefile.gnu: Added an install target (which sets permissions and - respects prefix) and fixed a few other makefile issues. + respects prefix) and a dist target which produces a tarball. Also + fixed a few other makefile issues. 2002-07-22 Peter Williams