summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <directhex@apebox.org>2013-03-03 17:38:33 +0000
committerJo Shields <directhex@apebox.org>2013-03-03 17:38:33 +0000
commit5dbcccfb93663e5b5e064d276469a718f39047e8 (patch)
tree3ec1988580b4e44738bf1ec2c7fc52933823d8ff
parent6d1428e198e6c29320c113c41628de0e9e6efe36 (diff)
downloadmono-5dbcccfb93663e5b5e064d276469a718f39047e8.tar.gz
Finalize changelogdebian/2.10.8.1-8
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7cfb078f8c..5f2bb0fe0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+mono (2.10.8.1-8) unstable; urgency=high
+
+ * [b9108c7] Dirty patch to introduce a new System.Windows.Forms.WebBrowser
+ back-end, which does absolutely nothing. This is to allow applications
+ which create a WebBrowser object to continue to run without crashing,
+ in the absence of a working browser back-end (which we lack right now).
+ This patch is sufficient for
+ http://www.java2s.com/Tutorial/CSharp/0460__GUI-Windows-Forms/AsimpleBrowser.htm
+ to run without crashing. (Closes: #683289, #694948)
+
+ -- Jo Shields <directhex@apebox.org> Sun, 03 Mar 2013 17:36:38 +0000
+
mono (2.10.8.1-7) unstable; urgency=high
[ Jo Shields ]