summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-05-26 13:37:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-05-26 13:37:53 +0200
commit58e21d8e374206531802b64ae0e5c260e2bf6bf7 (patch)
tree5fb094291d28c706489a945d11c4e4187c915c04 /HISTORY
parente1f04cd6fae1f3496a09a8b061c8b51392e76579 (diff)
downloadvdr-58e21d8e374206531802b64ae0e5c260e2bf6bf7.tar.gz
vdr-58e21d8e374206531802b64ae0e5c260e2bf6bf7.tar.bz2
Now using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and using std::min(), std::max() and std::swap() if available
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index dcf44fd4..dc0bb7bf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9706,9 +9706,11 @@ Video Disk Recorder Revision History
order to restore this functionality. However, it is recommended to use the function
with the TimerActive parameter instead.
-2021-05-25:
+2021-05-26:
- cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const'
(suggested by Christoph Haubrich).
- The error counter of a recording is now copied as is when editing a recording.
- Added missing initialization of cRecorder::lastErrors.
+- Now using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and using
+ std::min(), std::max() and std::swap() if available (thanks to Winfried Köhler).