Author: kelnos
Date: 2006-11-27 16:12:04 +0000 (Mon, 27 Nov 2006)
New Revision: 23989

Modified:
   xfmedia/tags/xfmedia_0_9_2/NEWS
   xfmedia/tags/xfmedia_0_9_2/src/Makefile.am
   xfmedia/trunk/NEWS
   xfmedia/trunk/src/Makefile.am
Log:
* fix symbol export for plugins, crash on openbsd (bug 2524)
* retag 0.9.2


Modified: xfmedia/tags/xfmedia_0_9_2/NEWS
===================================================================
--- xfmedia/tags/xfmedia_0_9_2/NEWS     2006-11-27 10:47:19 UTC (rev 23988)
+++ xfmedia/tags/xfmedia_0_9_2/NEWS     2006-11-27 16:12:04 UTC (rev 23989)
@@ -2,7 +2,7 @@
 | Xfmedia |
 +---------+
 
-Version 0.9.2 (26 Nov 2006):
+Version 0.9.2 (27 Nov 2006):
   Bugfixes:
     * Fix finding the global keybindings file when XDG_DATA_DIRS isn't set
       up properly (bug 1152).
@@ -11,8 +11,7 @@
     * Fix fullscreen control window positioning.
     * Fix xine UI message event handling (or at least make it work better).
     * Fix autosave handling (bug 1722, sorta).
-    * Disable building infopipe plugin, as it's more or less broken.
-    * Fix crash if old infopipe plugin is hanging around (bug 2524).
+    * Fix symbol export and crash in infopipe plugin (bug 2524).
     * Update Gtk icon cache when icons are installed.
     * Fix window size changes between tracks when playing consecutive video
       files in the playlist.

Modified: xfmedia/tags/xfmedia_0_9_2/src/Makefile.am
===================================================================
--- xfmedia/tags/xfmedia_0_9_2/src/Makefile.am  2006-11-27 10:47:19 UTC (rev 
23988)
+++ xfmedia/tags/xfmedia_0_9_2/src/Makefile.am  2006-11-27 16:12:04 UTC (rev 
23989)
@@ -63,6 +63,7 @@
        @TAGLIB_CFLAGS@
 
 xfmedia_LDFLAGS = \
+       -export-dynamic \
        @LIBX11_LDFLAGS@
 
 xfmedia_LDADD = \

Modified: xfmedia/trunk/NEWS
===================================================================
--- xfmedia/trunk/NEWS  2006-11-27 10:47:19 UTC (rev 23988)
+++ xfmedia/trunk/NEWS  2006-11-27 16:12:04 UTC (rev 23989)
@@ -2,7 +2,7 @@
 | Xfmedia |
 +---------+
 
-Version 0.9.2 (26 Nov 2006):
+Version 0.9.2 (27 Nov 2006):
   Bugfixes:
     * Fix finding the global keybindings file when XDG_DATA_DIRS isn't set
       up properly (bug 1152).
@@ -11,8 +11,7 @@
     * Fix fullscreen control window positioning.
     * Fix xine UI message event handling (or at least make it work better).
     * Fix autosave handling (bug 1722, sorta).
-    * Disable building infopipe plugin, as it's more or less broken.
-    * Fix crash if old infopipe plugin is hanging around (bug 2524).
+    * Fix symbol export and crash in infopipe plugin (bug 2524).
     * Update Gtk icon cache when icons are installed.
     * Fix window size changes between tracks when playing consecutive video
       files in the playlist.

Modified: xfmedia/trunk/src/Makefile.am
===================================================================
--- xfmedia/trunk/src/Makefile.am       2006-11-27 10:47:19 UTC (rev 23988)
+++ xfmedia/trunk/src/Makefile.am       2006-11-27 16:12:04 UTC (rev 23989)
@@ -63,6 +63,7 @@
        @TAGLIB_CFLAGS@
 
 xfmedia_LDFLAGS = \
+       -export-dynamic \
        @LIBX11_LDFLAGS@
 
 xfmedia_LDADD = \

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to