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).
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.
#ifndef ___VERSION_H
#define ___VERSION_H
-#define SC_RELEASE "0.9.1"
+#define SC_RELEASE "0.9.2"
extern const char *ScVersion;