summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-10-16 14:02:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-10-16 14:02:34 +0200
commita964269fe9080463cc87aba7b454b6b06b7f8677 (patch)
treecbfcd3974a56f48241a9de3f68893c5f0c69715b /HISTORY
parentae8627e6fc646ae66e9da67066800a6cdf7e9302 (diff)
downloadvdr-a964269fe9080463cc87aba7b454b6b06b7f8677.tar.gz
vdr-a964269fe9080463cc87aba7b454b6b06b7f8677.tar.bz2
Implemented 'occupied' for devices
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 3dbe1926..85af028f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6743,7 +6743,7 @@ Video Disk Recorder Revision History
extends over TS packet boundaries is now done by locally skipping TS packets
in cFrameDetector.
-2011-10-09: Version 1.7.22
+2011-10-16: Version 1.7.22
- Fixed scaling subtitles in case the primary device's GetVideoSize() function doesn't
return actual values (thanks to Luca Olivetti).
@@ -6762,3 +6762,6 @@ Video Disk Recorder Revision History
to Rolf Ahrenberg).
- Added cap_net_raw to the capabilities that are not dropped (thanks to Dominic Evans).
- Fixed setting the start time of an edited recording (thanks to Christoph Haubrich).
+- Temporarily switching free devices to transponders in order to have their running
+ status updated is now done by marking the devices as "occupied" for a certain
+ amount of time.