From 64b63e84b7f08695bf194a05aadd074600c8e622 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Mon, 20 Sep 2004 11:24:38 +0000 Subject: 2004-09-20 Jon Trowbridge Patch from Nat Friedman * mono/Makefile.am: A number of small build fixes to allow "make distcheck" to succeed. * mono/example/Makefile.am: "make distcheck" fixes. * mono/AssemblyInfo.cs.in: When signing the assembly, look for the key in @srcdir@. * test/Makefile.am: "make distcheck" fixes. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b96e8ae7..db7a7875 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-09-20 Jon Trowbridge + + Patch from Nat Friedman + + * mono/Makefile.am: A number of small build fixes to allow "make + distcheck" to succeed. + + * mono/example/Makefile.am: "make distcheck" fixes. + + * mono/AssemblyInfo.cs.in: When signing the assembly, look for the + key in @srcdir@. + + * test/Makefile.am: "make distcheck" fixes. + 2004-09-17 Olivier Andrieu * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM. -- cgit