From 674bbc27c78fd1287dde0994aa32122e9e815617 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 12 Nov 2007 04:36:49 +0000 Subject: upd 2.21.1 Fix extraneous character breaking the build 2007-11-12 Bastien Nocera * NEWS: upd * configure.in: 2.21.1 * lib/Makefile.am: Fix extraneous character breaking the build svn path=/trunk/; revision=4862 --- ChangeLog | 8 ++++++++ NEWS | 17 +++++++++++++++++ configure.in | 2 +- lib/Makefile.am | 2 +- 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9bb056725..1b8db8981 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +============ Version 2.21.1 + +2007-11-12 Bastien Nocera + + * NEWS: upd + * configure.in: 2.21.1 + * lib/Makefile.am: Fix extraneous character breaking the build + 2007-11-07 Bastien Nocera * src/plparse/totem-pl-parser-lines.c: (totem_pl_parser_add_m3u): diff --git a/NEWS b/NEWS index e094a9683..f0d164cc3 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ New features and significant updates in version... +2.21.2: +* Fix compilation problems on Solaris +* Playlist parser + - Add support for parsing M3U files with drive letters in the filenames + - Implement decoding of decimal entities in XML files, as used in Podcasts + - Fix parsing of podcasts from Feedburner.com + - Fix parsing of RSS feeds that have their channel metadata at the end + of the file + +* Browser plugin + - Implement SetURL, GetURL, SetVolume, GetVolume and GetCurrentPosition in the + Windows Media Player compatible plugin + - Implement SetVolume and GetVolume in the QuickTime compatible plugin + +* xine-lib backend + - Fix a missing requirement for gnome-keyring + 2.21.1: * Plenty of YouTube plugin bug fixes * Add OPML parsing diff --git a/configure.in b/configure.in index 5527d269f..16f48e91d 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, 1) +m4_define(totem_version_micro, 2) AC_INIT([totem], [totem_version_major.totem_version_minor.totem_version_micro], diff --git a/lib/Makefile.am b/lib/Makefile.am index 3db36318c..163e867e7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -33,7 +33,7 @@ libtotemscrsaver_la_LIBADD = \ noinst_HEADERS = totem_internal.h -libtotem_glibc_la_SOURCES =ยป +libtotem_glibc_la_SOURCES = libtotem_glibc_la_LIBADD = @LTLIBOBJS@ EXTRA_DIST = asprintf.c -- cgit v1.2.1