summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-06-13 00:32:11 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-06-13 00:32:11 +0000
commit110a7c280bf9feffe7df9ca765287eb31395dd5a (patch)
tree7df2b734c13caf31e3168159902eb4dae7303149 /ChangeLog
parent5eaa2ba0f9f67f65e4f80c1a25f41f561c98b5d9 (diff)
downloadxine-lib-110a7c280bf9feffe7df9ca765287eb31395dd5a.tar.gz
xine-lib-110a7c280bf9feffe7df9ca765287eb31395dd5a.tar.bz2
**BUGFIX**
fix deadlock with _x_flush_events_queues CVS patchset: 7621 CVS date: 2005/06/13 00:32:11
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b8a1a628..fa511c32d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,8 @@ xine-lib (1.0.2)
* add a new error message when a file we tried to play is an empty
(zero-sized) file
* be more POSIX-compliant (head, tail) (build fix)
+ * fixed deadlock when libxine was called from the event listener thread and
+ tried to flush all pending events.
xine-lib (1.0.1)
* Big XvMC quality / correctness / cpu-usage fix. [bug #1114517]