From 5e524a969e03bb1c5a6746f22616d4c290da8bfd Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 25 Jun 2017 14:21:41 +0300 Subject: [PATCH] Update HISTORY. --- HISTORY | 7 +++++-- po/ca_ES.po | 6 +++--- po/de_DE.po | 6 +++--- po/es_ES.po | 6 +++--- po/fi_FI.po | 6 +++--- po/pl_PL.po | 6 +++--- satip.c | 4 ++-- 7 files changed, 22 insertions(+), 19 deletions(-) diff --git a/HISTORY b/HISTORY index d24bec9..60a16ca 100644 --- a/HISTORY +++ b/HISTORY @@ -175,6 +175,9 @@ VDR Plugin 'satip' Revision History - Added support for activating/deactivating server on-the-fly. - Extended command-line parameters for setting server quirks. -2017-xx-xx: Version 2.3.1 +2017-06-24: Version 2.3.1 -- Updated for vdr-2.3.4 (Thanks to Klaus Schmidinger). +- Updated for vdr-2.3.7 (Thanks to Klaus Schmidinger). +- Added Polish translation (Thanks to Tomasz Nowak). +- Updated Catalan and Spanish translations (Thanks to Gabriel Bonich). +- Added support for KATHREIN SatIP Server (Thanks to kavanu). diff --git a/po/ca_ES.po b/po/ca_ES.po index 18142e1..823fa84 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 2.3.0\n" +"Project-Id-Version: vdr-satip 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-18 12:18+0200\n" -"PO-Revision-Date: 2016-12-18 12:18+0200\n" +"POT-Creation-Date: 2017-06-24 06:24+0300\n" +"PO-Revision-Date: 2017-06-24 06:24+0300\n" "Last-Translator: Gabriel Bonich \n" "Language-Team: Catalan \n" "Language: ca\n" diff --git a/po/de_DE.po b/po/de_DE.po index 4861ac0..1efdca2 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 2.3.0\n" +"Project-Id-Version: vdr-satip 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-18 12:18+0200\n" -"PO-Revision-Date: 2016-12-18 12:18+0200\n" +"POT-Creation-Date: 2017-06-24 06:24+0300\n" +"PO-Revision-Date: 2017-06-24 06:24+0300\n" "Last-Translator: Frank Neumann \n" "Language-Team: German \n" "Language: de\n" diff --git a/po/es_ES.po b/po/es_ES.po index 54f7acd..9c3993b 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 2.3.0\n" +"Project-Id-Version: vdr-satip 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-18 12:18+0200\n" -"PO-Revision-Date: 2016-12-18 12:18+0200\n" +"POT-Creation-Date: 2017-06-24 06:24+0300\n" +"PO-Revision-Date: 2017-06-24 06:24+0300\n" "Last-Translator: Gabriel Bonich \n" "Language-Team: Spanish \n" "Language: es\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index 25ac738..69c5e4a 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 2.3.0\n" +"Project-Id-Version: vdr-satip 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-18 12:18+0200\n" -"PO-Revision-Date: 2016-12-18 12:18+0200\n" +"POT-Creation-Date: 2017-06-24 06:24+0300\n" +"PO-Revision-Date: 2017-06-24 06:24+0300\n" "Last-Translator: Rolf Ahrenberg\n" "Language-Team: Finnish \n" "Language: fi\n" diff --git a/po/pl_PL.po b/po/pl_PL.po index 190df52..9e3bcdc 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 2.3.0\n" +"Project-Id-Version: vdr-satip 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-17 22:02+0300\n" -"PO-Revision-Date: 2017-02-28 14:22+0100\n" +"POT-Creation-Date: 2017-06-24 06:24+0300\n" +"PO-Revision-Date: 2017-06-24 06:24+0300\n" "Last-Translator: Tomasz Maciej Nowak \n" "Language-Team: Polish \n" "Language: pl_PL\n" diff --git a/satip.c b/satip.c index 99cc7eb..0d00647 100644 --- a/satip.c +++ b/satip.c @@ -19,8 +19,8 @@ #warning "CURL version >= 7.36.0 is recommended" #endif -#if defined(APIVERSNUM) && APIVERSNUM < 20306 -#error "VDR-2.3.6 API version or greater is required!" +#if defined(APIVERSNUM) && APIVERSNUM < 20307 +#error "VDR-2.3.7 API version or greater is required!" #endif #ifndef GITVERSION