mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Changed cThread Active() vs. Running()
This commit is contained in:
5
HISTORY
5
HISTORY
@@ -3672,12 +3672,11 @@ Video Disk Recorder Revision History
|
||||
to Andreas B<>ttger).
|
||||
- Fixed a memory leak in the SVDRP command LSTE (thanks to Stefan Huelswitt).
|
||||
|
||||
2005-08-13: Version 1.3.29
|
||||
2005-08-14: Version 1.3.29
|
||||
|
||||
- Fixed a race condition in cTransfer (thanks to Klaus ??? for reporting this one).
|
||||
In doing so, the 'active' variables used by the actual derived cThread classes
|
||||
have been replaced by the cThread::Active() function. The previous functionality
|
||||
of cThread::Active() has been moved into the new cThread::Running().
|
||||
have been replaced by the cThread::Running() function.
|
||||
Plugin authors may want to check their derived cThread classes and replace any 'active'
|
||||
variables the same way as, for instance, done in transfer.c.
|
||||
- Fixed handling EPG data for time shifted events (thanks to Marco Schl<68><6C>ler).
|
||||
|
Reference in New Issue
Block a user