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:
authorWade Berrier <wade@mono-cvs.ximian.com>2006-07-19 21:54:34 +0400
committerWade Berrier <wade@mono-cvs.ximian.com>2006-07-19 21:54:34 +0400
commit01c0e3bc14681809c7cd7ed842e4e5c1e7e537b6 (patch)
tree18080e517b05e749e103afb8bdd9aff88eef3842 /ChangeLog
parent3776f99ea3978bdd414b288636f18a73f0878445 (diff)
* scripts/mono-find-provides.in: Remove support for only scanning files in the gac.
The problem is that mono apps are often broken up into subpackages, and deps can only be resolved if the assemblies are in the gac, even when they sometimes shouldn't be. (See https://bugzilla.novell.com/show_bug.cgi?id=144655) svn path=/trunk/mono/; revision=62759
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c030c707ed3..4115e1b3d49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-19 Wade Berrier <wberrier@novell.com>
+
+ * scripts/mono-find-provides.in: Remove support for only scanning files in the gac.
+ The problem is that mono apps are often broken up into subpackages, and deps can only
+ be resolved if the assemblies are in the gac, even when they sometimes shouldn't be.
+ (See https://bugzilla.novell.com/show_bug.cgi?id=144655)
+
2006-07-19 Zoltan Varga <vargaz@gmail.com>
* configure.in: Applied patch from Sergey Tikhonov <tsv@solvo.ru>. Beginning