diff --git a/HISTORY b/HISTORY index 54fa3aa..e676b8d 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,13 @@ VDR Plugin 'vnsiserver' Revision History ---------------------------------------- + +2018-05-01: Version 1.6.0 + +- protocol 12 with stream times for timeshift +- EDL: choose between scenes, comskips and cuts +- Signal info: use DVB5 API if possible +- see github history + 2017-01-14: Version 1.5.2 - group recordings diff --git a/vnsi.h b/vnsi.h index 723d661..13617ff 100644 --- a/vnsi.h +++ b/vnsi.h @@ -28,7 +28,7 @@ #include #include "vnsiserver.h" -static const char *VERSION = "1.5.2"; +static const char *VERSION = "1.6.0"; static const char *DESCRIPTION = "VDR-Network-Streaming-Interface (VNSI) Server"; extern int PmtTimeout;