summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2c6e3682..3e101289 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9765,3 +9765,8 @@ Video Disk Recorder Revision History
- Fixed calculating the disk use percentage if there's more than 20TB of recordings
(reported by Timo Weingärtner).
- Official release.
+
+2021-12-30:
+
+- Replaced strncpy() with memcpy() in strreplace() to avoid a compiler warning
+ (reported by Marco Mäkelä).