Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2006-09-14 17:23:58 +0400
committerJonathan Pryor <jpryor@novell.com>2006-09-14 17:23:58 +0400
commita51726acef6a483b21946bf9ebebd4d2f3adc1c2 (patch)
tree6213072e8e57fc94517edac9e30e26c7f8309ad0 /ChangeLog
parentfa30f3d51f352fe732713c7ba60bbcb7f52d1ef7 (diff)
* configure.in: Add command to create runtime/etc/mono/config. This is
needed so that programs which use the bootstrap mono build get the appropriate <dllmap/> entries (in particular, the mono-shlib-cop unit tests requires that a $prefix/etc/mono/config be present to run). * runtime/Makefile.am: Create runtime/etc/mono/config. svn path=/trunk/mono/; revision=65389
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 217bdaa4d71..2bb8bcc059a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-13 Jonathan Pryor <jonpryor@vt.edu>
+
+ * configure.in: Add command to create runtime/etc/mono/config. This is
+ needed so that programs which use the bootstrap mono build get the
+ appropriate <dllmap/> entries (in particular, the mono-shlib-cop unit
+ tests requires that a $prefix/etc/mono/config be present to run).
+ * runtime/Makefile.am: Create runtime/etc/mono/config.
+
2006-09-11 Zoltan Varga <vargaz@gmail.com>
* mono.vcproj: Fix VC build.