summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-04 14:58:24 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-04 14:58:24 +0100
commitd5c739790b51c1503bad54b2edf384f359ed2a3b (patch)
tree87b9c108757e97365264bb40ebb0f96bb926f687 /HISTORY
parent8831fe304fd7992c4017b434d3d6e70478b34872 (diff)
downloadvdr-d5c739790b51c1503bad54b2edf384f359ed2a3b.tar.gz
vdr-d5c739790b51c1503bad54b2edf384f359ed2a3b.tar.bz2
Implemented cDevice::Transferring()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3e5a83a2..19e2793c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4297,3 +4297,6 @@ Video Disk Recorder Revision History
if you don't want to use "fadvise" you need to comment out that line (thanks to
Artur Skawina).
- Fixed a missing ',' in the Swedish OSD texts (thanks to Arthur Konovalov).
+- cDevice::Transferring() can now be used to determine whether the (primary)
+ device is currently playing in Transfer Mode (based on a suggestion by
+ Reinhard Nissl).