============ Version 2.24.1 2008-10-07 Bastien Nocera * NEWS: upd * configure.in: 2.24.1 * autogen.sh: * Makefile.am: Some distcheck fixes 2008-10-07 Bastien Nocera * plparse/totem-pl-parser.c (totem_pl_parser_parse_internal), (totem_pl_parser_add_ignored_scheme): Fix scheme ignore function we used to expect schemes in the form "cdda:" and now we expect "cdda" (Closes: #554875) 2008-10-01 Bastien Nocera * plparse/totem-pl-parser-lines.c (totem_pl_parser_write_m3u): * plparse/totem-pl-parser-pla.c (totem_pl_parser_write_pla): * plparse/totem-pl-parser-pls.c (totem_pl_parser_write_pls): * plparse/totem-pl-parser-xspf.c (totem_pl_parser_write_xspf): Always write the #EXTM3U line at the start of M3U playlists, Spotted by D. Grady (Closes: #551610) Don't unref streams that totem_pl_parser_write_* will unref on error, and make sure the streams are unref'ed and not just closed 2008-09-27 Bastien Nocera * plparse/totem-pl-parser.c (totem_pl_parser_parse_internal): Fix possible warnings 2008-09-27 Bastien Nocera * plparse/totem-pl-parser-lines.c (totem_pl_parser_add_m3u): Fix parsing of DOS M3U files where the last line finishes with a carriage return but no line feed (Closes: #553130)