diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-07-18 01:02:41 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-07-18 01:02:41 +0300 |
commit | f8d5c9165994dfd607bc9b1d9a50f51f52770b84 (patch) | |
tree | 9c599204a3c36d79e7ddd33d2a82c0803a932e28 | |
parent | a8f41f7994b0c3a43aa4b82be06d35911eacab4d (diff) | |
download | wekan-f8d5c9165994dfd607bc9b1d9a50f51f52770b84.tar.gz wekan-f8d5c9165994dfd607bc9b1d9a50f51f52770b84.tar.bz2 wekan-f8d5c9165994dfd607bc9b1d9a50f51f52770b84.zip |
- Remove SMTP settings from Admin Panel, because they
are set in environment variable settings like source/snap/docker
already, and password was exposed in plain text.
- Added info how to limit snap to root user.
Thanks to LyR33x and xet7 !
Closes #1783
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1448b4c1..aac9a052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +- [Remove SMTP settings from Admin Panel, because they are set in environment + variable settings like source/snap/docker already, and password was + exposed in plain text](https://github.com/wekan/wekan/issues/1783); +- [Added info how to limit snap to root + user](https://github.com/wekan/wekan-snap/wiki/Limit-snap-to-root-user-only). + +Thanks to GitHub users LyR33x and xet7 for their contributions. + # v1.19 2018-07-16 Wekan release This release adds the following new features: |