From d18572b1eba8e92b25915e183ffbacc8af4b03dd Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 20 Jul 2021 20:33:07 +0100 Subject: Ready for release 1.2.0 --- CHANGES.md | 12 ++++++++++++ README.md | 1 + 2 files changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6a24333..26f8fcb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ # What's new? +## Release 1.2.0 - 2021-07-20 + + - Classic CGI support: + +``` +// CGI enabled in ROOT/cgi-bin/ +directories = [ + { path = "cgi-bin/", allow-cgi = true } +] + +``` + ## Release 1.1.2 - 2021-03-02 - Disable debug logging that was left on by mistake diff --git a/README.md b/README.md index 319a78c..4646d68 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Some of the **SpaceBeans** features: - Configurable MIME types, or a built-in resolver - Virtual hosting, with SNI support - User directories support + - Classic CGI scripts - User provided certificates or auto-generated in memory (for development) - Configurable SSL engine (e.g. TLSv1.2 and/or TLSv1.3), with configurable ciphers -- cgit v1.2.3