summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-12-26 20:02:41 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2021-12-26 20:02:41 +0100
commit95f5035950af0f1e3b92848ae39acac766fd59ee (patch)
tree6a3a1cefbb5491ff0d793eaeaf9cf45fc1ab4c55
parentfixed parser, fixed leak, O(log n) storage - tsearch(3) - 0.0.17 (diff)
downloadsear.c-95f5035950af0f1e3b92848ae39acac766fd59ee.tar
sear.c-95f5035950af0f1e3b92848ae39acac766fd59ee.tar.gz
sear.c-95f5035950af0f1e3b92848ae39acac766fd59ee.tar.bz2
sear.c-95f5035950af0f1e3b92848ae39acac766fd59ee.tar.lz
sear.c-95f5035950af0f1e3b92848ae39acac766fd59ee.tar.xz
sear.c-95f5035950af0f1e3b92848ae39acac766fd59ee.tar.zst
sear.c-95f5035950af0f1e3b92848ae39acac766fd59ee.zip
-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