summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-15 09:28:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-15 09:28:37 +0100
commitb3954aefd5290babbc2aa97b8f62b6112ff494f0 (patch)
tree3887b265796f646f3e94ab519e8d281eb23b8e46 /HISTORY
parent555fe68a018e193193f916c5e7c888c0a386e9fe (diff)
downloadvdr-b3954aefd5290babbc2aa97b8f62b6112ff494f0.tar.gz
vdr-b3954aefd5290babbc2aa97b8f62b6112ff494f0.tar.bz2
Modified the CAM API so that it is possible to implement CAMs that can be freely assigned to any devices
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index a7959423..1d6ea88b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8307,7 +8307,7 @@ Video Disk Recorder Revision History
- The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and
the functional modification to cFont::CreateFont().
-2015-01-14: Version 2.1.7
+2015-01-15: Version 2.1.7
- No longer logging an error message in DirSizeMB() if the given directory doesn't
exist. This avoids lots of log entries in case several VDRs use the same video
@@ -8371,3 +8371,5 @@ Video Disk Recorder Revision History
want to do the same.
- Added the channel name to log messages that reference a channel (suggested by
Dietmar Spingler).
+- Modified the CAM API so that it is possible to implement CAMs that can be freely
+ assigned to any devices (thanks to Jasmin Jessich).