summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-05-21 12:51:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-05-21 12:51:16 +0200
commitb7112ece6c5c6e0af362d9f01717bd80bbf6d344 (patch)
treec536e46f4fa45e9d23d325473412da67392f5a88 /HISTORY
parentf7c8f582eae55c9d94cef0eaee04b08699ad1645 (diff)
downloadvdr-b7112ece6c5c6e0af362d9f01717bd80bbf6d344.tar.gz
vdr-b7112ece6c5c6e0af362d9f01717bd80bbf6d344.tar.bz2
The default for DEPRECATED_SETCURRENTCHANNEL has been set to 0
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index dafa4679..a4fa210f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9694,3 +9694,8 @@ Video Disk Recorder Revision History
- The 'Edit path' dialog now also shows the total size of all recordings in that path
(thanks to Christoph Haubrich).
- The macro DEPRECATED_VDR_CHARSET_OVERRIDE and the related code has been removed.
+- The default for DEPRECATED_SETCURRENTCHANNEL has been set to 0, which means that
+ the function SetCurrentChannel(const cChannel *Channel) is no longer available.
+ You can add 'DEPRECATED_SETCURRENTCHANNEL=1' when compiling in order to restore this
+ functionality. However, it is recommended to use SetCurrentChannel(int ChannelNumber)
+ instead.