summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-03-02 12:14:31 +0000
committerJuan J. Martinez <jjm@usebox.net>2021-07-22 19:49:52 +0100
commit88374f5eb3bc2e0aa71e84ab1fc936baa8140f08 (patch)
tree9e7d0bf1c63f599ee15e3492ccccc40723603dae
parent88358cf03107b2b9661d9718792b1fc06b42c38d (diff)
downloadspacebeans-88374f5eb3bc2e0aa71e84ab1fc936baa8140f08.tar.gz
spacebeans-88374f5eb3bc2e0aa71e84ab1fc936baa8140f08.zip
Ready for release 1.1.1v1.1.1
-rw-r--r--CHANGES.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1242657..4c0155d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,25 @@
# What's new?
+## Release 1.1.1 - 2021-03-02
+
+ - Fix: reviewed example configuration file to include TLS 1.3 ciphers
+
+ This was preventing TLS 1.3 from being negotiated.
+
+ If you have deployed SpaceBeans already, add these too entries
+ to your cipher list:
+```
+ "TLS_AES_128_GCM_SHA256",
+ "TLS_AES_256_GCM_SHA384"
+```
+
+ Remember to restart your service.
+
+ See: https://wiki.mozilla.org/Security/Server_Side_TLS
+
+ - Fix: avoid reverse lookups when logging
+
## Release 1.1.0 - 2021-02-28
- User directories support: