From da2217c21c89dad4e8d19cdc5137a4404e984674 Mon Sep 17 00:00:00 2001 From: Michael Brehm Date: Tue, 12 Feb 2019 22:44:01 -0500 Subject: [PATCH] Clean up changelog.txt for 1.3.13 --- pvr.hdhomerundvr/changelog.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pvr.hdhomerundvr/changelog.txt b/pvr.hdhomerundvr/changelog.txt index b410bc11..feb00c0a 100644 --- a/pvr.hdhomerundvr/changelog.txt +++ b/pvr.hdhomerundvr/changelog.txt @@ -1,11 +1,11 @@ -v1.3.13 (2019.02.xx) +v1.3.13 (2019.02.12) - Update SQLite database engine to version 3.27.1 - Update cURL library to version 7.64.0 - - Add logging of detected stream properties (real-time, seekable, etc) when opening streams - - Add mechanism to detect and report dropped streams if data transfer rate falls to zero + - Log detected stream properties (real-time, seekable, etc) for diagnostic purposes + - Log unexpected zero length reads that occur on in-progress streams as errors + - Detect and report dropped streams if data transfer rate falls to zero + - Accurately set the media type (MIME type) stream indicator as reported by the DVR engine - Fix bug that caused a dropped stream to be waited on infinitely for more data to become available - - Log an error message when unexpected zero length reads occur on in-progress streams - - Open streams at the point where metadata is being requested to provide accurate media type indicator - Fix bug preventing Kodi from calling into SetRecordingLastPlayedPosition() v1.3.12 (2019.02.02)