summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-31 15:20:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-31 15:20:19 +0100
commit0e6296699e74bd0569bb47b1798972e69f15e4e5 (patch)
tree4b3ea9cd931739e605fc5f5eb6665c440df09113 /HISTORY
parent89df44971574415bd51f4eb01f8e085fb6266dc1 (diff)
downloadvdr-0e6296699e74bd0569bb47b1798972e69f15e4e5.tar.gz
vdr-0e6296699e74bd0569bb47b1798972e69f15e4e5.tar.bz2
Changed the API of the functions cStatus::Recording() and cStatus::Replaying(), so that they can provide the full file name of the recording
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 82ce33e0..a26c8ac3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4047,3 +4047,7 @@ Video Disk Recorder Revision History
longer run as user 'root' (unless you explicitly start it with '-u root',
but this is not recommended!). The 'runvdr' script has been changed to
use the '-u' option.
+- Changed the API of the functions cStatus::Recording() and cStatus::Replaying(),
+ so that they can provide the full file name of the recording. Plugins that use
+ these (or the related cStatus::Msg...() functions) need to be adapted
+ (suggested by Andreas Brugger).