diff options
author | Omar Polo <op@omarpolo.com> | 2022-09-08 20:45:19 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-09-08 20:45:19 +0000 |
commit | f7c6f7155a9fe427eff74fcb1e23818413b893dc (patch) | |
tree | c644321245bdec949aa93766104755e2557f7b96 /ChangeLog | |
parent | a5fb2593a9ab1c6cc4ae027924724dd2714f7fe1 (diff) |
sync
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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! |