X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=ChangeLog;h=0db787fb45e740b7d4664d6c730e237d2cfdd464;hb=6b460ac767cf88b4bc13a27cdbbbf38348fc1e54;hp=1a34eac98ae297897250effae4b02c738bc69a07;hpb=93c98831b46c4ee45231e4399e4ede7db2ffaf63;p=mono.git diff --git a/ChangeLog b/ChangeLog index 1a34eac98ae..0db787fb45e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2007-01-03 Wade Berrier + + * 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 + + * 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