From 95f5035950af0f1e3b92848ae39acac766fd59ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sun, 26 Dec 2021 20:02:41 +0100 Subject: pozabil posodobiti release na 0.0.17 v changelogu --- debian/changelog | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 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 -- cgit v1.2.3