diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-20 10:13:43 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-20 10:13:43 +0200 |
commit | c02c081d917df2ca2b11aa165c8f825bb126a2b9 (patch) | |
tree | 6da53143dcc8974da9157bab9cdc2a2e62db4113 /HISTORY | |
parent | c8566fab77ed548241528114acecff0c7e110c0f (diff) | |
download | vdr-c02c081d917df2ca2b11aa165c8f825bb126a2b9.tar.gz vdr-c02c081d917df2ca2b11aa165c8f825bb126a2b9.tar.bz2 |
The cFile class has been partially deprecated
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -9663,7 +9663,7 @@ Video Disk Recorder Revision History - EXPIRELATENCY now only applies to VPS timers. - Deleting expired timers is now triggered immediately after the timers are modified. -2021-05-19: +2021-05-20: - Now using a separate fixed value for internal EPG linger time. This fixes problems with spawned timers jumping to the next event in case Setup.EPGLinger is very small. (reported @@ -9683,3 +9683,8 @@ Video Disk Recorder Revision History plugin insists in using "using namespace std;" you can still define DISABLE_TEMPLATES_COLLIDING_WITH_STL before including any VDR header files. - Removed 'register' from libsi/util.c to avoid a warning with ISO-C++17. +- The cFile class has been partially deprecated: + + The handling of file handles was not thread-safe. + + It was only actually used in svdrp.c. + + cFile::Ready() now processes only its own file descriptor by calling FileReady() + instead of AnyFileReady(). |