diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-11-02 15:04:56 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-11-02 15:04:56 +0100 |
commit | d8523b0db8adf0559040834487e5371c525132cb (patch) | |
tree | e6a8eab249d3de3487aca01df7eae14534a503aa /HISTORY | |
parent | d74dd7a60a3ea3ca563fd307885d6d4b571d9a2f (diff) | |
download | vdr-d8523b0db8adf0559040834487e5371c525132cb.tar.gz vdr-d8523b0db8adf0559040834487e5371c525132cb.tar.bz2 |
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
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |