diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-03-09 10:01:02 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-03-09 10:01:02 +0100 |
commit | dfc60da1d5fb03c6007e66df16f5979080171a4b (patch) | |
tree | 91b7821ea6e17cfab28b17d7476ae69e2cee37fb /HISTORY | |
parent | 6fae0a6d49175b4d71c0a43ddb0c8c2f830c38eb (diff) | |
download | vdr-dfc60da1d5fb03c6007e66df16f5979080171a4b.tar.gz vdr-dfc60da1d5fb03c6007e66df16f5979080171a4b.tar.bz2 |
Removed signal handling and usleep(5000) from cDvbOsd::Cmd()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1959,7 +1959,7 @@ Video Disk Recorder Revision History 2003-02-16: Version 1.1.25 -- Fixed high CPU load during replay (thanks Marcel Wiesweg for pointing out this +- Fixed high CPU load during replay (thanks to Marcel Wiesweg for pointing out this one). - Fixed margin handling in cRingBufferLinear. - Now polling the output device in 'Transfer Mode' and retrying to put packets @@ -1970,3 +1970,8 @@ Video Disk Recorder Revision History - Fixed broken support for raw OSDs of plugins (thanks to Marcel Wiesweg for reporting this one). - Broken CAM connections are now restored automatically. + +2003-03-09: Version 1.1.26 + +- Removed signal handling and usleep(5000) from cDvbOsd::Cmd() (apparently this + is no longer necessary with DVB driver 1.0.0pre2 or later). |