From 7c657c96ade443b308298194854f6bd36523b83f Mon Sep 17 00:00:00 2001 From: Rainer Hochecker Date: Fri, 19 Oct 2018 17:31:47 +0200 Subject: [PATCH 1/2] Update HISTORY --- HISTORY | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY b/HISTORY index e676b8d..eb1c5fe 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,10 @@ VDR Plugin 'vnsiserver' Revision History ---------------------------------------- +2018-10-19: Version 1.8.0 + +- see gibhub history + 2018-05-01: Version 1.6.0 - protocol 12 with stream times for timeshift From 167b3389959ffad2a876a1848937f1647a7762b5 Mon Sep 17 00:00:00 2001 From: Rainer Hochecker Date: Fri, 19 Oct 2018 17:33:40 +0200 Subject: [PATCH 2/2] bump version to 1.8.0 --- vnsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnsi.h b/vnsi.h index a018904..3d7170a 100644 --- a/vnsi.h +++ b/vnsi.h @@ -28,7 +28,7 @@ #include #include "vnsiserver.h" -static const char *VERSION = "1.7.0"; +static const char *VERSION = "1.8.0"; static const char *DESCRIPTION = "VDR-Network-Streaming-Interface (VNSI) Server"; extern int PmtTimeout;