summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5dcb664..0ce2d77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+sear.c (0.0.17-1) stable; urgency=low
+
+ * new storage algoritm - O(log n) average instead of O(n) - POSIX glibc
+ tsearch(3). to use the old algorithm, compile with -DSC_OLD_STORAGE to
+ use the old storage method - make -e CC="cc -DSC_OLD_STORAGE"
+ * fixed parser - now search for css classes is done case-insensitive
+ * fixed a memory leak where hreflink was not freed in image searching - a
+ leak still exists though, I did not look for it
+ * port can now be configured with environment variable SC_PORT
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Sun, 26 Dec 2021 20:00:00 +0200
+
sear.c (0.0.16-1) stable; urgency=low
* fixed a DoS and possibly RCE security vulnerability that was introduced in