summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 37c1d2ecc..5ae4e8a77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,25 @@
-xine-lib (1.1.5) (Unreleased)
+xine-lib (1.1.7) (unreleased)
+ * 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]
+ * Handle single-quoted attribute values in XML.
+ * Fix default paths for RealPlayer libraries (broken in 1.1.5).
+ [Bug 1707526]
+ * Fix proxy usage when the hostnames cannot be resolved. Thanks to Jeff
+ Mitchell for reporting and testing the fix.
+
+xine-lib (1.1.6)
+ * Split the DirectFB plugin into X11 and non-X versions.
+ * Improve the Mac OS X video output plugin. Thanks to Matt Messier.
+ * Fixed the XcbXv plugin - an empty plugin would be built if "old" Xv
+ isn't detected.
+ * Reworked the channels.conf file handling in the DVB plugin. Previously,
+ with junk content, the plugin could potentially consume lots of memory
+ (possibly causing a local DoS). Also, a few small memory leaks have been
+ eliminated.
+ * Fixed a CDDA-related crash and a DVD-related hang, both caused by the
+ same change in 1.1.5.
+
+xine-lib (1.1.5)
* Security fixes:
- Fix heap overflow in DMO loader. (CVE-2007-1246) [bug #1676925]
Thanks to Kees Cook for reporting.