From 3a2bcf115fb7aabc565183ddc37d0aaa76e21a28 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 1 Sep 2021 22:11:35 +0100 Subject: Documented fix, ready for 1.3.0 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.md') diff --git a/CHANGES.md b/CHANGES.md index 0d0c53e..b3340a4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,12 @@ ## Release 1.3.0 - 2021-??-?? + - Fix: CGIs used as index file are now executed. + + For example, if the index file is `index.gmi` and CGI is enabled in the + directory `dir`, a CGI with name `index.gmi` will be executed when accesing + `gemini://host/dir/`. Before the fix, the file was served instead. + - Support to provide extra environment variables to CGIs: ``` -- cgit v1.2.3