summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-12-04 14:53:41 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-12-04 14:53:41 +0100
commit04e538072340d9ba7d0342fe59c755e4c8687775 (patch)
treec13fbc77db368e190c564131648e70cdb4805b26 /HISTORY
parent989fa21a21bc68bdb8af3a4421169e65ebee356e (diff)
downloadvdr-04e538072340d9ba7d0342fe59c755e4c8687775.tar.gz
vdr-04e538072340d9ba7d0342fe59c755e4c8687775.tar.bz2
Replaced all calls to sleep() with cCondWait::SleepMs()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b8e7a9a4..5f04f569 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6778,3 +6778,4 @@ Video Disk Recorder Revision History
- Changed the default location for the LIRC socket to /var/run/lirc/lircd (thanks
to Ville Skyttä).
- Added file name and line number to LOG_ERROR_STR() (thanks to Rolf Ahrenberg).
+- Replaced all calls to sleep() with cCondWait::SleepMs() (thanks to Rolf Ahrenberg).