summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-22 18:47:15 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-22 18:47:15 +0100
commit0ca390809880469773d630963249a550ec3fa523 (patch)
treefe32a56f1184b870a6fc943ba233870553ffebe0 /ChangeLog
parent4a85a1853424d220a4488b1e158b778ab9d7e56b (diff)
parent9c0f263985b4612e7e67244d6140c087f880602c (diff)
downloadxine-lib-0ca390809880469773d630963249a550ec3fa523.tar.gz
xine-lib-0ca390809880469773d630963249a550ec3fa523.tar.bz2
Merge from 1.1 branch.
--HG-- rename : src/libmad/xine_mad_decoder.c => src/audio_dec/xine_mad_decoder.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 924a184fc..53bd81896 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,10 +59,16 @@ xine-lib (1.1.90) (Unreleased)
xine-lib (1.1.10) (unreleased)
* Update Ogg and Annodex mimetypes and extensions.
* Change the default v4l device paths to /dev/video0 and /dev/radio0.
+ * Fix support for subtitles with schemes (e.g. http://), partly broken
+ since 1.1.8.
+ * Unescape the filename in "#save:". This allows filenames to contain ';'
+ etc. without ambiguity, e.g. "#save:foo%3B1.ts" -> "foo;1.ts", but front
+ end authors should be careful with xine-lib older than 1.1.10.
xine-lib (1.1.9.1)
* Security fixes:
- - Fix a buffer overflow in RTSP header-handling code. (CVE-2008-0225)
+ - Buffer overflow which allows a remote attacker to execute arbitrary
+ code via a crafted SDP Abstract attribute. (CVE-2008-0225)
(Fix ported from mplayer changeset 22821)
* Fix a read-past-end bug in xine-lib's internal strtok_r replacement.
(Only affects systems without strtok_r.) [Bug #19]