summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7231762f..4cfc70a74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-11-06 Bastien Nocera <hadess@hadess.net>
+ * src/plparse/totem-pl-parser-podcast.c: (parse_rss_items),
+ (totem_pl_parser_add_rss): Look for the feed metadata first,
+ as it might be at the end of the file (fixes parsing of
+ http://www.pinksilver.net/podcast/feed.xml, thanks Jonathan for
+ the test case)
+
+2007-11-06 Bastien Nocera <hadess@hadess.net>
+
* src/plparse/xmllexer.c: (lexer_decode_entities):
Update decoding of decimal entities to match upstream
patch by Darren Salt, thanks Darren!