summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-10-11 09:22:24 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-10-11 09:22:24 +0200
commit7bbbfb0dee56942458968e538830a3e5ec785bb5 (patch)
treeb0929387ea060d50a0fad054f74c41bdfe452faf /HISTORY
parentef7018cca4211dd57bcdff0e8fcf251bd674356c (diff)
downloadvdr-7bbbfb0dee56942458968e538830a3e5ec785bb5.tar.gz
vdr-7bbbfb0dee56942458968e538830a3e5ec785bb5.tar.bz2
Fixed handling VPS events outside the LingerLimit, which could cause recordings to stop prematurely
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 933b815b..823fc060 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9162,9 +9162,11 @@ Video Disk Recorder Revision History
a subdirectory.
- SVDRP peering can now be limited to the default SVDRP host (see MANUAL for details).
-2017-08-31: Version 2.3.9
+2017-10-11: Version 2.3.9
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Fixed a possible crash when stopping VDR (thanks to Matthias Senzel for reporting and
helping to debug this one).
+- Fixed handling VPS events outside the LingerLimit, which could cause recordings to
+ stop prematurely (thanks to Johann Friedrichs).