summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-02-08 14:19:24 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-02-08 14:19:24 +0000
commitd50b6542e330db416b50aa717aa67e2a0b564d58 (patch)
treeb30835945063b1f6130d6dd4383f6ecc5522571f /ChangeLog
parentf4b5e62eb102b684ea206112d09cfcbc05e1e91e (diff)
downloadxine-lib-d50b6542e330db416b50aa717aa67e2a0b564d58.tar.gz
xine-lib-d50b6542e330db416b50aa717aa67e2a0b564d58.tar.bz2
Remove a break which causes some front ends to hang. (cset ce60f8b5995a)
(If this causes xine-lib to hang on certain broken streams, we have a problem.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cecbb033..9968b2f43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
xine-lib (1.1.17) 2009-??-??
* Build fixes related to ImageMagick 6.4 & later.
* Fix an error in Matroska PTS calculation.
+ * Some front ends hang due to the hang fixes in 1.1.16. Fix this by
+ removing a break statement.
* Enable libmpeg2new. This is not yet production code; the old mpeg2
decoder remains the default.
* Fix a broken size check in the pvr input plugin (ref. CVE-2008-5239).