diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-07-30 18:41:39 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-07-30 18:41:39 +0300 |
commit | d85dc181d6490160d52ee2b4bfd7989ecf751d6f (patch) | |
tree | 750333b50e89bc6fa8ea8da8408c2c125fb8f926 /CHANGELOG.md | |
parent | 7984890cab08d316b1b8afa30f8bd46cd21b57f7 (diff) | |
download | wekan-d85dc181d6490160d52ee2b4bfd7989ecf751d6f.tar.gz wekan-d85dc181d6490160d52ee2b4bfd7989ecf751d6f.tar.bz2 wekan-d85dc181d6490160d52ee2b4bfd7989ecf751d6f.zip |
FIX SECURITY ISSUE Files accessible without authentication.
Thanks to GhassenRjab ! Closes #1105
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2a250d..c1ef24ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Upcoming Wekan release -This release fixes the following bugs: +This release adds the following new features: + + * [Add dwrensha's Sandstorm patch to Wekan so it does not need to be maintained + separately](https://github.com/wekan/wekan/commit/bda15daa78556223117a5846941aafd1212f14d3). +and fixes the following bugs: + +* [FIX SECURITY ISSUE Files accessible without authentication](https://github.com/wekan/wekan/issues/1105); * [Fix showing card activity history in IE11](https://github.com/wekan/wekan/pull/1152). -Thanks to GitHub user nztqa for contributions. +Thanks to GitHub users GhassenRjab and nztqa for their contributions. # v0.30 2017-07-27 Wekan release |