* HttpListener2Test.cs: Make tests quiet.
[mono.git] / ChangeLog
index a9ba5a1b6bda4e8d1249090756d9a4bdf8abdb38..83f7ede24d2120baaea9dbf8b2981ccf872b4f11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2009-02-03  Miguel de Icaza  <miguel@novell.com>
+
+       * configure.in (PLATFORM_NO_SYMLINKS): New define that replaces
+       PLATFORM_WIN32.
+
+2009-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * configure.in: Add --with-mcs-docs to make it possible to disable building of documentation under mcs.
+
+2009-01-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Remove -Wcast-align from the warning list, it leads to a lot of
+       useless warnings which can only be fixed by casting a pointer to (void*).
+
+2009-01-29  Miguel de Icaza  <miguel@novell.com>
+
+       * configure.in: Add a couple of new AM conditionals for POSIX and
+       DARWIN, these are used to conditionally include some files in
+       mono/mini. 
+
+2009-01-27  Jb Evain  <jbevain@novell.com>
+
+       * configure.in: bump Mono's version to 2.5 now that 2.4
+       has been branched.
+
+2009-01-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * acinclude.m4 (dolt_supported): Handle ARM as well.
+
+2009-01-23  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Make --enable-parallel-mark=yes the default.
+
 2009-01-17  Zoltan Varga  <vargaz@gmail.com>
 
        * configure.in: Complete the OPROFILE checks.