aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-31 13:29:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-31 13:30:13 -0400
commit23e90f6f3cb5a570e8bf9eb3d2798c27a5ba2537 (patch)
tree6d6eab72231cb43bce52f0b332315b044b91341f /debian
parent41f7627baee212ce4a4a75126109d9569c790dd0 (diff)
importfeed: Avoid downloading a redundant item from a feed whose guid has been downloaded before, even when the url has changed.
To support this, always store itemid in metadata; before this was only done when annex.genmetadata was set.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e9d2558c1..196743bd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,10 @@ git-annex (5.20150328) UNRELEASED; urgency=medium
* Fix GETURLS in external special remote protocol to strip
downloader prefix from logged url info before checking for the
specified prefix.
+ * importfeed: Avoid downloading a redundant item from a feed whose
+ guid has been downloaded before, even when the url has changed.
+ * importfeed: Always store itemid in metadata; before this was only
+ done when annex.genmetadata was set.
-- Joey Hess <id@joeyh.name> Fri, 27 Mar 2015 16:04:43 -0400