diff --git a/HISTORY b/HISTORY index c1abff5..f8c336e 100644 --- a/HISTORY +++ b/HISTORY @@ -97,3 +97,5 @@ VDR Plugin 'satip' Revision History - Added a fallback for older glibc libraries. - Improved pid selection performance. - Added support for Digital Devices CI extension. + +2015-01-18: Version 1.0.2 diff --git a/README b/README index 5a5d155..bf87e0f 100644 --- a/README +++ b/README @@ -134,6 +134,12 @@ Notes: - OctopusNet firmware 1.0.40 or greater recommended. +- Inverto OEM firmware 1.17.0.120 or greater recommended. + +- Inverto OEM firmware 1.60.0.120 can be downloaded and installed + from their webpage: http://www.inverto.tv/support/ + An update to a newer firmware will be offered afterwards. + Acknowledgements: - Big thanks to Digital Devices GmbH for providing the Octopus Net diff --git a/po/ca_ES.po b/po/ca_ES.po index ece3857..76ba55f 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 1.0.1\n" +"Project-Id-Version: vdr-satip 1.0.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-01-18 01:18+0200\n" +"PO-Revision-Date: 2015-01-18 01:18+0200\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 54ce06e..4fad057 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 1.0.1\n" +"Project-Id-Version: vdr-satip 1.0.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-01-18 01:18+0200\n" +"PO-Revision-Date: 2015-01-18 01:18+0200\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 a154a89..9afaa69 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 1.0.1\n" +"Project-Id-Version: vdr-satip 1.0.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-01-18 01:18+0200\n" +"PO-Revision-Date: 2015-01-18 01:18+0200\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 9f6142a..0a049d5 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: vdr-satip 1.0.1\n" +"Project-Id-Version: vdr-satip 1.0.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-01-10 01:10+0200\n" -"PO-Revision-Date: 2015-01-10 01:10+0200\n" +"POT-Creation-Date: 2015-01-18 01:18+0200\n" +"PO-Revision-Date: 2015-01-18 01:18+0200\n" "Last-Translator: Rolf Ahrenberg\n" "Language-Team: Finnish \n" "Language: fi\n" diff --git a/satip.c b/satip.c index 45209da..adc102e 100644 --- a/satip.c +++ b/satip.c @@ -27,7 +27,7 @@ #define GITVERSION "" #endif - const char VERSION[] = "1.0.1" GITVERSION; + const char VERSION[] = "1.0.2" GITVERSION; static const char DESCRIPTION[] = trNOOP("SAT>IP Devices"); class cPluginSatip : public cPlugin {