aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-01-14 07:27:28 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-01-14 07:27:28 +0000
commit324f06b5c03f7b729103bc393f94578bb0757c55 (patch)
tree4acc524b3af5a8ae18ccec32368c9ad6253f5a89 /CHANGES.md
parent99868efc4cc3ffdde6cef25741a70100583c17ef (diff)
downloadspacebeans-324f06b5c03f7b729103bc393f94578bb0757c55.tar.gz
spacebeans-324f06b5c03f7b729103bc393f94578bb0757c55.zip
Updated dependencies and Mill
This fixes a security issue (medium severity) in logback-classic.
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ce31585..0951508 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
# What's new?
+## Release 1.3.4 - 2022-01-??
+
+ - Updated dependencies, this include a fix for CVE-2021-42550 in logback-classic.
+
## Release 1.3.2 - 2022-01-02
- Fix: CGI directories are now resolved from more to less specific, independently of their order in the configuration file. This covers cases where for example 'dir' and 'dir/sub' are both CGI enabled.