summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e1a6fe964..c73a1131d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,14 @@ xine-lib (1.1.8) (Unreleased)
system macros. BE_/LE_ are now _X_BE_ and _X_LE_.
* Add an extra function to allow front ends to rename their old,
badly-named configuration items.
-
+ * Various build fixes and cleanups for Solaris, plugin dependencies etc.
+ * Fix some memory leaks in the Vorbis decoder and video overlays.
+ * Fix a problem with the goom plugin which could cause it to stop working.
+ * Clean up "%" unescaping in MRLs; correctly handle "%" in DVD MRLs.
+ * Fix a crash with "dvb:/".
+ * DVB subtitle fixes: deadlock prevention, thread leakage, spec compliance.
+ * Allow the DVB input plugin to timeout if it is receiving no signal.
+
xine-lib (1.1.7)
* Support libdca (new name for libdts) by shuffling around the dts.h file.
* Add support for MDHD version 1 atom in demux_qt. [bug #1679398]