summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <directhex@apebox.org>2013-11-15 00:04:54 +0000
committerJo Shields <directhex@apebox.org>2013-11-15 00:04:54 +0000
commitaa792a4c16ecd3ef5e62e3ceb1920aa3d96bf4a0 (patch)
treeff9f85fa204794791c5139069a11775fc92d0a6d
parentb54e524cf566d25a73f396b584f7e7c0cb758c25 (diff)
downloadmono-aa792a4c16ecd3ef5e62e3ceb1920aa3d96bf4a0.tar.gz
Finalize changelogdebian/3.2.3+dfsg-3
-rw-r--r--debian/changelog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 18a133b85d..3634fb9cfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+mono (3.2.3+dfsg-3) experimental; urgency=low
+
+ * [2b7198e] Fix buggy Replaces section on
+ libmono-system-windows-forms-datavisualization4.0a-cil package
+ (Closes: #728340)
+ * [8a07907] There is a bug in the silicon on Loongson 2E and 2F
+ processors, which can cause the traditional NOP instruction
+ (which doesn't exist on MIPS but is an alias to 'sll 0,0,0')
+ to fail intermittently under high load. This is worked around
+ in binutils
+ (https://sourceware.org/ml/binutils/2009-11/msg00387.html) but
+ that only applies to software compiled via binutils, not via a
+ JITter like Mono. The fix uses a different no-op instruction
+ which does not trigger the CPU bug. Thanks to Alex Rønne
+ Petersen for his help.
+
+ -- Jo Shields <directhex@apebox.org> Fri, 15 Nov 2013 00:03:19 +0000
+
mono (3.2.3+dfsg-2) experimental; urgency=low
[ Christopher James Halse Rogers ]