From d8523b0db8adf0559040834487e5371c525132cb Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 2 Nov 2017 15:04:56 +0100 Subject: The macros used to control deprecated code or functions have been changed to hold numeric values; the default for DEPRECATED_VDR_CHARSET_OVERRIDE has been set to 0 --- HISTORY | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index ef35c377..5a932b1d 100644 --- a/HISTORY +++ b/HISTORY @@ -9178,3 +9178,11 @@ Video Disk Recorder Revision History to prevent possible problems with old data in buffers (thanks to Onur Sentürk). - The function cDevice::GetVideoSystem() (which has been deprecated since version 2.1.6) has been finally removed. +- The macros used to control deprecated code or functions have been changed to hold + numeric values (0 and 1), so that they can be controlled at compile time, without + having to edit the actual source code (suggested by Jasmin Jessich). +- The default for DEPRECATED_VDR_CHARSET_OVERRIDE has been set to 0, which means VDR + no longer reacts on the environment variable VDR_CHARSET_OVERRIDE. You can add + 'DEPRECATED_VDR_CHARSET_OVERRIDE=1' when compiling in order to restore this + functionality. However, it is recommended to use the command line option --chartab + instead. -- cgit v1.2.3