summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
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).