aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-03-16 12:33:22 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2025-03-16 12:33:22 +0100
commit3fcafab0e8d1ce62ae8bbebf513b3472a5af1ca1 (patch)
treec6856934b98ef7be374f17da8ae6eece38142ae2
parent7f2ec99b62ebdaac50e68c46e7638277274273d8 (diff)
Updated the changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b13cdeb..4dc07f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ documented in this file.
- Fixed possible buffer overflow in `FindHistory2()`.
- Fixed unchecked function return values. Multiple occurrences.
- Fixed uninitialized variables.
+- Fixed use of 32-bit `time_t`. Y2K38 safety. Multiple occurrences.
## [1.4.4] - 2024-12-07 ##
- **Added** an autorun script suitable to be run as a cron job.