summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-11-04 12:13:01 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2001-11-04 12:13:01 +0100
commit2f7f2084a5b555af618e0de7a27fbf566de15794 (patch)
tree6f320ff5d7e0787d8ea2eda5c4a78ee1948e6fdc /HISTORY
parent9bba1ce73e5d82d505e20b1ddb1012021b72f35c (diff)
downloadvdr-2f7f2084a5b555af618e0de7a27fbf566de15794.tar.gz
vdr-2f7f2084a5b555af618e0de7a27fbf566de15794.tar.bz2
The device /dev/video is now opened only if necessary (to GRAB an image)0.9.8
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c4a1f2a7..c9d404e7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -863,3 +863,5 @@ Video Disk Recorder Revision History
- Removed all video overlay stuff from cDvbApi and SVDRP. Guido Fiala's new
'kvdr' version 0.4 now does these things itself. As a consequence of this you
will now need to use kvdr 0.4 or later.
+- The device /dev/video is now opened only if necessary (to GRAB an image),
+ allowing other programs (like 'kvdr', for instance) to use that device.