[totem-pl-parser] 2.30.3



commit d0f36f59a0afce7ecd79ca7e1c3e6d10d0b024d5
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 13 14:40:12 2010 +0100

    2.30.3
    
    Add missing test file to the dist

 NEWS                      |    4 ++++
 configure.in              |    2 +-
 plparse/tests/Makefile.am |    3 ++-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 88f10f0..e75679f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 New features and significant updates in version...
 
+2.30.3
+* Fix parsing of M3U files with ":" in their titles
+* Fix parsing of files hiding as MP4 files (eg. an FLV with an MP4 extension)
+
 2.30.2
 * Fix parsing PLS playlists with "holes" in the numbering
 * Fix crash in totem_pl_parser_parse_with_base when parsing
diff --git a/configure.in b/configure.in
index 4f505bc..eac9947 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.62)
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 30)
-m4_define(totem_version_micro, 2)
+m4_define(totem_version_micro, 3)
 
 AC_INIT([totem-pl-parser],
         [totem_version_major.totem_version_minor.totem_version_micro],
diff --git a/plparse/tests/Makefile.am b/plparse/tests/Makefile.am
index f9e143e..d79851c 100644
--- a/plparse/tests/Makefile.am
+++ b/plparse/tests/Makefile.am
@@ -61,4 +61,5 @@ EXTRA_DIST =			\
 	old-lastfm-output.xspf	\
 	separator.m3u		\
 	3gpp-file.mp4		\
-	really-flv.mp4
+	really-flv.mp4		\
+	audio.php



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]