Updated version number.

This commit is contained in:
Rolf Ahrenberg 2015-01-11 15:37:48 +02:00
parent acea8748a4
commit e654b3bbd2
7 changed files with 21 additions and 13 deletions

View File

@ -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

6
README
View File

@ -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

View File

@ -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: <see README>\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 <gbonich@gmail.com>\n"
"Language-Team: Catalan <vdr@linuxtv.org>\n"
"Language: ca\n"

View File

@ -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: <see README>\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 <fnu@yavdr.org>\n"
"Language-Team: German <vdr@linuxtv.org>\n"
"Language: de\n"

View File

@ -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: <see README>\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 <gbonich@gmail.com>\n"
"Language-Team: Spanish <vdr@linuxtv.org>\n"
"Language: es\n"

View File

@ -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: <see README>\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 <vdr@linuxtv.org>\n"
"Language: fi\n"

View File

@ -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 {