diff options
-rw-r--r-- | CONTRIBUTORS | 3 | ||||
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | ca.conf | 2 | ||||
-rw-r--r-- | config.h | 4 |
4 files changed, 12 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1454c7d4..f17b84e4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -522,3 +522,6 @@ Jan Rieger <jan@ricomp.de> Walter Stroebel <walter.stroebel@lifeline.nl> for introducing "Doxygen" to document the VDR source code + +Paul Gohn <pgohn@nexgo.de> + for adding 'Hrvatska radiotelevizija' and 'RTV Slovenija' to ca.conf @@ -1916,3 +1916,8 @@ Video Disk Recorder Revision History - Since several channels put very long strings into the Subtitle part of their EPG data, that string is now limited in length when used in a recording's file name. + +2003-01-12: Version 1.1.22 + +- Added 'Hrvatska radiotelevizija' and 'RTV Slovenija' to ca.conf (thanks to + Paul Gohn). @@ -29,6 +29,8 @@ 402 NTV Plus 403 Viasat 404 Parabole Reunion +405 Hrvatska radiotelevizija +406 RTV Slovenija # Viaccess 2 @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.145 2002/12/22 15:29:45 kls Exp $ + * $Id: config.h 1.146 2003/01/12 09:44:28 kls Exp $ */ #ifndef __CONFIG_H @@ -19,7 +19,7 @@ #include "device.h" #include "tools.h" -#define VDRVERSION "1.1.21" +#define VDRVERSION "1.1.22" #define MAXPRIORITY 99 #define MAXLIFETIME 99 |