From daa46987850d8cad3648fe569e71094e29f21947 Mon Sep 17 00:00:00 2001 From: leslie Date: Wed, 7 Oct 2009 07:59:50 +0800 Subject: [PATCH] update files for release --- HISTORY | 15 +++++++++++++++ version.h | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index e6454b7..1aa4387 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,21 @@ VDR Plugin 'sc' Revision History -------------------------------- +07.10.2009: Version 0.9.3 +- Ported from Emunation: + * Improve msg handling in cardclient newcamd + * Add support for seca provider 64 (spain) + * A bunch of Nagra updates, mainly map related + * fix CAID range in smartcard Nagra +- Ported from oscam (R127): + * Add pin handling in smartcard Conax + * Update ECM handling in smartcard Seca + * Update ECM/EMM handling in smartcard Viaccess +- Fix large file options for TSplay patch +- Various bugfixes and translation updates. +- The 0.9.x branch is now frozen, only bugfixes will be applied. +- For a detailed list of changes, refer to the HG changelog. + 04.07.2009: Version 0.9.2 - Restructure of smartcard code. Configuration has been moved to cardslot.conf. See cardslot.conf.example file. diff --git a/version.h b/version.h index a0a353f..523d06e 100644 --- a/version.h +++ b/version.h @@ -20,7 +20,7 @@ #ifndef ___VERSION_H #define ___VERSION_H -#define SC_RELEASE "0.9.2" +#define SC_RELEASE "0.9.3" extern const char *ScVersion; -- 2.39.5