summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-04-06 17:12:59 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-04-06 17:12:59 +0200
commit016e10c1b0d20b8c73b593afcaf492219b5a0064 (patch)
treee46239e03eb8237a8da4c935a677721fd13a4e52 /HISTORY
parent6d52c80273fd6283919c32188908e6e9993c1b4b (diff)
downloadvdr-016e10c1b0d20b8c73b593afcaf492219b5a0064.tar.gz
vdr-016e10c1b0d20b8c73b593afcaf492219b5a0064.tar.bz2
Signal strength and quality (CNR) are now determined via DVB API 5 (if available)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index af8ff478..bf95d376 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8925,7 +8925,7 @@ Video Disk Recorder Revision History
- Now stopping any ongoing recordings before stopping the plugins, to avoid
a crash when stopping VDR while recording.
-2017-04-03: Version 2.3.4
+2017-04-06: Version 2.3.4
- The functionality of HandleRemoteModifications(), which synchronizes changes to
timers between peer VDR machines, has been moved to timers.[ch] and renamed to
@@ -8963,3 +8963,5 @@ Video Disk Recorder Revision History
timers.
- Fixed a deadlock in the SVDRP command PLAY in case there is currently a
recording being replayed.
+- Signal strength and quality (CNR) are now determined via DVB API 5 (if available).
+ Fallback is the old DVB API 3 method.