diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-12-26 18:00:19 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-12-26 18:00:19 -0800 |
commit | 9cec52f76b280a7009e8477eb4c01b3d1be25c05 (patch) | |
tree | 4a8c656ee3b6c2a880811ca0677212808cb8a549 /ChangeLog | |
parent | d696a969e1566f753fc554673ad57c40e3a7bdb9 (diff) |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +Version 1.2.0 (December 27, 2017) +--------------------------------- + +Breaking changes: + +* Kanboard supports only PHP >= 5.6 (PHP 5.3, 5.4 and 5.5 are not supported anymore) + +New features: + +* PHP sessions are now stored into the database, + In this way, it's easier to run Kanboard behind a load-balancer + +Improvements: + +* Copy category from parent task when creating a task from a subtask +* Translation updates and improvements + Version 1.1.1 (December 9, 2017) -------------------------------- @@ -110,7 +127,7 @@ Version 1.0.46 (August 13, 2017) Security Issues: -* Fix two privilege escalation issues: a standard user could reset the password +* Fix two privilege escalation issues: a standard user could reset the password of another user (including admin) by altering form data. (CVE-2017-12850 and CVE-2017-12851, discovered by "chbi"). |