~ubuntu-branches/ubuntu/hardy/totem-pl-parser/hardy-proposed

« back to all changes in this revision

Viewing changes to plparse/totem-pl-parser-xspf.c

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-01-07 21:49:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080107214925-r0oz12jw3rk9gvcx
Tags: 2.21.90-0ubuntu1
* New upstream release
  - 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
* debian/control{.in};
  - Build depend on libcamel
  - Bump Standards-Version to 3.7.3
* Updated shlibs
* Added watch file
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
   Author: Bastien Nocera <hadess@hadess.net>
21
21
 */
22
22
 
23
 
#ifdef HAVE_CONFIG_H
24
23
#include "config.h"
25
 
#endif /* HAVE_CONFIG_H */
26
 
 
27
24
 
28
25
#ifndef TOTEM_PL_PARSER_MINI
29
26
#include <string.h>