totem-pl-parser r27 - in trunk: . plparse



Author: hadess
Date: Mon Jan  7 15:57:44 2008
New Revision: 27
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=27&view=rev

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

	* NEWS: upd
	* configure.in: 2.21.90
	* plparse/Makefile.am: Fix distcheck



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/plparse/Makefile.am

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Mon Jan  7 15:57:44 2008
@@ -1,3 +1,11 @@
+============ Version 2.21.90
+
+2008-01-07  Bastien Nocera  <hadess hadess net>
+
+	* NEWS: upd
+	* configure.in: 2.21.90
+	* plparse/Makefile.am: Fix distcheck
+
 2007-12-28  Bastien Nocera  <hadess hadess net>
 
 	* plparse/totem-pl-parser.c: (totem_pl_parser_is_iso8601_date):

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jan  7 15:57:44 2008
@@ -1,5 +1,12 @@
 New features and significant updates in version...
 
+2.21.90:
+* Depend on Camel and newer glibs to parse dates from Atom and RSS feeds
+* Handle Byte-Order-Marks in Podcasts
+* Fix for redirections on Apple's trailer pages
+* Fix relative links when two paths have the same prefix
+* Don't copy buffers when checking for file types
+
 2.21.6:
 * Fix the library not detecting HAL
 * Fix contents of totem-pl-parser-mini.pc

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Jan  7 15:57:44 2008
@@ -2,7 +2,7 @@
 
 m4_define(totem_version_major, 2)
 m4_define(totem_version_minor, 21)
-m4_define(totem_version_micro, 6)
+m4_define(totem_version_micro, 90)
 
 AC_INIT([totem-pl-parser],
         [totem_version_major.totem_version_minor.totem_version_micro],

Modified: trunk/plparse/Makefile.am
==============================================================================
--- trunk/plparse/Makefile.am	(original)
+++ trunk/plparse/Makefile.am	Mon Jan  7 15:57:44 2008
@@ -5,7 +5,7 @@
 test_parser_CPPFLAGS = \
 	-I$(top_srcdir)			\
 	-I$(top_srcdir)/lib		\
-	-I$(top_builddir)/src/plparser	\
+	-I$(top_builddir)/plparse	\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"\
 	$(DISABLE_DEPRECATED)		\
 	$(AM_CPPFLAGS)
@@ -90,12 +90,13 @@
 	totem-pl-parser-xspf.c			\
 	totem-pl-parser-xspf.h			\
 	xmlparser.h xmlparser.c			\
-	xmllexer.h xmllexer.c
+	xmllexer.h xmllexer.c			\
+	bswap.h
 
 libtotem_plparser_la_CPPFLAGS = \
 	-I$(top_srcdir)				\
 	-I$(top_srcdir)/lib			\
-	-I$(top_builddir)/src/plparser		\
+	-I$(top_builddir)/plparse		\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"\
 	$(DISABLE_DEPRECATED)			\
 	$(AM_CPPFLAGS)
@@ -144,7 +145,7 @@
 libtotem_plparser_mini_la_CPPFLAGS = \
 	-I$(top_srcdir)			\
 	-I$(top_srcdir)/lib		\
-	-I$(top_builddir)/src/plparser	\
+	-I$(top_builddir)/plparse	\
 	-DTOTEM_PL_PARSER_MINI		\
 	$(DISABLE_DEPRECATED)		\
 	$(AM_CPPFLAGS)



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