2008-05-19 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / ChangeLog
index 5d7788b7f24e0c0a047eba941392f5105cb46251..56358fc3256d8985a691b05f7c772fcc171664d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2008-05-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Change the way CPPFLAGS/CFLAGS are passed to libgc one more
+       time. This time, we collect them in two variables and pass these to libgc
+       configure instead of using the standard CPPFLAGS/CFLAGS, to prevent problems
+       during reconfiguring. Also pass '-mno-tls-direct-segment-refs' to libgc 
+       configure, hopefully fixing #385006.
+
+2008-05-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Add a check for sgen and __thread. Fixes #347171.
+
+2008-05-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * configure.in, data/Makefile.am, data/dotnet35.pc : 
+         add new package for .net framework 3.5 libs.
+
 2008-05-12  Raja R Harinath  <harinath@hurrynot.org>
 
        * scripts/mono-service.in: Undo 2008-05-08.  '2>&1' is not a bash-ism.