From 6efc8270ef8f75a842930a0f703cb3539f106d4b Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Thu, 15 Oct 2009 22:01:24 +0100 Subject: Make the XML lexer and parser re-entrant --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 588583471..9919a08f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ xine-lib (1.1.17) 2009-??-?? * Work around MOD files with reported length == 0. * Reworked Matroska demuxer. Now reads files created by mkvmerge 2.7.0. * Support BluRay/HDMV streams & subtitles. + * The XML parser & lexer code now has re-entrancy. xine-lib (1.1.16.3) 2009-04-03 * Security fixes: -- cgit v1.2.3 From 13644839b68d174ed745710c2b6ae592e7f771d6 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 21 Oct 2009 18:23:15 +0100 Subject: Fixed a bug which prevented "dvb://" working with the default configuration. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9919a08f2..f8ba8a1e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,8 @@ xine-lib (1.1.17) 2009-??-?? * Reworked Matroska demuxer. Now reads files created by mkvmerge 2.7.0. * Support BluRay/HDMV streams & subtitles. * The XML parser & lexer code now has re-entrancy. + * Fixed a bug which prevented "dvb://" (no channel specified) working with + the default configuration. xine-lib (1.1.16.3) 2009-04-03 * Security fixes: -- cgit v1.2.3