aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-09-01 22:11:35 +0100
committerJuan J. Martinez <jjm@usebox.net>2021-09-01 22:11:35 +0100
commit3a2bcf115fb7aabc565183ddc37d0aaa76e21a28 (patch)
tree1045410479e962007281d5aa98d418c472c8863a
parentcfbb8d48a22bd8c905b5e247c52a949d73c363be (diff)
downloadspacebeans-3a2bcf115fb7aabc565183ddc37d0aaa76e21a28.tar.gz
spacebeans-3a2bcf115fb7aabc565183ddc37d0aaa76e21a28.zip
Documented fix, ready for 1.3.0
-rw-r--r--CHANGES.md6
1 files changed, 6 insertions, 0 deletions
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:
```