summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-02-08 00:59:43 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-02-08 00:59:43 +0000
commitcebbcf8e46941579400329895493845685c2cd71 (patch)
tree722b4b6b1ccf22bc72662ebbeca8d09d057496cb /ChangeLog
parent1258f00aaa71c16800717caf628f69f2e8e6f4ca (diff)
parentfb2fe7b925efb93f26cb38e35acd15e248cd60b4 (diff)
downloadxine-lib-cebbcf8e46941579400329895493845685c2cd71.tar.gz
xine-lib-cebbcf8e46941579400329895493845685c2cd71.tar.bz2
Merge from 1.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee10261ba..e2e81fc8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,7 +59,21 @@ xine-lib (1.1.90) (Unreleased)
(XvMC does not, at present.)
xine-lib (1.1.11) unreleased
+ * Reworked the plugin directory naming so that external plugins don't have
+ to be rebuilt for every release. We now use a naming scheme based on the
+ API/ABI versioning, checking older directories - with this release, the
+ plugin directory name is 1.19, and if this gets bumped to 1.20 in a
+ future release, 1.19 will still be available for external plugins.
+ (Any directories not 1.* won't be looked in.)
+
+xine-lib (1.1.10.1) 2008-02-07
+ * Security fixes:
+ - Array index vulnerability which may allow remote attackers to execute
+ arbitrary code via a crafted FLAC tag, causing a stack buffer overflow.
+ (CVE-2008-0486)
* Fix a RealPlayer codec detection bug.
+ * Improve detection of MP3 streams with ID3v2 tags. Don't trust the tag
+ size.
xine-lib (1.1.10) 2008-01-26
* Security fixes: