diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-08 00:59:43 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-08 00:59:43 +0000 |
commit | cebbcf8e46941579400329895493845685c2cd71 (patch) | |
tree | 722b4b6b1ccf22bc72662ebbeca8d09d057496cb /ChangeLog | |
parent | 1258f00aaa71c16800717caf628f69f2e8e6f4ca (diff) | |
parent | fb2fe7b925efb93f26cb38e35acd15e248cd60b4 (diff) | |
download | xine-lib-cebbcf8e46941579400329895493845685c2cd71.tar.gz xine-lib-cebbcf8e46941579400329895493845685c2cd71.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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: |