summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2008-10-05 08:16:38 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-05 08:16:38 +0000
commitf03c4cc9224db9c333e5ce1f97e720dc0f30e982 (patch)
treeb311af33046e5a4a3cd6edc8176822ef4b0a38cd /ChangeLog
parent9fc25718b50d2d0ee39ed697fd7b64c4a5c36441 (diff)
gst/__init__.py: Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS as the values are different there fro...
Original commit message from CVS: Patch by: Thiemo Seufer <ths at networkno dot de> * gst/__init__.py: Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS as the values are different there from all other Linux platforms. Fixes bug #553134.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c90737..7646b72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ Patch by: Thiemo Seufer <ths at networkno dot de>
+
+ * gst/__init__.py:
+ Use correct values for RTLD_GLOBAL and RTLD_LAZY on Linux/MIPS
+ as the values are different there from all other Linux platforms.
+ Fixes bug #553134.
+
+2008-10-05 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
Patch by: Alexander Wirt <formorer at debian dot org>
* gst/__init__.py: