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:
authorMarek Habersack <grendel@twistedcode.net>2007-03-16 00:14:30 +0300
committerMarek Habersack <grendel@twistedcode.net>2007-03-16 00:14:30 +0300
commita8d90ad723014ebc7df16b3c5334462b00db5438 (patch)
tree63300afbb46c3d67e982161c65acc5b9ea45a73e /ChangeLog
parente6a25b01af86fd8bd42377b6dd59dbd724d61fb7 (diff)
2007-03-15 Marek Habersack <grendello@gmail.com>
* runtime/Makefile.am: add browscap.ini to symlinks * configure.in: make sure browscap.ini is symlinked to from runtime/etc/ so that no web tests that depend on the file's presence fail. svn path=/trunk/mono/; revision=74424
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b182e0903fd..c1ec9b1f41c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-15 Marek Habersack <grendello@gmail.com>
+
+ * runtime/Makefile.am: add browscap.ini to symlinks
+
+ * configure.in: make sure browscap.ini is symlinked to from
+ runtime/etc/ so that no web tests that depend on the file's
+ presence fail.
+
2007-03-15 Jonathan Chambers <joncham@gmail.com>
* winconfig.h: Don't use MONO_XEN_OPT on windows.