summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-09-02 16:25:11 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2021-09-02 16:25:11 +0200
commit86d8d346d125346be7f22974ccea182cb1c0a10f (patch)
treeba891995c0e0566617b790bdb4a94e79f27e0574
parentadded homepage (diff)
downloadsear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar
sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar.gz
sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar.bz2
sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar.lz
sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar.xz
sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.tar.zst
sear.c-86d8d346d125346be7f22974ccea182cb1c0a10f.zip
-rw-r--r--README.md3
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index a05c89a..8c96e3f 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,7 @@ make
* navigate to [http://localhost:7327](http://localhost:7327) and do a couple of searches to see if everything works
* the horseshoe button redirects directly to the first result without wasting time on the results page. use if you feel lucky. (BP)
* the painting button performs a search for images. PRIVACY WARNING: images are loaded directly from servers (not from google)
-* ~~check logs by navigating to /logs.html~~ logging to memory was disabled for consuming less memory, you can define SC\_LOGMEM while compiling to enable deprecated memory logging support
-* program also writes all logs to standard error
+* program writes all logs to standard error
* setting the h parameter will rewrite links to HTTP from HTTPS
* setting the l parameter with a number will limit number of displayed links to that number.
diff --git a/debian/changelog b/debian/changelog
index c301ec1..302be48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sear.c (0.0.14-1) stable; urgency=low
+sear.c (0.0.14-3) stable; urgency=low
* beautified how PHP scripting is done and how l and h are resent
* reverted bigger picture on hover, it was blocking click on mobile