aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-09-08 20:45:19 +0000
committerOmar Polo <op@omarpolo.com>2022-09-08 20:45:19 +0000
commitf7c6f7155a9fe427eff74fcb1e23818413b893dc (patch)
treec644321245bdec949aa93766104755e2557f7b96 /ChangeLog
parenta5fb2593a9ab1c6cc4ae027924724dd2714f7fe1 (diff)
sync
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7236bc2..6540752 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-09-07 Omar Polo <op@omarpolo.com>
+
+ * ge.c (main): add `ge': small program to quickly export a directory over Gemini.
+
+2022-09-06 Omar Polo <op@omarpolo.com>
+
+ * server.c: drop CGI support.
+ * sandbox.c: optionally disable the sandbox on non-OpenBSD when fastcgi or proxy are used. New sockets can't be opened under FreeBSD' capsicum(4) and a huge pain in the arse under Linux' seccomp/landlock. Patches welcome!
+
2022-07-07 Omar Polo <op@omarpolo.com>
* log.c (logger_main): fix timestamps in log files. Reported by Karl Jeacle, thanks!