summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-09-17 08:48:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-09-17 08:48:20 +0200
commit8423b5ea4c756a3e7c554ec51d7989e32ddfcfea (patch)
treef5aa787cf0536d63b975c89a37c85748f0e8a072 /HISTORY
parent050b7cdebf50eac14c10f31fc1924ab09f7b3987 (diff)
downloadvdr-8423b5ea4c756a3e7c554ec51d7989e32ddfcfea.tar.gz
vdr-8423b5ea4c756a3e7c554ec51d7989e32ddfcfea.tar.bz2
Decreased the ring buffer put/get trigger sizes from 1/3 to 1/10
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index beab09b9..0026b9db 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7235,7 +7235,7 @@ Video Disk Recorder Revision History
function in order to make use of this new feature. See, for instance, the function
cSkinClassicDisplayMenu::SetButtons() in skinclassic.c for details.
-2012-09-15: Version 1.7.31
+2012-09-17: Version 1.7.31
- If regenerating an index file fails and no data is written to the file, VDR now
reports this error and removes the empty index file.
@@ -7244,3 +7244,4 @@ Video Disk Recorder Revision History
- The setup parameter "Recording/Instant rec. time (min)" can now be set to '0',
which means to record only the currently running event (based on a patch from Matti
Lehtimäki).
+- Decreased the ring buffer put/get trigger sizes from 1/3 to 1/10.