summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirco Bauer <meebey@debian.org>2007-09-23 18:24:10 +0000
committerMirco Bauer <meebey@debian.org>2007-09-23 18:24:10 +0000
commit25c0eca2cb224210e7cb4c4d9acab92e0312251e (patch)
treeb61b4a51fd31f5cede08d15a90b1cab0aeac0777
parent5afc58865426027104979df0489164bd89dcb829 (diff)
downloadmono-1.2.5.1-1.tar.gz
- mono 1.2.5.1 release1.2.5.1-1
-rw-r--r--debian/System.Windows.Forms.dll.config2
-rw-r--r--debian/changelog9
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/System.Windows.Forms.dll.config b/debian/System.Windows.Forms.dll.config
index 023f660b0c..30472aef84 100644
--- a/debian/System.Windows.Forms.dll.config
+++ b/debian/System.Windows.Forms.dll.config
@@ -1,6 +1,8 @@
<configuration>
<dllmap dll="gdiplus" target="libgdiplus.so.0"/>
<dllmap dll="X11" target="libX11.so.6"/>
+ <dllmap dll="libX11" target="libX11.so.6"/>
+ <dllmap dll="libXcursor" target="libXcursor.so.1"/>
<dllmap dll="libglib-2.0.so" target="libglib-2.0.so.0"/>
<dllmap dll="libgobject-2.0.so" target="libgobject-2.0.so.0"/>
<dllmap dll="libgdk-x11-2.0.so" target="libgdk-x11-2.0.so.0"/>
diff --git a/debian/changelog b/debian/changelog
index 3bd72b648d..1984045049 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mono (1.2.5.1-1) unstable; urgency=low
+
+ * Mirco 'meebey' Bauer:
+ + New upstream (bugfix) release. (Closes: #443468)
+ + debian/System.Windows.Forms.dll.config:
+ - Added libX11 and libXcursor.
+
+ -- Mirco Bauer <meebey@debian.org> Sat, 22 Sep 2007 19:33:05 +0200
+
mono (1.2.5-3) unstable; urgency=high
* Mirco 'meebey' Bauer: