diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-03 14:09:52 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-03 14:09:52 -0400 |
commit | aeab662d65cdadc044b89c332591b1f1d5b90823 (patch) | |
tree | 2f6ef1541b70aa0bc1feb03a5e548bedb6e19bae /ChangeLog | |
parent | a41d580a464544d8cbba007802bcc14a3627c1ba (diff) |
Fix bug with due date greater than year 2038
See: https://en.wikipedia.org/wiki/Year_2038_problem
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ Bug fixes: * Fix Mysql error about gitlab_id when creating remote user * Fix subtask timer bug (event called recursively) * Fix Postgres issue "Cardinality violation" when there is multiple "is_milestone_of" links +* Fix issue with due date greater than year 2038 Version 1.0.18 -------------- |