From 638fbcc93c675844c1c337518eb00db65d65d563 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 14 Apr 2007 00:33:12 +0100 Subject: Remove #ifdef wrappers from the Xv & XcbXv plugins. Allows XcbXv to be built. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e65698e3a..2b142dc4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ xine-lib (1.1.6) [UNRELEASED] * 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. xine-lib (1.1.5) * Security fixes: -- cgit v1.2.3 From 547024e5bbe2294df9528738975230aca8aa8394 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 14 Apr 2007 14:22:53 +0100 Subject: 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. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2b142dc4a..7f4d61774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ xine-lib (1.1.6) [UNRELEASED] * 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. xine-lib (1.1.5) * Security fixes: -- cgit v1.2.3