From ee88aadf60d4ed38ce251202e3f677f778b2b4f3 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Tue, 15 Aug 2017 09:17:11 +0300 Subject: [PATCH] Updated version number. --- HISTORY | 9 +++++++++ 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 | 2 +- 7 files changed, 25 insertions(+), 16 deletions(-) diff --git a/HISTORY b/HISTORY index 0166834..9ae4b0d 100644 --- a/HISTORY +++ b/HISTORY @@ -156,3 +156,12 @@ VDR Plugin 'satip' Revision History - Added multicast and RTP-over-TCP support. - Added support for activating/deactivating server on-the-fly. - Extended command-line parameters for setting server quirks. + +2017-08-15: Version 2.2.5 + +- 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). +- Added support for FRITZ!Box 6490 Cable (Thanks to 9000h). +- Updated FRITZ!WLAN Repeater DVB-C detection for the latest firmware (Thanks to 9000h). +- Added GCC7 compatibility (Thanks to Sascha Kuehndel). diff --git a/po/ca_ES.po b/po/ca_ES.po index 542b09e..22fd655 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 2.2.4\n" +"Project-Id-Version: vdr-satip 2.2.5\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-08-15 08:15+0300\n" +"PO-Revision-Date: 2017-08-15 08:15+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 4f3e63e..ec7de28 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 2.2.4\n" +"Project-Id-Version: vdr-satip 2.2.5\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-08-15 08:15+0300\n" +"PO-Revision-Date: 2017-08-15 08:15+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 a2a0463..afbd520 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 2.2.4\n" +"Project-Id-Version: vdr-satip 2.2.5\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-08-15 08:15+0300\n" +"PO-Revision-Date: 2017-08-15 08:15+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 5810605..8284f13 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 2.2.4\n" +"Project-Id-Version: vdr-satip 2.2.5\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-08-15 08:15+0300\n" +"PO-Revision-Date: 2017-08-15 08:15+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 58bcecf..cb24b31 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 2.2.4\n" +"Project-Id-Version: vdr-satip 2.2.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-15 09:04+0300\n" -"PO-Revision-Date: 2016-12-18 12:18+0200\n" +"POT-Creation-Date: 2017-08-15 08:15+0300\n" +"PO-Revision-Date: 2017-08-15 08:15+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 ef930c6..5358337 100644 --- a/satip.c +++ b/satip.c @@ -28,7 +28,7 @@ #define GITVERSION "" #endif - const char VERSION[] = "2.2.4" GITVERSION; + const char VERSION[] = "2.2.5" GITVERSION; static const char DESCRIPTION[] = trNOOP("SAT>IP Devices"); class cPluginSatip : public cPlugin {