sfeed: update debian port to 2.2 - randomcrap - random crap programs of varying quality
(HTM) git clone git://git.codemadness.org/randomcrap
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7d5aa3a1548c738e84caf1c51e0ed5cf96202c69
(DIR) parent 6a350a05ef600ca7d861164032ca0ef8363174f3
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 11 Mar 2025 22:30:18 +0100
sfeed: update debian port to 2.2
Diffstat:
M ports/debian/sfeed/debian/changelog | 27 +++++++++++++++++++++++++++
M ports/debian/sfeed/debian/files | 6 +++---
2 files changed, 30 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/ports/debian/sfeed/debian/changelog b/ports/debian/sfeed/debian/changelog
@@ -1,3 +1,30 @@
+sfeed (2.2-1) unstable; urgency=medium
+
+ * Improvements:
+ * sfeed.c: optimize tag lookup by reverting the binary search to a
+ linear lookup. This is because the tags table is very small.
+
+ * Documentation fixes:
+ * README, sfeedrc.5: improve If-Modified-Since example:
+ * Use the exact server timestamp to compare modified content
+ (curl -R option). Using the client timestamp is imprecise.
+ * Do not use the modified timestamp of the ETag for If-Modified-Since
+ this can differ as well.
+
+ -- Hiltjo Posthuma <hiltjo@codemadness.org> Tue, 11 Mar 2025 12:34:56 +0100
+
+sfeed (2.1-1) unstable; urgency=medium
+
+ * Fixes:
+ * xml.c parsing fix: improve parsing whitespace after end tag names.
+ * sfeed_update: fix: leave IFS unchanged for sfeedrc code.
+ * sfeed.c, small pedantic time parsing improvements.
+
+ * Documentation improvements.
+ * Code-style improvements.
+
+ -- Hiltjo Posthuma <hiltjo@codemadness.org> Thu, 26 Dec 2024 12:34:56 +0100
+
sfeed (2.0-1) unstable; urgency=medium
* Features:
(DIR) diff --git a/ports/debian/sfeed/debian/files b/ports/debian/sfeed/debian/files
@@ -1,3 +1,3 @@
-sfeed-dbgsym_2.0-1_amd64.deb debug optional automatic=yes
-sfeed_2.0-1_amd64.buildinfo net optional
-sfeed_2.0-1_amd64.deb net optional
+sfeed-dbgsym_2.2-1_amd64.deb debug optional automatic=yes
+sfeed_2.2-1_amd64.buildinfo net optional
+sfeed_2.2-1_amd64.deb net optional