diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1454c7d4..f17b84e4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -522,3 +522,6 @@ Jan Rieger Walter Stroebel for introducing "Doxygen" to document the VDR source code + +Paul Gohn + for adding 'Hrvatska radiotelevizija' and 'RTV Slovenija' to ca.conf diff --git a/HISTORY b/HISTORY index e92eff1c..296ab15b 100644 --- a/HISTORY +++ b/HISTORY @@ -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). diff --git a/ca.conf b/ca.conf index 61f11890..fe3d758b 100644 --- a/ca.conf +++ b/ca.conf @@ -29,6 +29,8 @@ 402 NTV Plus 403 Viasat 404 Parabole Reunion +405 Hrvatska radiotelevizija +406 RTV Slovenija # Viaccess 2 diff --git a/config.h b/config.h index 7cf7d917..83045ae3 100644 --- a/config.h +++ b/config.h @@ -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