============ Version 2.25.92 2009-03-03 Bastien Nocera * NEWS: upd * configure.in: 2.25.92 ============ Version 2.25.91 2009-02-17 Bastien Nocera * NEWS: upd * configure.in: 2.25.91 * docs/reference/Makefile.am: fix running make distcheck 2009-02-17 Bastien Nocera * plparse/totem-pl-parser-pls.c (ensure_utf8_valid), (totem_pl_parser_add_pls_with_contents): Patch from Ivan Frade to avoid crashing when a PLS file contains non-UTF-8 characters (Closes: #568736) 2009-02-10 Bastien Nocera * plparse/totem-pl-parser-podcast.c (totem_pl_parser_parse_itms_doc): Fix possible crasher when looking for the feedURL in itms files (Closes: #570997) 2009-02-08 Jonathan Matthew * plparse/totem-pl-parser-pla.c: (totem_pl_parser_write_pla), (totem_pl_parser_add_pla): The first 16 bits of the playlist entry record are actually the one-based offset of the first character of the filename. Set this correctly (rather than always to 0x1A) so the playlists look right when viewed on the device. (Closes: #570484) Also update my email address and fix a couple of debug output statements. 2009-02-07 Philip Withnall * configure.in: * docs/reference/Makefile.am: * docs/reference/totem-pl-parser-docs.sgml: * docs/reference/totem-pl-parser-docs.xml: * docs/reference/totem-pl-parser-sections.txt: * plparse/totem-disc.c: * plparse/totem-pl-parser.c: * plparse/totem-pl-parser.h: Tidy up the documentation a bit, taking advantage of recent gtk-doc features, and also adding missing "since" and "deprecated" tags to a few symbols. gtkdoc-check will now run on `make check`.