summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-18 11:22:01 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-18 11:22:01 +0100
commit50e09d1232c8d01a8a3f570aa8b3044f8d46a2e6 (patch)
tree9a5e9620e5dc1b7db31ed9a52ba48dac45d99b22 /HISTORY
parent882691e32f4b2488aa23e0844cc6185cd89e3301 (diff)
downloadvdr-50e09d1232c8d01a8a3f570aa8b3044f8d46a2e6.tar.gz
vdr-50e09d1232c8d01a8a3f570aa8b3044f8d46a2e6.tar.bz2
Fixed a possible deadlock in time shift mode
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 725450fd..82c02128 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6847,7 +6847,7 @@ Video Disk Recorder Revision History
- Fixed cRecordings::DelByName() to avoid compilation errors with gcc 4.4
(backport from version 1.7.9, thanks to Ralf Schueler).
-2012-02-17: Version 1.7.24
+2012-02-18: Version 1.7.24
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed a high load in case a transponder can't be received.
@@ -6885,3 +6885,4 @@ Video Disk Recorder Revision History
instead of looping through adapter/frontend numbers. This allows for "holes" in the
device numbering.
- cReadDir::Next() now skips directory entries "." and "..".
+- Fixed a possible deadlock in time shift mode.