summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-04-02 12:13:15 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-04-02 12:13:15 +0200
commitc4cc5e613ccfbf573a7ed66d17702581ef00e376 (patch)
tree166bd35da0b02d7e5bc74a7c42e3d643ed319b2d /HISTORY
parent0a5a7893a5d396503628a3e7997ae550ff2597ac (diff)
downloadvdr-c4cc5e613ccfbf573a7ed66d17702581ef00e376.tar.gz
vdr-c4cc5e613ccfbf573a7ed66d17702581ef00e376.tar.bz2
The cEvent class now has a new member 'aux'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 0350a500..fc10b912 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8940,3 +8940,7 @@ Video Disk Recorder Revision History
- The file 'cam.data' is no longer written if it is read-only.
- Detecting whether a particular CAM actually decrypts a given channel is now
done separately for each receiver.
+- The cEvent class now has a new member 'aux', in which external applications can
+ store auxiliary information with an event (thanks to Jörg Wendel). This string
+ has no meaning whatsoever to VDR itself, and it will not be written into the
+ info file of a recording that is made for such an event.