summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-05-23 15:03:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-05-23 15:03:17 +0200
commit8f52603665c024e1cab46529b34fb75719f5a58e (patch)
treeadc724d913031bc4adf9ee1716200c13e687bece /HISTORY
parentc40fb4b4aa1f594fa94d89673d0a537bac3ec91d (diff)
downloadvdr-8f52603665c024e1cab46529b34fb75719f5a58e.tar.gz
vdr-8f52603665c024e1cab46529b34fb75719f5a58e.tar.bz2
cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 42bb0bc4..444c44ed 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9705,3 +9705,8 @@ Video Disk Recorder Revision History
no longer available. You can add 'DEPRECATED_SKIN_SETITEMEVENT=1' when compiling in
order to restore this functionality. However, it is recommended to use the function
with the TimerActive parameter instead.
+
+2021-05-23:
+
+- cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const'
+ (suggested by Christoph Haubrich).