summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-03 14:09:52 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-03 14:09:52 -0400
commitaeab662d65cdadc044b89c332591b1f1d5b90823 (patch)
tree2f6ef1541b70aa0bc1feb03a5e548bedb6e19bae /ChangeLog
parenta41d580a464544d8cbba007802bcc14a3627c1ba (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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9331cd9a..90bd9274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
--------------