X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=9fbd415185a7dd69550e2d2eb110c904d6637956;hb=9c2414215180c079e90874716893636120da16ea;hp=6cb6de072c8556850644a72422ff182722119a39;hpb=611ee1f539a4ee325d2108b825f5772058271128;p=mono.git diff --git a/ChangeLog b/ChangeLog index 6cb6de072c8..9fbd415185a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2003-09-03 Zoltan Varga + + * Makefile.am: Use $(MAKE) in even more places. Patch by Bernie Solomon + (bernard@ugsolutions.com). + +2003-08-27 Zoltan Varga + + * Makefile.am: Use $(MAKE) instead of make. Patch by Bernie Solomon + (bernard@ugsolutions.com). + +2003-08-25 Zoltan Varga + + * mono.pc.in: Added gthread-2.0. + +2003-08-22 Zoltan Varga + + * configure.in: Added gthread-2.0 to GLIB_CFLAGS and GLIB_LIBS, so we + can call g_thread_init (). + +2003-08-21 Zoltan Varga + + * mono/tests/threadpool.cs mono/tests/threadpool1.cs: Make increments + of static variables atomic. Fixes bug #47683. + +2003-08-21 Johannes Roith + + * mono/Makefile.am: small update. make sure, glib makes it in the build, add optional target for dependencies + +2003-08-18 Johannes Roith + + * mono/Makefile.am: add windows build option + * mono/monowiz.win32.nsi: add windows build script + * mono/mono-win32-light.bmp: add bitmap + +2003-08-16 Zoltan Varga + + * mono/tests/checked.cs: Added mul.ovf tests. + +2003-08-15 Duncan Mak + + * doc/mysql: Change references to ByteFX.Data.MySQLClient to the + correct ByteFX.Data.MySqlClient (note the change in + capitalization). Thanks to Tom Wagner for + spotting the error. + 2003-08-15 Zoltan Varga * mono/tests/bug-47295.cs: Regression test for bug #47295.