summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-01-07 15:57:44 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-01-07 15:57:44 +0000
commit83a5e7c065cef4414203814e4dea85265bd62a56 (patch)
tree32b4152655cbaabe62dbd85c448c4f55f5d7c81b
parent83566bc20a297c8f4e250725ffe68cc742ed6cbc (diff)
downloadtotem-pl-parser-V_2_21_90.tar.gz
upd 2.21.90 Fix distcheckV_2_21_90
2008-01-07 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 2.21.90 * plparse/Makefile.am: Fix distcheck svn path=/trunk/; revision=27
-rw-r--r--ChangeLog8
-rw-r--r--NEWS7
-rw-r--r--configure.in2
-rw-r--r--plparse/Makefile.am9
4 files changed, 21 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 25a70ac..1b67b65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/NEWS b/NEWS
index 565f0e3..271289d 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.in b/configure.in
index 609a999..9f44627 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
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],
diff --git a/plparse/Makefile.am b/plparse/Makefile.am
index 03323f9..1d508ea 100644
--- a/plparse/Makefile.am
+++ b/plparse/Makefile.am
@@ -5,7 +5,7 @@ test_parser_SOURCES = test-parser.c
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 @@ libtotem_plparser_la_SOURCES = \
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_SOURCES = \
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)