# HG changeset patch # User Guido Berhoerster # Date 1562326956 -7200 # Node ID f4e8aa4d50dad774bac42b75b0fd60cc669fc3d6 # Parent d5506fdb65f0c185e6e2f34c9ca91955dbbb71cb Release version 8 diff -r d5506fdb65f0 -r f4e8aa4d50da Makefile --- a/Makefile Fri Jul 05 13:29:29 2019 +0200 +++ b/Makefile Fri Jul 05 13:42:36 2019 +0200 @@ -22,7 +22,7 @@ # NAME = feed-preview -VERSION = 7 +VERSION = 8 EXT_NAME = $(subst -,_,$(NAME))-$(VERSION) INKSCAPE := inkscape diff -r d5506fdb65f0 -r f4e8aa4d50da NEWS --- a/NEWS Fri Jul 05 13:29:29 2019 +0200 +++ b/NEWS Fri Jul 05 13:42:36 2019 +0200 @@ -1,6 +1,13 @@ News ==== +Feed Preview 8 (2019-07-05T13:42:36+02:00) +------------------------------------------ + +- Add support for Dublin Core elements to the RSS 2.0 feed parser +- Add support for the RSS Content module to the RSS 2.0 feed parser +- Work around race condition in feed reader subscription script execution + Feed Preview 7 (2019-04-12T12:16:00+02:00) ------------------------------------------