Add missing </p> for xml text reader (monodoc make dist)
[mono.git] / ChangeLog
index 851d775b190c9c79ad106fbf9412d13aee40c009..0db787fb45e740b7d4664d6c730e237d2cfdd464 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2007-01-03  Wade Berrier  <wberrier@novell.com>
+
+       * scripts/mono-find-provides.in:
+       * scripts/mono-find-requires.in: error out if monodis isn't
+       functioning properly.  Otherwise when building rpms, 
+       the provides/requires isn't generated correctly if monodis 
+       isn't present. 
+
+       Fixes: bnc #227362
+
+2007-01-01  Miguel de Icaza  <miguel@novell.com>
+
+       * configure.in (darwin.CPPFLAGS): Temporary workaround for the bug
+       reported in 77324.  When we get a linker script for MacOS we can
+       take this out, but for now lets keep it in here.
+
+       * scripts/mono-service.in (debug): Add --debug, --no-daemonize and
+       make sure that this works with 2.0 (wrong binary was being
+       refereced).
+
+       Fixes: #80309
+
+Mon Dec 18 18:19:50 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * configure.in: fixed compiler/linker options when
+       configuring under hpux/ia64 (patch from warren@warrenandrachel.com
+       (Warren Smith)).
+
+Mon Dec 18 15:28:49 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * configure.in: detection code for dlopen ().
 
 Mon Dec 11 10:23:18 CET 2006 Paolo Molaro <lupus@ximian.com>