summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-25 11:51:28 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-25 11:51:28 +0200
commitb92bb866f6b46752cd8bd79817464ebf660a8a16 (patch)
treee39155da8d55916a7ecca8014411045449052959 /HISTORY
parent4289180a03b933efe7e922e71c1b9c7da7f481ad (diff)
downloadvdr-b92bb866f6b46752cd8bd79817464ebf660a8a16.tar.gz
vdr-b92bb866f6b46752cd8bd79817464ebf660a8a16.tar.bz2
The cCiHandler now closes its file handle when it gets destroyed
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 0b24e89d..bb38e56b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2201,3 +2201,4 @@ Video Disk Recorder Revision History
- Changed the DEFAULTPRIORITY in device.c to -1, so that the primary device
will be used for FTA recordings in case the CAM is connected to a non-primary
device (thanks to Reinhard Walter Buchner for reporting this one).
+- The cCiHandler now closes its file handle when it gets destroyed.