totem-pl-parser r237 - branches/gnome-2-24



Author: hadess
Date: Tue Oct  7 14:14:36 2008
New Revision: 237
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=237&view=rev

Log:
2008-10-07  Bastien Nocera  <hadess hadess net>

	* NEWS: upd
	* configure.in: 2.24.1
	* autogen.sh:
	* Makefile.am: Some distcheck fixes



Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/Makefile.am
   branches/gnome-2-24/NEWS
   branches/gnome-2-24/autogen.sh
   branches/gnome-2-24/configure.in

Modified: branches/gnome-2-24/Makefile.am
==============================================================================
--- branches/gnome-2-24/Makefile.am	(original)
+++ branches/gnome-2-24/Makefile.am	Tue Oct  7 14:14:36 2008
@@ -3,9 +3,6 @@
 EXTRA_DIST =			\
 	COPYING.LIB		\
 	autogen.sh		\
-	intltool-extract.in	\
-	intltool-merge.in	\
-	intltool-update.in	\
 	AUTHORS NEWS		\
 	gtk-doc.make		\
 	totem-plparser.pc.in	\

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Tue Oct  7 14:14:36 2008
@@ -1,5 +1,10 @@
 New features and significant updates in version...
 
+2.24.1:
+* Fix DVB channels parsing in Totem
+* Fix parsing of DOS M3U files that don't finish with a line feed
+* Always write '#EXTM3U" at the start of M3U playlists
+
 2.24.0:
 * Updated translations
 

Modified: branches/gnome-2-24/autogen.sh
==============================================================================
--- branches/gnome-2-24/autogen.sh	(original)
+++ branches/gnome-2-24/autogen.sh	Tue Oct  7 14:14:36 2008
@@ -17,4 +17,4 @@
 	exit 1
 }
 
-REQUIRED_PKG_CONFIG_VERSION=0.17.1 REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh
+REQUIRED_PKG_CONFIG_VERSION=0.17.1 REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh --enable-gtk-doc

Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in	(original)
+++ branches/gnome-2-24/configure.in	Tue Oct  7 14:14:36 2008
@@ -2,7 +2,7 @@
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 24)
-m4_define(totem_version_micro, 0)
+m4_define(totem_version_micro, 1)
 
 AC_INIT([totem-pl-parser],
         [totem_version_major.totem_version_minor.totem_version_micro],
@@ -19,7 +19,7 @@
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, ["$GETTEXT_PACKAGE"], [Define to the Gettext package name])
 AC_SUBST(GETTEXT_PACKAGE)
 AM_GLIB_GNU_GETTEXT
-IT_PROG_INTLTOOL([0.35.0])
+IT_PROG_INTLTOOL([0.40.0])
 
 AC_PROG_CXX
 AM_PROG_CC_C_O



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