summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-09-05 13:06:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-09-05 13:06:58 +0200
commit483f6c397054f496bfe326e85c5e9cdc4b57921e (patch)
treed5dd8f94a9f2cad969de0f7949032c4ced07af2a
parentca9e7b69371f475faba079a913d3d54fa4f4f54d (diff)
downloadvdr-483f6c397054f496bfe326e85c5e9cdc4b57921e.tar.gz
vdr-483f6c397054f496bfe326e85c5e9cdc4b57921e.tar.bz2
Added a note about the driver version needed for the still picture fix from version 1.2.5pre1 to work properly
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9f741ecb..83913a9a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2348,6 +2348,7 @@ Video Disk Recorder Revision History
previous behaviour by commenting out the line
#define VIDEO_STILLPICTURE_WORKS_WITH_VDR_FRAMES
in VDR/dvbdevice.c.
+ Note that you need driver version 2003-08-23 or later for this to work!
- Fixed handling extra blanks in plugin command lines.
- Actually implemented the SVDRP command DELC.
- Now clearing the player device if there are too many poll timeouts in 'Transfer
@@ -2360,3 +2361,6 @@ Video Disk Recorder Revision History
- Changed "Studio Universal" to "Sci-Fi" in channels.conf.
- Fixed a crash when using the --terminal option without having access to the
given terminal (thanks to Steffen Barszus for helping to debug this one).
+- Added a note about the driver version needed for the still picture fix from
+ version 1.2.5pre1 to work properly (thanks to Oliver Endriss for pointing
+ this out).