diff options
-rw-r--r-- | CONTRIBUTORS | 3 | ||||
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | config.h | 6 | ||||
-rw-r--r-- | sources.conf | 15 |
4 files changed, 22 insertions, 6 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 36f15b72..59758469 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1502,3 +1502,6 @@ Alexander Rieger <Alexander.Rieger@inka.de> for fixing handling color buttons in cMenuEditStrItem for making the '.update' file in the video directory be touched when a recording is added or deleted, so that other VDR instances can update their lists + +Philip Prindeville <philipp_subx@redfish-solutions.com> + for updates to 'sources.conf' @@ -3885,3 +3885,7 @@ Video Disk Recorder Revision History - The character 0x8A in CAM menu strings is now mapped to a real newline. - The 'sub-title' and 'bottom text' in the CAM menu can now consist of several lines. - Improved the CAM enquiry menu. + +2005-10-08: Version 1.3.35 + +- Updated 'sources.conf' (thanks to Philip Prindeville). @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.230 2005/10/01 10:41:33 kls Exp $ + * $Id: config.h 1.231 2005/10/08 08:48:38 kls Exp $ */ #ifndef __CONFIG_H @@ -19,8 +19,8 @@ #include "i18n.h" #include "tools.h" -#define VDRVERSION "1.3.34" -#define VDRVERSNUM 10334 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.3.35" +#define VDRVERSNUM 10335 // Version * 10000 + Major * 100 + Minor #define MAXPRIORITY 99 #define MAXLIFETIME 99 diff --git a/sources.conf b/sources.conf index 3ba2f508..b318468e 100644 --- a/sources.conf +++ b/sources.conf @@ -91,13 +91,22 @@ S58W PAS 9 S61.5W Echostar 3 S79W AMC5 S82W Nimiq 2 +S85W AMC2 S87W AMC3 -S91W Nimiq 1 +S89W Intelsat 808 +S91W Galaxy 11 & Nimiq 1/3 +S93W Intelsat 806 +S95W Galaxy 3C S97W Telestar 5 -S105W AMC2 +S99W Galaxy 4R +S101W AMC4 +S103W AMC1 +S105W AMC15 S110W Echostar 6/8 S119W Echostar 7 -S121W Echostar 9 +S121W Echostar 9 & Intelsat 813 +S123W Galaxy 10R +S129W Intelsat 807 S148W Echostar 1/2 S157W Echostar 4 |