summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-03-23 15:47:26 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-03-23 15:47:26 +0100
commit1f16ada70ccf96fc8b2bf2f7b18b4e62afa33e9e (patch)
treedd335dfa60b29b8d64ba04f89e58b596097eb2ee /HISTORY
parentb539134e548ce6fb51c16a3407567066f76e261c (diff)
downloadvdr-1f16ada70ccf96fc8b2bf2f7b18b4e62afa33e9e.tar.gz
vdr-1f16ada70ccf96fc8b2bf2f7b18b4e62afa33e9e.tar.bz2
Fixed some warnings from g++ 7.2.0 regarding fixed buffer sizes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 6297660c..e206d153 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9317,10 +9317,12 @@ Video Disk Recorder Revision History
- Modified cMenuTimers::Delete() to avoid a lengthy lock on the Timers list while prompting
the user.
-2018-03-19: Version 2.4.0
+2018-03-23: Version 2.4.0
- Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk).
- Fixed processing SVDRP client responses in case the caller doesn't want the actual
response strings (reported by Johann Friedrichs).
- Fixed (not) saving the 'cam.data' file in case VDR stops early during startup due to
some error.
+- Fixed some warnings from g++ 7.2.0 regarding fixed buffer sizes in cMenuEditTimeItem::Set()
+ and cCountdown::Update() (reported by Jörg Wendel).