X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=9e5ec79ec3c8109ab78f23c138d77a4cb86ae82e;hb=dabbb9e683ed2cdbca23088022ab2b499d1f08fd;hp=ba73bb854422843f0418f9153547ca959e7d46dd;hpb=b87cada4f9c0d85df3f542699d2e96cd64f5d0d2;p=mono.git diff --git a/ChangeLog b/ChangeLog index ba73bb85442..9e5ec79ec3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,217 @@ +2004-03-16 Duncan Mak + + * runtime/Makefile.am + (MakeCert.exe, cert2spc.exe, certmgr.exe, setreg.exe): + Remember to install them to mono/runtime. + +2004-03-14 Zoltan Varga + + * configure.in: Enable JIT on sparc. + +2004-03-13 Martin Willemoes Hansen + + * data/config.in: Changed libgtkhtml-3.0.so.2 to libgtkhtml-3.0.so to fix + breakage with gtkhtml-3.0.10 + +2004-03-10 Zoltan Varga + + * configure.in acconfig.h: Add a --with-sigaltstack option for platforms + where the sigaltstack based exception handling does not work. + +2004-03-08 Zoltan Varga + + * configure.in acconfig.h: Add check for aintl function, which is the + solaris equivalent of truncl. + +2004-02-29 Zoltan Varga + + * configure.in: Add check for GC_enable. + + * configure.in: Remove amd64/Makefile from AC_OUTPUT to fix build. + +2004-02-19 Zoltan Varga + + * configure.in: Add proper support for --with-nptl for people who + have linking problems when it is enabled. + +2004-02-18 Zoltan Varga + + * configure.in: Add test for __thread keyword and shared libs. + +2004-02-16 Zoltan Varga + + * configure.in: Enable --with-nptl by default. + +2004-02-03 Zoltan Varga + + * configure.in: Applied patch from Adrian Bunk (bunk@fs.tum.de). Fix + message for failed gethostbyname2_r check. + +Fri Jan 23 16:07:05 EST 2004 Paolo Molaro + + * configure.in, acconfig.h: check for truncl. Disable + version script on MacOSX (see bug #51590 if a check becomes + necessary). + +Fri Jan 23 21:26:01 CET 2004 Paolo Molaro + + * configure.in, acconfig.h: added check for socklen_t. + +2004-01-22 Zoltan Varga + + * Makefile.am: Do not install mono.pc on platforms without a JIT. + +2004-01-21 Zoltan Varga + + * Makefile.am (remove-binaries): Get rid of non-portable >& construct. + +2003-12-29 Miguel de Icaza + + * scripts/sn.in: Add sn script. + +2004-01-15 Zoltan Varga + + * scripts/Makefile.am: Add al.exe. + + * scripts/al.in: New file. + + * runtime/Makefile.am: Add al.exe. + +2004-01-10 Jackson Harper + + * data/machine.config: Add trace handler (Trace.axd) add trace + configuration handlers. + +2004-01-06 Martin Willemoes Hansen + + * doc/books: Added books on Web Services and ASP.NET + +2004-01-04 Daniel Morgan + + * monowiz.win32.nsi: update the NSIS installer script for windows + to support NSIS 2.0 rc1 and Mono 0.29 + +2003-12-22 Bernie Solomon + + * configure.in: missed in my last change + + * samples/embed/testi.c: interpreter embedding example + + * docs/embedded-api: add info on interpreter embedding + +Mon Dec 22 18:27:14 CET 2003 Paolo Molaro + + * configure.in, acconfig.h: use mach semaphores on darwin. + +2003-12-22 Bernie Solomon + + * Makefile.am: Create mint.pc + mint.pc.in: Added for embedding the interpreter + +2003-12-16 Martin Baulig + + * Makefile.am: In a Makefile.am, comments are started with `#' and + not with `dnl' - I must have been an idiot ... + +2003-12-10 Todd Berman + + * configure.in: adding libicu url to the ICU: no message. + +2003-12-05 John Luke + + * data/config.in: new dll mapping entry for libgstreamer + +2003-12-02 Atsushi Enomoto + + * README: tiny fix ;-) + +2003-11-26 Zoltan Varga + + * configure.in: Add -fno-strict-aliasing to CFLAGS. + + * configure.in: Applied patch from recht@netbsd.org. Avoid linking in + librt if not neccesary. + +2003-11-24 Zoltan Varga + + * configure.in: Fix signbit check. Fixes #51315. + +2003-11-20 Jackson Harper + + * data/machine.config: Add OutputCacheModule + +2003-11-19 Jackson Harper + + * doc/web/team.xml: New email address and job description + * doc/web/team/jackson.png: Picture of me debugging...seems appropriate + +2003-11-14 Jackson Harper + + * Makefile.am: delete mscorlib.dll + +2003-11-12 Jackson Harper + + * Makefile.am: corlib is now named mscorlib.dll + +2003-11-12 Zoltan Varga + + * configure.in acconfig.h: Add check for signbit, which is missing in + FreeBSD 4.x. + +2003-11-07 Zoltan Varga + + * configure.in: Remove debugging junk accidently checked in. + + * configure.in: Add new --with-nptl option to enable NPTL only + features since auto-detection is not reliable. + + * autogen.sh: Fix previous patch and silence noisy GNU which. + +2003-11-07 Bernie Solomon + + * autogen.sh: tweak glibtool check so it works + if which doesn't set return code properly + +2003-11-07 Zoltan Varga + + * autogen.sh: Silence noisy GNU which. + + * autogen.sh: Applied patch from Peter Teichman (peter@ximian.com). + Use 'glibtool' instead of 'libtool' on OSX. + +2003-11-06 Zoltan Varga + + * mono/benchmark/pinvoke.cs: New benchmark for testing the performance + of the managed/unmanaged boundary. + +2003-11-06 Zoltan Varga + + * configure.in acconfig.h: Add check for __thread keyword in gcc. + +2003-10-29 Dick Porter + + * man/mono.1: Document MONO_EXTERNAL_ENCODINGS variable + +2003-10-16 Miguel de Icaza + + * man/mono.1: Document new --trace options + +2003-10-13 Bernie Solomon + + * configure.in: add hppa support (64bit only) + make solaris build work with Forte compiler + +2003-10-13 Zoltan Varga + + * configure.in: Added check for pthread_attr_setstacksize. + + * mono/tests/ChangeLog: New file. + +2003-10-13 Zoltan Varga + + * mono/tests/Makefile.am: Link the tests with the test driver program + used for the mini tests. + 2003-10-10 Zoltan Varga * mono/tests/libtest.c (mono_test_marshal_delegate): Added test for