diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-09-01 22:11:35 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-09-01 22:11:35 +0100 |
commit | 3a2bcf115fb7aabc565183ddc37d0aaa76e21a28 (patch) | |
tree | 1045410479e962007281d5aa98d418c472c8863a /CHANGES.md | |
parent | cfbb8d48a22bd8c905b5e247c52a949d73c363be (diff) | |
download | spacebeans-3a2bcf115fb7aabc565183ddc37d0aaa76e21a28.tar.gz spacebeans-3a2bcf115fb7aabc565183ddc37d0aaa76e21a28.zip |
Documented fix, ready for 1.3.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: ``` |