From: leslie Date: Sat, 4 Jul 2009 10:31:50 +0000 (+0200) Subject: update files for release X-Git-Tag: 0.9.2 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=4f7b02d8e1acf893691e6f1d238379c6e71ce624;p=sasc-ng.git update files for release --- diff --git a/HISTORY b/HISTORY index 15c02b0..e6454b7 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,16 @@ VDR Plugin 'sc' Revision History -------------------------------- +04.07.2009: Version 0.9.2 +- Restructure of smartcard code. Configuration has been moved to cardslot.conf. + See cardslot.conf.example file. +- A bunch of updates to cardclient code. +- Added temporariy NA Nagra fixes from opensasc-ng. +- Added override configuration. See override.conf.example file. +- SCAPI version of sub-libraries is checked during load. +- Various bugfixes and translation updates. +- For a detailed list of changes, refer to the HG changelog. + 22.12.2008: Version 0.9.1 - Added support for Irdeto2. - Added support for IRD based NDS decryption (FakeNDS). diff --git a/README b/README index bddfa4b..a634a2f 100644 --- a/README +++ b/README @@ -196,6 +196,11 @@ possible. Updated key are inserted near to the old one (there is a setup option to selected if the old key is commented out or deleted), while new keys are inserted close to the top of the file. +Certain parameters (normaly auto-configured from CAT/PMT) can be overriden by +entries in override.conf. See example file in the "examples" subdirectory for +format. Override configuration is needed if the provider fails to broadcast +correct data in CAT/PMT only. + For Irdeto, Seca and Viaccess AU you need valid subscription card data, which have to be located in the files "Ird-Beta.KID", "Seca.KID" or "Viaccess.KID". See the files in the "examples" subdirectory for file formats. diff --git a/version.h b/version.h index 8caca67..a0a353f 100644 --- a/version.h +++ b/version.h @@ -20,7 +20,7 @@ #ifndef ___VERSION_H #define ___VERSION_H -#define SC_RELEASE "0.9.1" +#define SC_RELEASE "0.9.2" extern const char *ScVersion;