From 7c037569b273a754f232f42309f7bda34c9d5268 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Mon, 10 Mar 2008 03:32:45 +0000 Subject: Add the missing changelog entry for 1afef0ba01d6. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c124af2f8..f3a170403 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,11 @@ xine-lib (1.1.11) unreleased causing failure to play some files. * Support 16-bit big-endian DTS audio. * Improved frame snapshot API. (ABI extension.) + * Re-add support for # (stream parameter separator) in raw filenames, + without the bugs found in the original implementation. + (This is a convenience feature for users only. Front ends which rely on + it for functions like subtitle file detection must instead use file:// + MRLs; if they don't, we consider them to be buggy.) xine-lib (1.1.10.1) 2008-02-07 * Security fixes: -- cgit v1.2.3 From d3572a729ae098dba38d27a2b1914b6ca17c4de1 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 10 Mar 2008 23:11:49 -0300 Subject: Fixed long delay when closing stream on dual core systems [Bug #33] --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f3a170403..84dc7815f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ xine-lib (1.1.11) unreleased (This is a convenience feature for users only. Front ends which rely on it for functions like subtitle file detection must instead use file:// MRLs; if they don't, we consider them to be buggy.) + * Fixed long delay when closing stream on dual core systems [Bug #33] xine-lib (1.1.10.1) 2008-02-07 * Security fixes: -- cgit v1.2.3