diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-06-12 21:18:38 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-06-12 21:18:38 +0300 |
commit | aef871833ba58299d165b693f2bd7d2bd3947ef8 (patch) | |
tree | da0fc2cdca3451e9f29a6a34269e3788c6a303f9 | |
parent | dda49d2f07f9c50d5d57acfd5c7eee6492f93b33 (diff) | |
download | wekan-aef871833ba58299d165b693f2bd7d2bd3947ef8.tar.gz wekan-aef871833ba58299d165b693f2bd7d2bd3947ef8.tar.bz2 wekan-aef871833ba58299d165b693f2bd7d2bd3947ef8.zip |
- SECURITY FIX: Do not publish all of people collection.
Thanks to Adrian Genaid.
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1957b852..e7df6d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ This release adds the following new features: * [Add Khmer language](https://github.com/wekan/wekan/commit/2156e458690d0dc34a761a48fd7fa3b54af79031). +and fixes the following bugs: + +* [SECURITY FIX: Do not publish all of people collection](https://github.com/wekan/wekan/commit/dda49d2f07f9c50d5d57acfd5c7eee6492f93b33). + Thanks to GitHub user xet7 for contributions. +Thanks to Adrian Genaid for security fix. Thanks to translators. # v1.03 2018-06-08 Wekan release |