[Mono-bugs] [Bug 62413][Cos] Changed - no longer output remap warnings by default
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 4 Sep 2004 02:45:16 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62413
--- shadow/62413 2004-08-04 05:13:04.000000000 -0400
+++ shadow/62413.tmp.7813 2004-09-04 02:45:16.000000000 -0400
@@ -1,15 +1,15 @@
Bug#: 62413
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
-Priority: Wishlist
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
+Priority: Cosmetic
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -30,6 +30,13 @@
variable, however I don't think its necessary to output these warnings by
default.
Managed applications that want to provide a single binary distribution
for both Mono and .NET (1.0/1.1/2.0) will ofcourse reference .NET 1.0
assemblies, so this should not be considered a warning.
+
+------- Additional Comments From miguel@ximian.com 2004-09-04 02:45 -------
+The problem was with our old setup that referenced the 1.0
+libraries even when they were actually compiled against 1.1, so
+this warning is helpful during a transition period.
+
+It will be removed probably in the next major release.