summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0ce2d77..6bcdb9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sear.c (0.0.18-1) stable; urgency=low
+
+ * removed dependency to dh_systemd as it's included in debmake for some time
+ * added link to armel builds in README.md
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Sun, 26 Dec 2021 21:45:46 +0200
+
sear.c (0.0.17-1) stable; urgency=low
* new storage algoritm - O(log n) average instead of O(n) - POSIX glibc