X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=403d9e1fcb8d6ae616568583bf853e8492b67164;hb=49516ee2f94c63258ea786fbc8d2d632170cbccd;hp=2bb8bcc059aa4413b94684ba9afcd6bb1c7c99f0;hpb=d470e0ca31c5aeae86f8f2bb816eb8e2d78f6471;p=mono.git diff --git a/ChangeLog b/ChangeLog index 2bb8bcc059a..403d9e1fcb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2006-10-12 Zoltan Varga + + * configure.in: Disable visibility("hidden") on cygwin as well. + +2006-10-10 Zoltan Varga + + * configure.in: Get rid of --with-nptl. + +Sat Sep 30 12:11:56 CEST 2006 Paolo Molaro + + * configure.in: link to libnsl only if needed. + +2006-09-19 Raja R Harinath + + * runtime/Makefile.am (etc/mono/config): Fix rule to avoid writing + into a symlink created by the 2006-09-13 change below. + +2006-09-17 Zoltan Varga + + * docs/thread-safety.txt: Moved here from mono/metadata. + +2006-09-16 Zoltan Varga + + * configure.in: Avoid non-static build warning on windows. + +2006-09-16 Raja R Harinath + + Fix srcdir!=builddir issue. + * configure.in (runtime/etc/mono/config): Remove erroneous code. + * runtime/Makefile.am (etc/mono/config): Rename from wrapper-config. + * runtime/mono-wrapper.in: Update. + +2006-09-15 Jonathan Pryor + + * configure.in: Remove check for setkey(3). + 2006-09-13 Jonathan Pryor * configure.in: Add command to create runtime/etc/mono/config. This is