aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-03-02 12:28:03 +0000
committerJuan J. Martinez <jjm@usebox.net>2021-07-22 19:49:52 +0100
commit0753f54a7a6bd0bcad30d07e5dcdd3e99b817528 (patch)
treeedfe021d8f9fce477942112093118385064ceb50 /CHANGES.md
parent88374f5eb3bc2e0aa71e84ab1fc936baa8140f08 (diff)
downloadspacebeans-0753f54a7a6bd0bcad30d07e5dcdd3e99b817528.tar.gz
spacebeans-0753f54a7a6bd0bcad30d07e5dcdd3e99b817528.zip
Formatting
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 4c0155d..a355833 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,3 @@
-
# What's new?
## Release 1.1.1 - 2021-03-02
@@ -7,8 +6,8 @@
This was preventing TLS 1.3 from being negotiated.
- If you have deployed SpaceBeans already, add these too entries
- to your cipher list:
+ If you have deployed SpaceBeans already, add these too entries to your cipher list:
+
```
"TLS_AES_128_GCM_SHA256",
"TLS_AES_256_GCM_SHA384"
@@ -30,15 +29,16 @@ user-directories = true
user-directory-path = "/home/{user}/public_gemini/"
```
-Won't check for the user on the system, it only translates requests based on
-the user specific root path.
+Won't check for the user on the system, it only translates requests based on the user specific root path.
For example:
+
```
gemini://host/~myuser/
```
Will use as root:
+
```
/home/myuser/public_gemini/
```