2008-05-20 Jb Evain <jbevain@novell.com>
[mono.git] / ChangeLog
index 8a0a10ccf67543c4c370c4a7d4356bcba66d36bf..56358fc3256d8985a691b05f7c772fcc171664d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+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.
+
 2008-05-09  Zoltan Varga  <zovarga@debian.chello.hu>
 
        * Makefile.am (get-monolite-latest): Create mcs/lib if not existing.