]> www.vanbest.org Git - sasc-ng.git/commitdiff
update files for release 0.9.2
authorleslie <unknown>
Sat, 4 Jul 2009 10:31:50 +0000 (12:31 +0200)
committerleslie <unknown>
Sat, 4 Jul 2009 10:31:50 +0000 (12:31 +0200)
HISTORY
README
version.h

diff --git a/HISTORY b/HISTORY
index 15c02b0c394110ae14926b0b19a50b6a6983faab..e6454b7cf949ebccf29970f43447e40323c7714b 100644 (file)
--- 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 bddfa4b20511b9e29f3920c5315b26b42ecd9330..a634a2fee5efbd25527a94653a7d1ca5d8c6c0dd 100644 (file)
--- 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.
index 8caca67a9b80808fa8895b14af86f0480c315505..a0a353f2a578a76b134dd83982b2260481ec05c6 100644 (file)
--- 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;